Uses of Interface
org.openspaces.admin.application.Application
Packages that use Application
Package
Description
Support for managing of Grid Service Manager(s) through the Admin API.
Internally Used.
Internally Used.
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 ApplicationModifier and TypeMethodDescriptionApplications.getApplication(String name) Returns theApplicationfor the given processing unit name.Applications.getApplications()Returns theApplications currently deployed.Waits indefinitely till the application is identified as deployed.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 ApplicationModifier and TypeMethodDescriptionApplications.getNames()Returns a map ofApplicationkeyed by their respective names. -
Uses of Application in org.openspaces.admin.application.events
Methods in org.openspaces.admin.application.events with parameters of type ApplicationModifier and TypeMethodDescriptionvoidApplicationAddedEventListener.applicationAdded(Application application) A callback indicating that an Application was added (deployed/discovered).voidApplicationRemovedEventListener.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 ApplicationModifier 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) 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) 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 Application in org.openspaces.admin.internal.application
Subinterfaces of Application in org.openspaces.admin.internal.applicationClasses in org.openspaces.admin.internal.application that implement ApplicationMethods in org.openspaces.admin.internal.application that return ApplicationModifier and TypeMethodDescriptionDefaultApplications.getApplication(String name) DefaultApplications.getApplications()Methods in org.openspaces.admin.internal.application that return types with arguments of type ApplicationMethods in org.openspaces.admin.internal.application with parameters of type ApplicationModifier and TypeMethodDescriptionvoidDefaultApplications.addApplication(Application application, ProcessingUnit processingUnit) voidInternalApplications.addApplication(Application application, ProcessingUnit processingUnit) voidInternalApplicationAware.setApplication(Application application) -
Uses of Application in org.openspaces.admin.internal.application.events
Methods in org.openspaces.admin.internal.application.events with parameters of type ApplicationModifier and TypeMethodDescriptionvoidClosureApplicationAddedEventListener.applicationAdded(Application application) voidDefaultApplicationAddedEventManager.applicationAdded(Application application) voidClosureApplicationRemovedEventListener.applicationRemoved(Application application) voidDefaultApplicationRemovedEventManager.applicationRemoved(Application application) -
Uses of Application in org.openspaces.admin.internal.gsm
Methods in org.openspaces.admin.internal.gsm that return ApplicationModifier 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) DefaultGridServiceManagers.deploy(ApplicationConfig applicationConfig, long timeout, TimeUnit timeUnit) Methods in org.openspaces.admin.internal.gsm with parameters of type ApplicationModifier and TypeMethodDescriptionDefaultGridServiceManager.deploy(Application application, ProcessingUnitDeploymentTopology deploymentTopology, long timeout, TimeUnit timeUnit) DefaultGridServiceManagers.deploy(Application application, ProcessingUnitDeploymentTopology puDeploymentTopology, long timeout, TimeUnit timeUnit) InternalGridServiceManager.deploy(Application application, ProcessingUnitDeploymentTopology deploymentTopology, long timeout, TimeUnit timeUnit) InternalGridServiceManagers.deploy(Application application, ProcessingUnitDeploymentTopology puDeployment, long timeout, TimeUnit timeUnit) -
Uses of Application in org.openspaces.admin.internal.pu
Methods in org.openspaces.admin.internal.pu that return ApplicationMethods in org.openspaces.admin.internal.pu with parameters of type ApplicationModifier and TypeMethodDescriptionvoidDefaultProcessingUnit.setApplication(Application application) -
Uses of Application in org.openspaces.admin.pu
Methods in org.openspaces.admin.pu that return Application