Class VirtualMachineStatisticsChangedEvent

java.lang.Object
org.openspaces.admin.vm.events.VirtualMachineStatisticsChangedEvent

public class VirtualMachineStatisticsChangedEvent extends Object
An event indicating that a virtual machine level statistics has changed.

Note, monitoring needs to be enabled in order to receive the events.

Author:
kimchy
See Also:
  • Constructor Details

  • Method Details

    • getVirtualMachine

      public VirtualMachine getVirtualMachine()
      Returns the virtual machine associated with this event.
    • getStatistics

      public VirtualMachineStatistics getStatistics()
      Returns the statistics of the virtual machine sampled.