Class TransportStatisticsChangedEvent
java.lang.Object
org.openspaces.admin.transport.events.TransportStatisticsChangedEvent
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:
-
Constructor Summary
ConstructorsConstructorDescriptionTransportStatisticsChangedEvent(Transport transport, TransportStatistics statistics) -
Method Summary
Modifier and TypeMethodDescriptionReturns the transport statistics sampled.Returns the associated transport with the event.
-
Constructor Details
-
TransportStatisticsChangedEvent
-
-
Method Details
-
getTransport
Returns the associated transport with the event. -
getStatistics
Returns the transport statistics sampled.
-