GigaSpaces XAP 9.5 API

org.openspaces.admin.pu.events
Class ManagingGridServiceManagerChangedEvent

java.lang.Object
  extended by 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:
ProcessingUnit.getManagingGridServiceManagerChanged(), ProcessingUnits.getManagingGridServiceManagerChanged()

Constructor Summary
ManagingGridServiceManagerChangedEvent(ProcessingUnit processingUnit, GridServiceManager newGridServiceManager, GridServiceManager previousGridServiceManager)
           
 
Method Summary
 GridServiceManager getNewGridServiceManager()
          Returns the new GSM that is associated with the processing unit.
 GridServiceManager getPreviousGridServiceManager()
          Returns the previous GSM that is associated with the processing unit.
 ProcessingUnit getProcessingUnit()
          Returns the processing unit the managing GSM was changed for.
 boolean isUnknown()
          Returns true if there is unknown managing grid service manager.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ManagingGridServiceManagerChangedEvent

public ManagingGridServiceManagerChangedEvent(ProcessingUnit processingUnit,
                                              GridServiceManager newGridServiceManager,
                                              GridServiceManager previousGridServiceManager)
Method Detail

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.


GigaSpaces XAP 9.5 API

Copyright © GigaSpaces.