Package | Description |
---|---|
org.jacorb.imr |
Modifier and Type | Field and Description |
---|---|
protected ImRServerInfo |
ImRPOAInfo.server |
Modifier and Type | Method and Description |
---|---|
ImRServerInfo |
ServerTable.getServer(java.lang.String name)
This method gets a server for a specified name.
|
Modifier and Type | Method and Description |
---|---|
void |
ServerTable.putServer(java.lang.String name,
ImRServerInfo server)
Adds a server to the server table.
|
Constructor and Description |
---|
ImRPOAInfo(java.lang.String name,
java.lang.String host,
int port,
ImRServerInfo server,
long timeout)
The constructor of this class.
|