Class ManagingGridServiceManagerChangedEvent

java.lang.Object
org.openspaces.admin.pu.events.ManagingGridServiceManagerChangedEvent

public class ManagingGridServiceManagerChangedEvent extends Object
An event indicating that a managing GSM of a processing unit was changed.
Author:
kimchy
See Also:
  • Constructor Details

  • Method Details

    • getProcessingUnit

      public ProcessingUnit getProcessingUnit()
      Returns the processing unit the managing GSM was changed for.
    • getNewGridServiceManager

      public GridServiceManager getNewGridServiceManager()
      Returns the new GSM that is associated with the processing unit.
    • getPreviousGridServiceManager

      public GridServiceManager getPreviousGridServiceManager()
      Returns the previous GSM that is associated with the processing unit.
    • isUnknown

      public boolean isUnknown()
      Returns true if there is unknown managing grid service manager.