Package org.openspaces.admin.pu.events
Class ManagingGridServiceManagerChangedEvent
java.lang.Object
org.openspaces.admin.pu.events.ManagingGridServiceManagerChangedEvent
An event indicating that a managing GSM of a processing unit was changed.
-
Constructor Summary
ConstructorsConstructorDescriptionManagingGridServiceManagerChangedEvent(ProcessingUnit processingUnit, GridServiceManager newGridServiceManager, GridServiceManager previousGridServiceManager) -
Method Summary
Modifier and TypeMethodDescriptionReturns the new GSM that is associated with the processing unit.Returns the previous GSM that is associated with the processing unit.Returns the processing unit the managing GSM was changed for.booleanReturnstrueif there is unknown managing grid service manager.
-
Constructor Details
-
ManagingGridServiceManagerChangedEvent
public ManagingGridServiceManagerChangedEvent(ProcessingUnit processingUnit, GridServiceManager newGridServiceManager, GridServiceManager previousGridServiceManager)
-
-
Method Details
-
getProcessingUnit
Returns the processing unit the managing GSM was changed for. -
getNewGridServiceManager
Returns the new GSM that is associated with the processing unit. -
getPreviousGridServiceManager
Returns the previous GSM that is associated with the processing unit. -
isUnknown
public boolean isUnknown()Returnstrueif there is unknown managing grid service manager.
-