FileDocCategorySizeDatePackage
LegacyServerSocketEndPointInfo.javaAPI DocJava SE 5 API1280Fri Aug 26 14:54:36 BST 2005com.sun.corba.se.spi.legacy.connection

LegacyServerSocketEndPointInfo

public 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
Constructors Summary
Methods Summary
public java.lang.StringgetHostName()
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 intgetLocatorPort()
The ORBD's proxy port of this end point. Note: Pre-ORT "port-exchange" model.

public java.lang.StringgetName()

public intgetPort()

public java.lang.StringgetType()
e.g.: "CLEAR_TEXT", "SSL", ...

public voidsetLocatorPort(int port)