Class TransportsStatisticsChangedEvent
java.lang.Object
org.openspaces.admin.transport.events.TransportsStatisticsChangedEvent
An event indicating that an aggregated transports level statistics has changed.
Note, monitoring needs to be enabled in order to receive the events.
- Author:
- kimchy
-
Constructor Summary
ConstructorsConstructorDescriptionTransportsStatisticsChangedEvent(Transports transports, TransportsStatistics statistics) -
Method Summary
Modifier and TypeMethodDescriptionReturns the aggregated transports statistics sampled.Returns the tranports associated with this events.
-
Constructor Details
-
TransportsStatisticsChangedEvent
-
-
Method Details
-
getTransports
Returns the tranports associated with this events. -
getStatistics
Returns the aggregated transports statistics sampled.
-