Uses of Class
org.jacorb.imr.ImRPOAInfo

Packages that use ImRPOAInfo
org.jacorb.imr   
 

Uses of ImRPOAInfo in org.jacorb.imr
 

Methods in org.jacorb.imr that return ImRPOAInfo
 ImRPOAInfo ServerTable.getPOA(java.lang.String name)
          Get the ImRPOAInfo object of a POA.
 

Methods in org.jacorb.imr with parameters of type ImRPOAInfo
 void ServerTable.putPOA(java.lang.String name, ImRPOAInfo poa)
          Add a POA to the server table.
 void ImRServerInfo.addPOA(ImRPOAInfo poa)
          Adds a POA to this server.