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
 ServerInfo[] _ImplementationRepositoryStub.list_servers()
           
 ServerInfo _ImplementationRepositoryStub.get_server_info(java.lang.String name)
           
 ServerInfo[] _AdminStub.list_servers()
           
 ServerInfo _AdminStub.get_server_info(java.lang.String name)
           
 ServerInfo[] ServerTable.getServers()
          List all servers in the table.
static ServerInfo[] ServerInfoSeqHelper.extract(Any any)
           
static ServerInfo[] ServerInfoSeqHelper.read(InputStream _in)
           
static ServerInfo ServerInfoHelper.extract(Any any)
           
static ServerInfo ServerInfoHelper.read(InputStream in)
           
 ServerInfo[] ImplementationRepositoryPOATie.list_servers()
           
 ServerInfo ImplementationRepositoryPOATie.get_server_info(java.lang.String name)
           
 ServerInfo[] ImplementationRepositoryImpl.list_servers()
          List all registered server.
 ServerInfo ImplementationRepositoryImpl.get_server_info(java.lang.String server)
          Get the ServerInfo object of a specific server.
 ServerInfo ImRServerInfo.toServerInfo()
          "Converts" this Object to a ServerInfo instance containing the same info as this object.
 ServerInfo[] AdminPOATie.list_servers()
           
 ServerInfo AdminPOATie.get_server_info(java.lang.String name)
           
 ServerInfo[] AdminOperations.list_servers()
           
 ServerInfo AdminOperations.get_server_info(java.lang.String name)
           
 

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

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

Uses of ServerInfo in org.jacorb.imr.util
 

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