Uses of Class
org.jacorb.imr.HostInfo

Packages that use HostInfo
org.jacorb.imr   
 

Uses of HostInfo in org.jacorb.imr
 

Fields in org.jacorb.imr declared as HostInfo
 HostInfo HostInfoHolder.value
           
 HostInfo[] HostInfoSeqHolder.value
           
 

Methods in org.jacorb.imr that return HostInfo
 HostInfo[] AdminOperations.list_hosts()
           
 HostInfo[] AdminPOATie.list_hosts()
           
static HostInfo HostInfoHelper.extract(Any any)
           
static HostInfo HostInfoHelper.read(InputStream in)
           
static HostInfo[] HostInfoSeqHelper.extract(Any any)
           
static HostInfo[] HostInfoSeqHelper.read(InputStream _in)
           
 HostInfo[] ImplementationRepositoryPOATie.list_hosts()
           
 HostInfo[] _AdminStub.list_hosts()
           
 HostInfo[] _ImplementationRepositoryStub.list_hosts()
           
 HostInfo ImRHostInfo.toHostInfo()
          "Convert" this object to a HostInfo object
 HostInfo[] ImplementationRepositoryImpl.list_hosts()
          List all hosts currently registered with this repository.
 HostInfo[] ServerTable.getHosts()
          List all hosts in the table.
 

Methods in org.jacorb.imr with parameters of type HostInfo
static void HostInfoHelper.insert(Any any, HostInfo s)
           
static void HostInfoHelper.write(OutputStream out, HostInfo s)
           
static void HostInfoSeqHelper.insert(Any any, HostInfo[] s)
           
static void HostInfoSeqHelper.write(OutputStream _out, HostInfo[] _s)
           
 void RegistrationOperations.register_host(HostInfo info)
           
 void ImplementationRepositoryPOATie.register_host(HostInfo info)
           
 void RegistrationPOATie.register_host(HostInfo info)
           
 void _ImplementationRepositoryStub.register_host(HostInfo info)
           
 void _RegistrationStub.register_host(HostInfo info)
           
 void ImplementationRepositoryImpl.register_host(HostInfo host)
          Register a new host with a server startup daemon.
 

Constructors in org.jacorb.imr with parameters of type HostInfo
HostInfoHolder(HostInfo initial)
           
HostInfoSeqHolder(HostInfo[] initial)
           
ImRHostInfo(HostInfo host)
          The constructor of this class.