org.openspaces.admin.transport.events
Class TransportStatisticsChangedEvent
java.lang.Object
org.openspaces.admin.transport.events.TransportStatisticsChangedEvent
public class TransportStatisticsChangedEvent
- extends Object
An event indicating that a transport level statistics has changed.
Note, monitoring needs to be enabled in order to receive the events.
- Author:
- kimchy, kimchy
- See Also:
TransportStatisticsChangedEventManager
,
TransportStatisticsChangedEventListener
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TransportStatisticsChangedEvent
public TransportStatisticsChangedEvent(Transport transport,
TransportStatistics statistics)
getTransport
public Transport getTransport()
- Returns the associated transport with the event.
getStatistics
public TransportStatistics getStatistics()
- Returns the transport statistics sampled.
Copyright © GigaSpaces.