Uses of Class
org.jacorb.imr.ImRServerInfo

Packages that use ImRServerInfo
org.jacorb.imr   
 

Uses of ImRServerInfo in org.jacorb.imr
 

Fields in org.jacorb.imr declared as ImRServerInfo
protected  ImRServerInfo ImRPOAInfo.server
           
 

Methods in org.jacorb.imr that return ImRServerInfo
 ImRServerInfo ServerTable.getServer(java.lang.String name)
          This method gets a server for a specified name.
 

Methods in org.jacorb.imr with parameters of type ImRServerInfo
 void ServerTable.putServer(java.lang.String name, ImRServerInfo server)
          Adds a server to the server table.
 

Constructors in org.jacorb.imr with parameters of type ImRServerInfo
ImRPOAInfo(java.lang.String name, java.lang.String host, int port, ImRServerInfo server, long timeout)
          The constructor of this class.