Package org.openspaces.admin.pu.events
Class BackupGridServiceManagerChangedEvent
java.lang.Object
org.openspaces.admin.pu.events.BackupGridServiceManagerChangedEvent
An event indicating that a backup GSM of a processing unit was either added or removed.
- Author:
- kimchy
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumThe type of the event. -
Constructor Summary
ConstructorsConstructorDescriptionBackupGridServiceManagerChangedEvent(ProcessingUnit processingUnit, BackupGridServiceManagerChangedEvent.Type type, GridServiceManager gridServiceManager) -
Method Summary
Modifier and TypeMethodDescriptionReturns the backup GSM that was either added or removed for the given Processing Unit.Returns the Processing Unit that the backup GSM event occurred on.getType()Returns the type of the event.
-
Constructor Details
-
BackupGridServiceManagerChangedEvent
public BackupGridServiceManagerChangedEvent(ProcessingUnit processingUnit, BackupGridServiceManagerChangedEvent.Type type, GridServiceManager gridServiceManager)
-
-
Method Details
-
getProcessingUnit
Returns the Processing Unit that the backup GSM event occurred on. -
getType
Returns the type of the event. -
getGridServiceManager
Returns the backup GSM that was either added or removed for the given Processing Unit.
-