Class EndPointInfoImpl
java.lang.Object
com.sun.corba.ee.impl.legacy.connection.EndPointInfoImpl
- All Implemented Interfaces:
LegacyServerSocketEndPointInfo,SocketInfo
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected intprotected Stringprotected intprotected StringFields inherited from interface com.sun.corba.ee.spi.legacy.connection.LegacyServerSocketEndPointInfo
BOOT_NAMING, DEFAULT_ENDPOINT, NO_NAMEFields 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:LegacyServerSocketEndPointInfoe.g.: "CLEAR_TEXT", "SSL", ...- Specified by:
getTypein interfaceLegacyServerSocketEndPointInfo- Specified by:
getTypein interfaceSocketInfo- Returns:
- type
-
getHost
- Specified by:
getHostin interfaceSocketInfo
-
getHostName
Description copied from interface:LegacyServerSocketEndPointInfoGet 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:
getHostNamein interfaceLegacyServerSocketEndPointInfo- Returns:
- the host name
-
getPort
public int getPort()- Specified by:
getPortin interfaceLegacyServerSocketEndPointInfo- Specified by:
getPortin interfaceSocketInfo
-
getLocatorPort
public int getLocatorPort()Description copied from interface:LegacyServerSocketEndPointInfoThe ORBD's proxy port of this end point. Note: Pre-ORT "port-exchange" model.- Specified by:
getLocatorPortin interfaceLegacyServerSocketEndPointInfo- Returns:
- proxy port
-
setLocatorPort
public void setLocatorPort(int port) - Specified by:
setLocatorPortin interfaceLegacyServerSocketEndPointInfo
-
getName
- Specified by:
getNamein interfaceLegacyServerSocketEndPointInfo
-
hashCode
public int hashCode() -
equals
-
toString
-