Uses of Class
org.jacorb.imr.ImRHostInfo

Packages that use ImRHostInfo
org.jacorb.imr   
 

Uses of ImRHostInfo in org.jacorb.imr
 

Methods in org.jacorb.imr that return ImRHostInfo
 ImRHostInfo ServerTable.getHost(java.lang.String name)
          Get the ImRHostInfo object of a host.
 

Methods in org.jacorb.imr with parameters of type ImRHostInfo
 void ServerTable.putHost(java.lang.String name, ImRHostInfo host)
          Add a host to the table.