Uses of Class
org.jacorb.imr.ServerInfo

Packages that use ServerInfo
org.jacorb.imr   
org.jacorb.imr.util   
 

Uses of ServerInfo in org.jacorb.imr
 

Fields in org.jacorb.imr declared as ServerInfo
 ServerInfo[] ServerInfoSeqHolder.value
           
 ServerInfo ServerInfoHolder.value
           
 

Methods in org.jacorb.imr that return ServerInfo
static ServerInfo[] ServerInfoSeqHelper.extract(Any any)
           
static ServerInfo ServerInfoHelper.extract(Any any)
           
 ServerInfo AdminOperations.get_server_info(java.lang.String name)
           
 ServerInfo ImplementationRepositoryImpl.get_server_info(java.lang.String server)
          Get the ServerInfo object of a specific server.
 ServerInfo ImplementationRepositoryPOATie.get_server_info(java.lang.String name)
           
 ServerInfo AdminPOATie.get_server_info(java.lang.String name)
           
 ServerInfo _AdminStub.get_server_info(java.lang.String name)
           
 ServerInfo _ImplementationRepositoryStub.get_server_info(java.lang.String name)
           
 ServerInfo[] ServerTable.getServers()
          List all servers in the table.
 ServerInfo[] AdminOperations.list_servers()
           
 ServerInfo[] ImplementationRepositoryImpl.list_servers()
          List all registered server.
 ServerInfo[] ImplementationRepositoryPOATie.list_servers()
           
 ServerInfo[] AdminPOATie.list_servers()
           
 ServerInfo[] _AdminStub.list_servers()
           
 ServerInfo[] _ImplementationRepositoryStub.list_servers()
           
static ServerInfo[] ServerInfoSeqHelper.read(InputStream _in)
           
static ServerInfo ServerInfoHelper.read(InputStream in)
           
 ServerInfo ImRServerInfo.toServerInfo()
          "Converts" this Object to a ServerInfo instance containing the same info as this object.
 

Methods in org.jacorb.imr with parameters of type ServerInfo
static void ServerInfoHelper.insert(Any any, ServerInfo s)
           
static void ServerInfoSeqHelper.insert(Any any, ServerInfo[] s)
           
static void ServerInfoHelper.write(OutputStream out, ServerInfo s)
           
static void ServerInfoSeqHelper.write(OutputStream _out, ServerInfo[] _s)
           
 

Constructors in org.jacorb.imr with parameters of type ServerInfo
ServerInfoHolder(ServerInfo initial)
           
ServerInfoSeqHolder(ServerInfo[] initial)
           
 

Uses of ServerInfo in org.jacorb.imr.util
 

Methods in org.jacorb.imr.util with parameters of type ServerInfo
 int ImRModel.getRow(ServerInfo server, POAInfo poa)
          Get the row number of a POA in the POA table.
 void ImRModel.poaTableForServer(ServerInfo server)
          Set the POA table model to the specific server, i.e.
 void ImRServerTableModel.setServers(ServerInfo[] servers)
          Pass in the servers the table should display.