|
GigaSpaces XAP 9.7.2 API | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Application | |
---|---|
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.pu | Support for managing of Processing Unit(s) through the Admin API. |
Uses of Application in org.openspaces.admin.application |
---|
Methods in org.openspaces.admin.application that return Application | |
---|---|
Application |
Applications.getApplication(String name)
Returns the Application for the given processing unit name. |
Application[] |
Applications.getApplications()
Returns the Application s 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. |
Methods in org.openspaces.admin.application that return types with arguments of type Application | |
---|---|
Map<String,Application> |
Applications.getNames()
Returns a map of Application keyed by their respective names. |
Uses of Application in org.openspaces.admin.application.events |
---|
Methods in org.openspaces.admin.application.events with parameters of type Application | |
---|---|
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). |
Uses of Application in org.openspaces.admin.gsm |
---|
Methods in org.openspaces.admin.gsm that return Application | |
---|---|
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. |
Uses of Application in org.openspaces.admin.pu |
---|
Methods in org.openspaces.admin.pu that return Application | |
---|---|
Application |
ProcessingUnit.getApplication()
|
|
GigaSpaces XAP 9.7.2 API | |||||||||
PREV NEXT | FRAMES NO FRAMES |