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[] HostInfoSeqHolder.value
           
 HostInfo HostInfoHolder.value
           
 

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

Methods in org.jacorb.imr with parameters of type HostInfo
 void _ImplementationRepositoryStub.register_host(HostInfo info)
           
 void RegistrationPOATie.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.
static void HostInfoHelper.insert(Any any, HostInfo s)
           
static void HostInfoHelper.write(OutputStream out, HostInfo s)
           
 void RegistrationOperations.register_host(HostInfo info)
           
 void ImplementationRepositoryPOATie.register_host(HostInfo info)
           
static void HostInfoSeqHelper.insert(Any any, HostInfo[] s)
           
static void HostInfoSeqHelper.write(OutputStream _out, HostInfo[] _s)
           
 

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