LegacyServerSocketEndPointInfopublic interface LegacyServerSocketEndPointInfo LegacyServerSocketEndPointInfo is an abstraction of a port. |
Fields Summary |
---|
public static final String | DEFAULT_ENDPOINT | public static final String | BOOT_NAMING | public static final String | NO_NAME |
Methods Summary |
---|
public java.lang.String | getHostName()Get the host name of this end point. Subcontracts must use this
instead of InetAddress.getHostName() because this would take
into account the value of the ORBServerHost property.
| public int | getLocatorPort()The ORBD's proxy port of this end point.
Note: Pre-ORT "port-exchange" model.
| public java.lang.String | getName()
| public int | getPort()
| public java.lang.String | getType()e.g.: "CLEAR_TEXT", "SSL", ...
| public void | setLocatorPort(int port)
|
|