public interface LegacyServerSocketEndPointInfo
Modifier and Type | Field and Description |
---|---|
static String |
BOOT_NAMING |
static String |
DEFAULT_ENDPOINT |
static String |
NO_NAME |
Modifier and Type | Method and Description |
---|---|
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", ...
|
void |
setLocatorPort(int port) |
static final String DEFAULT_ENDPOINT
static final String BOOT_NAMING
static final String NO_NAME
String getType()
String getHostName()
int getPort()
int getLocatorPort()
void setLocatorPort(int port)
String getName()
Copyright © 2019 JBoss by Red Hat. All rights reserved.