public class EndPointInfoImpl extends Object implements SocketInfo, LegacyServerSocketEndPointInfo
| Modifier and Type | Field and Description |
|---|---|
protected String |
hostname |
protected int |
locatorPort |
protected String |
name |
protected int |
port |
protected String |
type |
IIOP_CLEAR_TEXTBOOT_NAMING, DEFAULT_ENDPOINT, NO_NAME| Constructor and Description |
|---|
EndPointInfoImpl(String type,
int port,
String hostname) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getHost() |
String |
getHostName()
Get the host name of this end point.
|
int |
getLocatorPort()
The ORBD's proxy port of this end point.
|
String |
getName() |
int |
getPort() |
String |
getType()
e.g.: "CLEAR_TEXT", "SSL", ...
|
int |
hashCode() |
void |
setLocatorPort(int port) |
String |
toString() |
protected String type
protected String hostname
protected int port
protected int locatorPort
protected String name
public String getType()
LegacyServerSocketEndPointInfogetType in interface LegacyServerSocketEndPointInfogetType in interface SocketInfopublic String getHost()
getHost in interface SocketInfopublic String getHostName()
LegacyServerSocketEndPointInfogetHostName in interface LegacyServerSocketEndPointInfopublic int getPort()
getPort in interface LegacyServerSocketEndPointInfogetPort in interface SocketInfopublic int getLocatorPort()
LegacyServerSocketEndPointInfogetLocatorPort in interface LegacyServerSocketEndPointInfopublic void setLocatorPort(int port)
setLocatorPort in interface LegacyServerSocketEndPointInfopublic String getName()
getName in interface LegacyServerSocketEndPointInfoCopyright © 2018 JBoss by Red Hat. All rights reserved.