org.openspaces.admin.vm.events
Class VirtualMachinesStatisticsChangedEvent
java.lang.Object
org.openspaces.admin.vm.events.VirtualMachinesStatisticsChangedEvent
public class VirtualMachinesStatisticsChangedEvent
- extends Object
An event indicating that an aggregated virtual machines level statistics has changed.
Note, monitoring needs to be enabled in order to receive the events.
- Author:
- kimchy
- See Also:
VirtualMachinesStatisticsChangedEventListener
,
VirtualMachinesStatisticsChangedEventManager
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
VirtualMachinesStatisticsChangedEvent
public VirtualMachinesStatisticsChangedEvent(VirtualMachines virtualMachines,
VirtualMachinesStatistics statistics)
getVirtualMachines
public VirtualMachines getVirtualMachines()
- Returns the virtual machines associated with this events.
getStatistics
public VirtualMachinesStatistics getStatistics()
- Returns the aggregated virtual machines statistics sampled.
Copyright © GigaSpaces.