|
GigaSpaces XAP 7.0 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.openspaces.admin.pu.events.BackupGridServiceManagerChangedEvent
public class BackupGridServiceManagerChangedEvent
An event indicating that a backup GSM of a processing unit was either added or removed.
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 |
---|
public BackupGridServiceManagerChangedEvent(ProcessingUnit processingUnit, BackupGridServiceManagerChangedEvent.Type type, GridServiceManager gridServiceManager)
Method Detail |
---|
public ProcessingUnit getProcessingUnit()
public BackupGridServiceManagerChangedEvent.Type getType()
public GridServiceManager getGridServiceManager()
|
GigaSpaces XAP 7.0 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |