| 
 | GigaSpaces XAP 7.0 API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openspaces.admin.pu.events.ManagingGridServiceManagerChangedEvent
public class ManagingGridServiceManagerChangedEvent
An event indicating that a managing GSM of a processing unit was changed.
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 trueif 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 | 
|---|
public ManagingGridServiceManagerChangedEvent(ProcessingUnit processingUnit,
                                              GridServiceManager newGridServiceManager,
                                              GridServiceManager previousGridServiceManager)
| Method Detail | 
|---|
public ProcessingUnit getProcessingUnit()
public GridServiceManager getNewGridServiceManager()
public GridServiceManager getPreviousGridServiceManager()
public boolean isUnknown()
true if there is unknown managing grid service manager.
| 
 | GigaSpaces XAP 7.0 API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||