|
GigaSpaces XAP 7.0 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Transport
A transport holds information on the communication layer that is used by a grid component.
Field Summary |
---|
Fields inherited from interface org.openspaces.admin.StatisticsMonitor |
---|
DEFAULT_HISTORY_SIZE, DEFAULT_MONITOR_INTERVAL |
Method Summary | |
---|---|
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. |
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. |
Methods inherited from interface org.openspaces.admin.vm.VirtualMachineAware |
---|
getVirtualMachine |
Methods inherited from interface org.openspaces.admin.StatisticsMonitor |
---|
isMonitoring, setStatisticsHistorySize, setStatisticsInterval, startStatisticsMonitor, stopStatisticsMontior |
Method Detail |
---|
String getUid()
String getHostAddress()
java.net.InetAddress#getLocalHost()#getHostAddress()
String getHostName()
java.net.InetAddress#getLocalHost()#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()
.
|
GigaSpaces XAP 7.0 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |