GigaSpaces XAP 9.5 API

org.openspaces.admin.pu.events
Class BackupGridServiceManagerChangedEvent

java.lang.Object
  extended by org.openspaces.admin.pu.events.BackupGridServiceManagerChangedEvent

public class BackupGridServiceManagerChangedEvent
extends Object

An event indicating that a backup GSM of a processing unit was either added or removed.

Author:
kimchy
See Also:
ProcessingUnit.getBackupGridServiceManagerChanged(), ProcessingUnits.getBackupGridServiceManagerChanged()

Nested Class Summary
static class BackupGridServiceManagerChangedEvent.Type
          The type of the event.
 
Constructor Summary
BackupGridServiceManagerChangedEvent(ProcessingUnit processingUnit, BackupGridServiceManagerChangedEvent.Type type, GridServiceManager gridServiceManager)
           
 
Method Summary
 GridServiceManager getGridServiceManager()
          Returns the backup GSM that was either added or removed for the given Processing Unit.
 ProcessingUnit getProcessingUnit()
          Returns the Processing Unit that the backup GSM event occurred on.
 BackupGridServiceManagerChangedEvent.Type getType()
          Returns the type of the event.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BackupGridServiceManagerChangedEvent

public BackupGridServiceManagerChangedEvent(ProcessingUnit processingUnit,
                                            BackupGridServiceManagerChangedEvent.Type type,
                                            GridServiceManager gridServiceManager)
Method Detail

getProcessingUnit

public ProcessingUnit getProcessingUnit()
Returns the Processing Unit that the backup GSM event occurred on.


getType

public BackupGridServiceManagerChangedEvent.Type getType()
Returns the type of the event.


getGridServiceManager

public GridServiceManager getGridServiceManager()
Returns the backup GSM that was either added or removed for the given Processing Unit.


GigaSpaces XAP 9.5 API

Copyright © GigaSpaces.