| Package | Description | 
|---|---|
| org.openspaces.admin.application | |
| org.openspaces.admin.application.events | |
| org.openspaces.admin.gsm | 
 Support for managing of Grid Service Manager(s) through the Admin API. 
 | 
| org.openspaces.admin.internal.application | |
| org.openspaces.admin.internal.application.events | |
| org.openspaces.admin.internal.gsm | 
 Internally Used. 
 | 
| org.openspaces.admin.internal.pu | 
 Internally Used. 
 | 
| org.openspaces.admin.pu | 
 Support for managing of Processing Unit(s) through the Admin API. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Application | 
Applications.getApplication(String name)
Returns the  
Application for the given processing
 unit name. | 
Application[] | 
Applications.getApplications()
Returns the  
Applications currently deployed. | 
Application | 
Applications.waitFor(String applicationName)
Waits indefinitely till the application is identified as deployed. 
 | 
Application | 
Applications.waitFor(String applicationName,
       long timeout,
       TimeUnit timeUnit)
Waits for the specified timeout (in time interval) till the application is identified as
 deployed. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Map<String,Application> | 
Applications.getNames()
Returns a map of  
Application keyed by their
 respective names. | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
ApplicationAddedEventListener.applicationAdded(Application application)
A callback indicating that an Application was added (deployed/discovered). 
 | 
void | 
ApplicationRemovedEventListener.applicationRemoved(Application application)
A callback indicating that an Application was removed (undeployed). 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Application | 
GridServiceManager.deploy(ApplicationConfig applicationConfig)
Deploys an application consisting of one or more processing unit deployments. 
 | 
Application | 
GridServiceManagers.deploy(ApplicationConfig applicationConfig)
Deploys an application consisting of one or more processing unit deployments. 
 | 
Application | 
GridServiceManager.deploy(ApplicationConfig applicationConfig,
      long timeout,
      TimeUnit timeUnit)
Deploys an application consisting of one or more processing unit deployments. 
 | 
Application | 
GridServiceManagers.deploy(ApplicationConfig applicationConfig,
      long timeout,
      TimeUnit timeUnit)
Deploys an application consisting of one or more processing unit deployments. 
 | 
Application | 
GridServiceManager.deploy(ApplicationDeployment deployment)
Deploys an application consisting of one or more processing unit deployments. 
 | 
Application | 
GridServiceManagers.deploy(ApplicationDeployment deployment)
Deploys an application consisting of one or more processing unit deployments. 
 | 
Application | 
GridServiceManager.deploy(ApplicationDeployment deployment,
      long timeout,
      TimeUnit timeUnit)
Deploys an application consisting of one or more processing unit deployments. 
 | 
Application | 
GridServiceManagers.deploy(ApplicationDeployment deployment,
      long timeout,
      TimeUnit timeUnit)
Deploys an application consisting of one or more processing unit deployments. 
 | 
| Modifier and Type | Interface and Description | 
|---|---|
interface  | 
InternalApplication  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
DefaultApplication  | 
| Modifier and Type | Method and Description | 
|---|---|
Application | 
DefaultApplications.getApplication(String name)  | 
Application[] | 
DefaultApplications.getApplications()  | 
Application | 
DefaultApplications.waitFor(String applicationName)  | 
Application | 
DefaultApplications.waitFor(String applicationName,
       long timeout,
       TimeUnit timeUnit)  | 
| Modifier and Type | Method and Description | 
|---|---|
Map<String,Application> | 
DefaultApplications.getNames()  | 
Iterator<Application> | 
DefaultApplications.iterator()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
InternalApplications.addApplication(Application application,
              ProcessingUnit processingUnit)  | 
void | 
DefaultApplications.addApplication(Application application,
              ProcessingUnit processingUnit)  | 
void | 
InternalApplicationAware.setApplication(Application application)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
DefaultApplicationAddedEventManager.applicationAdded(Application application)  | 
void | 
ClosureApplicationAddedEventListener.applicationAdded(Application application)  | 
void | 
DefaultApplicationRemovedEventManager.applicationRemoved(Application application)  | 
void | 
ClosureApplicationRemovedEventListener.applicationRemoved(Application application)  | 
| Modifier and Type | Method and Description | 
|---|---|
Application | 
DefaultGridServiceManagers.deploy(ApplicationConfig applicationConfig)  | 
Application | 
DefaultGridServiceManager.deploy(ApplicationConfig applicationConfig)  | 
Application | 
DefaultGridServiceManagers.deploy(ApplicationConfig applicationConfig,
      long timeout,
      TimeUnit timeUnit)  | 
Application | 
DefaultGridServiceManager.deploy(ApplicationConfig applicationConfig,
      long timeout,
      TimeUnit timeUnit)  | 
Application | 
DefaultGridServiceManagers.deploy(ApplicationDeployment deployment)  | 
Application | 
DefaultGridServiceManager.deploy(ApplicationDeployment deployment)  | 
Application | 
DefaultGridServiceManagers.deploy(ApplicationDeployment deployment,
      long timeout,
      TimeUnit timeUnit)  | 
Application | 
DefaultGridServiceManager.deploy(ApplicationDeployment applicationDeployment,
      long timeout,
      TimeUnit timeUnit)  | 
| Modifier and Type | Method and Description | 
|---|---|
ProcessingUnit | 
DefaultGridServiceManagers.deploy(Application application,
      ProcessingUnitDeploymentTopology puDeploymentTopology,
      long timeout,
      TimeUnit timeUnit)  | 
ProcessingUnit | 
DefaultGridServiceManager.deploy(Application application,
      ProcessingUnitDeploymentTopology deploymentTopology,
      long timeout,
      TimeUnit timeUnit)  | 
ProcessingUnit | 
InternalGridServiceManager.deploy(Application application,
      ProcessingUnitDeploymentTopology deploymentTopology,
      long timeout,
      TimeUnit timeUnit)  | 
ProcessingUnit | 
InternalGridServiceManagers.deploy(Application application,
      ProcessingUnitDeploymentTopology puDeployment,
      long timeout,
      TimeUnit timeUnit)  | 
| Modifier and Type | Method and Description | 
|---|---|
Application | 
DefaultProcessingUnit.getApplication()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
DefaultProcessingUnit.setApplication(Application application)  | 
| Modifier and Type | Method and Description | 
|---|---|
Application | 
ProcessingUnit.getApplication()  | 
Copyright © GigaSpaces.