Class EndPointInfoImpl
java.lang.Object
com.sun.corba.ee.impl.legacy.connection.EndPointInfoImpl
- All Implemented Interfaces:
LegacyServerSocketEndPointInfo
,SocketInfo
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected String
protected int
protected String
protected int
protected String
Fields inherited from interface com.sun.corba.ee.spi.legacy.connection.LegacyServerSocketEndPointInfo
BOOT_NAMING, DEFAULT_ENDPOINT, NO_NAME
Fields inherited from interface com.sun.corba.ee.spi.transport.SocketInfo
IIOP_CLEAR_TEXT, SSL_PREFIX
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
type
-
hostname
-
port
protected int port -
locatorPort
protected int locatorPort -
name
-
-
Constructor Details
-
EndPointInfoImpl
-
-
Method Details
-
getType
Description copied from interface:LegacyServerSocketEndPointInfo
e.g.: "CLEAR_TEXT", "SSL", ...- Specified by:
getType
in interfaceLegacyServerSocketEndPointInfo
- Specified by:
getType
in interfaceSocketInfo
- Returns:
- type
-
getHost
- Specified by:
getHost
in interfaceSocketInfo
-
getHostName
Description copied from interface:LegacyServerSocketEndPointInfo
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.- Specified by:
getHostName
in interfaceLegacyServerSocketEndPointInfo
- Returns:
- the host name
-
getPort
public int getPort()- Specified by:
getPort
in interfaceLegacyServerSocketEndPointInfo
- Specified by:
getPort
in interfaceSocketInfo
-
getLocatorPort
public int getLocatorPort()Description copied from interface:LegacyServerSocketEndPointInfo
The ORBD's proxy port of this end point. Note: Pre-ORT "port-exchange" model.- Specified by:
getLocatorPort
in interfaceLegacyServerSocketEndPointInfo
- Returns:
- proxy port
-
setLocatorPort
public void setLocatorPort(int port) - Specified by:
setLocatorPort
in interfaceLegacyServerSocketEndPointInfo
-
getName
- Specified by:
getName
in interfaceLegacyServerSocketEndPointInfo
-
hashCode
public int hashCode() -
equals
-
toString
-