| 
GigaSpaces XAP 7.1 API | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use GridServiceManager | |
|---|---|
| org.openspaces.admin.gsa | Support for managing of Grid Service Agent(s) through the Admin API. | 
| org.openspaces.admin.gsm | Support for managing of Grid Service Manager(s) through the Admin API. | 
| org.openspaces.admin.gsm.events | Support for managing of Elastic Service Manager events through the Admin API. | 
| org.openspaces.admin.pu | Support for managing of Processing Unit(s) through the Admin API. | 
| org.openspaces.admin.pu.events | Support for managing of Processing Unit events through the Admin API. | 
| org.openspaces.admin.samples | |
| org.openspaces.admin.vm | Support for managing of Virtual Machine(s) through the Admin API. | 
| Uses of GridServiceManager in org.openspaces.admin.gsa | 
|---|
| Methods in org.openspaces.admin.gsa that return GridServiceManager | |
|---|---|
 GridServiceManager | 
GridServiceAgent.startGridServiceAndWait(GridServiceManagerOptions options)
Starts a GridServiceManager based on the provided options and waits
 indefinitely until it is discovered by the admin, which is then returned. | 
 GridServiceManager | 
GridServiceAgent.startGridServiceAndWait(GridServiceManagerOptions options,
                        long timeout,
                        TimeUnit timeUnit)
Starts a GridServiceManager based on the provided options and waits
 for the given timeout (in time unit) until it is discovered by the admin, which is then returned. | 
| Uses of GridServiceManager in org.openspaces.admin.gsm | 
|---|
| Methods in org.openspaces.admin.gsm that return GridServiceManager | |
|---|---|
 GridServiceManager | 
GridServiceManagers.getManagerByUID(String uid)
Returns a manager based on its uid.  | 
 GridServiceManager[] | 
GridServiceManagers.getManagers()
Returns all the currently discovered managers.  | 
 GridServiceManager | 
GridServiceManagers.waitForAtLeastOne()
Waits indefinitely till at least one GSM is discovered and returns it.  | 
 GridServiceManager | 
GridServiceManagers.waitForAtLeastOne(long timeout,
                  TimeUnit timeUnit)
Waits for the given timeout (in time unit) till at least one GSM is discovered and returns it.  | 
| Methods in org.openspaces.admin.gsm that return types with arguments of type GridServiceManager | |
|---|---|
 Map<String,GridServiceManager> | 
GridServiceManagers.getUids()
Returns a map of grid service manager with the key as the uid.  | 
| Uses of GridServiceManager in org.openspaces.admin.gsm.events | 
|---|
| Methods in org.openspaces.admin.gsm.events with parameters of type GridServiceManager | |
|---|---|
 void | 
GridServiceManagerAddedEventListener.gridServiceManagerAdded(GridServiceManager gridServiceManager)
Called when a grid service manager is added.  | 
 void | 
GridServiceManagerRemovedEventListener.gridServiceManagerRemoved(GridServiceManager gridServiceManager)
Called when a grid service manager is removed.  | 
| Uses of GridServiceManager in org.openspaces.admin.pu | 
|---|
| Methods in org.openspaces.admin.pu that return GridServiceManager | |
|---|---|
 GridServiceManager | 
ProcessingUnit.getBackupGridServiceManager(String gridServiceManagerUID)
Returns the backup GSM matching the provided UID.  | 
 GridServiceManager[] | 
ProcessingUnit.getBackupGridServiceManagers()
Returns the backup GSMs for the processing unit.  | 
 GridServiceManager | 
ProcessingUnit.getManagingGridServiceManager()
Returns the managing (primary) GSM for the processing unit.  | 
 GridServiceManager | 
ProcessingUnit.waitForManaged()
Waits till there is a managing GridServiceManager for the processing unit. | 
 GridServiceManager | 
ProcessingUnit.waitForManaged(long timeout,
               TimeUnit timeUnit)
Waits till there is a managing GridServiceManager for the processing unit
 for the specified timeout. | 
| Uses of GridServiceManager in org.openspaces.admin.pu.events | 
|---|
| Methods in org.openspaces.admin.pu.events that return GridServiceManager | |
|---|---|
 GridServiceManager | 
BackupGridServiceManagerChangedEvent.getGridServiceManager()
Returns the backup GSM that was either added or removed for the given Processing Unit.  | 
 GridServiceManager | 
ManagingGridServiceManagerChangedEvent.getNewGridServiceManager()
Returns the new GSM that is associated with the processing unit.  | 
 GridServiceManager | 
ManagingGridServiceManagerChangedEvent.getPreviousGridServiceManager()
Returns the previous GSM that is associated with the processing unit.  | 
| Constructors in org.openspaces.admin.pu.events with parameters of type GridServiceManager | |
|---|---|
BackupGridServiceManagerChangedEvent(ProcessingUnit processingUnit,
                                     BackupGridServiceManagerChangedEvent.Type type,
                                     GridServiceManager gridServiceManager)
 | 
|
ManagingGridServiceManagerChangedEvent(ProcessingUnit processingUnit,
                                       GridServiceManager newGridServiceManager,
                                       GridServiceManager previousGridServiceManager)
 | 
|
| Uses of GridServiceManager in org.openspaces.admin.samples | 
|---|
| Methods in org.openspaces.admin.samples with parameters of type GridServiceManager | |
|---|---|
 void | 
TestEventSampler.gridServiceManagerAdded(GridServiceManager gridServiceManager)
 | 
 void | 
TestEventSampler.gridServiceManagerRemoved(GridServiceManager gridServiceManager)
 | 
| Uses of GridServiceManager in org.openspaces.admin.vm | 
|---|
| Methods in org.openspaces.admin.vm that return GridServiceManager | |
|---|---|
 GridServiceManager | 
VirtualMachine.getGridServiceManager()
Returns the grid service manager started within this virtual machine.  | 
  | 
GigaSpaces XAP 7.1 API | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||