GigaSpaces XAP 9.0 API

org.openspaces.admin.transport.events
Class TransportStatisticsChangedEvent

java.lang.Object
  extended by 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

Constructor Summary
TransportStatisticsChangedEvent(Transport transport, TransportStatistics statistics)
           
 
Method Summary
 TransportStatistics getStatistics()
          Returns the transport statistics sampled.
 Transport getTransport()
          Returns the associated transport with the event.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TransportStatisticsChangedEvent

public TransportStatisticsChangedEvent(Transport transport,
                                       TransportStatistics statistics)
Method Detail

getTransport

public Transport getTransport()
Returns the associated transport with the event.


getStatistics

public TransportStatistics getStatistics()
Returns the transport statistics sampled.


GigaSpaces XAP 9.0 API

Copyright © GigaSpaces.