public interface Transport extends VirtualMachineAware, StatisticsMonitor
DEFAULT_HISTORY_SIZE, DEFAULT_MONITOR_INTERVAL
Modifier and Type | Method and Description |
---|---|
String |
getBindHost()
Returns the host name or address the communication layer bounded on.
|
TransportDetails |
getDetails()
Returns the details (non changeable) of the transport.
|
String |
getHostAddress()
Returns the host address of the transport.
|
String |
getHostName()
Returns the host address of the transport.
|
TransportLRMIMonitoring |
getLRMIMonitoring()
Return the LRMI monitoring of this transport.
|
int |
getPort()
Returns the port number the communication layer is using.
|
TransportStatistics |
getStatistics()
Returns the transport statistics.
|
TransportStatisticsChangedEventManager |
getStatisticsChanged()
Allows to register for
TransportStatisticsChangedEvent s. |
String |
getUid()
Returns the UID of the transport.
|
getVirtualMachine
isMonitoring, setStatisticsHistorySize, setStatisticsInterval, startStatisticsMonitor, stopStatisticsMonitor
String getUid()
String getHostAddress()
InetAddress.getHostAddress()
String getHostName()
InetAddress.getHostName()
String getBindHost()
int getPort()
TransportDetails getDetails()
TransportStatistics getStatistics()
TransportStatisticsChangedEventManager getStatisticsChanged()
TransportStatisticsChangedEvent
s.
Note, the transport needs to be in a monitoring state. See StatisticsMonitor.startStatisticsMonitor()
.
TransportLRMIMonitoring getLRMIMonitoring()
TransportLRMIMonitoring
.Copyright © GigaSpaces.