Uses of Class
org.openspaces.admin.application.ApplicationAlreadyDeployedException
Packages that use ApplicationAlreadyDeployedException
Package
Description
Support for managing of Grid Service Manager(s) through the Admin API.
Internally Used.
-
Uses of ApplicationAlreadyDeployedException in org.openspaces.admin.gsm
Methods in org.openspaces.admin.gsm that throw ApplicationAlreadyDeployedExceptionModifier and TypeMethodDescriptionGridServiceManager.deploy(ApplicationDeployment deployment) Deploys an application consisting of one or more processing unit deployments.GridServiceManager.deploy(ApplicationDeployment deployment, long timeout, TimeUnit timeUnit) Deploys an application consisting of one or more processing unit deployments.GridServiceManager.deploy(ApplicationConfig applicationConfig, long timeout, TimeUnit timeUnit) Deploys an application consisting of one or more processing unit deployments.GridServiceManagers.deploy(ApplicationDeployment deployment) Deploys an application consisting of one or more processing unit deployments.GridServiceManagers.deploy(ApplicationDeployment deployment, long timeout, TimeUnit timeUnit) Deploys an application consisting of one or more processing unit deployments.GridServiceManagers.deploy(ApplicationConfig applicationConfig, long timeout, TimeUnit timeUnit) Deploys an application consisting of one or more processing unit deployments. -
Uses of ApplicationAlreadyDeployedException in org.openspaces.admin.internal.gsm
Methods in org.openspaces.admin.internal.gsm that throw ApplicationAlreadyDeployedExceptionModifier and TypeMethodDescriptionDefaultGridServiceManager.deploy(ApplicationDeployment deployment) DefaultGridServiceManager.deploy(ApplicationDeployment applicationDeployment, long timeout, TimeUnit timeUnit) DefaultGridServiceManager.deploy(ApplicationConfig applicationConfig) DefaultGridServiceManager.deploy(ApplicationConfig applicationConfig, long timeout, TimeUnit timeUnit) DefaultGridServiceManagers.deploy(ApplicationDeployment deployment) DefaultGridServiceManagers.deploy(ApplicationDeployment deployment, long timeout, TimeUnit timeUnit) DefaultGridServiceManagers.deploy(ApplicationConfig applicationConfig, long timeout, TimeUnit timeUnit)