Uses of Class
org.glassfish.paas.orchestrator.PaaSDeploymentContext

Packages that use PaaSDeploymentContext
org.glassfish.paas.orchestrator   
org.glassfish.paas.orchestrator.service.spi   
org.glassfish.paas.orchestrator.state   
 

Uses of PaaSDeploymentContext in org.glassfish.paas.orchestrator
 

Methods in org.glassfish.paas.orchestrator with parameters of type PaaSDeploymentContext
 void PaaSDeploymentState.afterExecution(PaaSDeploymentContext context)
           
 void PaaSDeploymentState.beforeExecution(PaaSDeploymentContext context)
           
 void ServiceOrchestratorImpl.deploy(String appName, PaaSDeploymentContext dc)
           
 void PaaSDeploymentState.handle(PaaSDeploymentContext context)
           
 void ServiceOrchestratorImpl.postDeploy(String appName, PaaSDeploymentContext dc)
           
 void ServiceOrchestratorImpl.postUndeploy(String appName, PaaSDeploymentContext dc)
           
 void ServiceOrchestratorImpl.preDeploy(String appName, PaaSDeploymentContext dc)
           
 void ServiceOrchestratorImpl.preUndeploy(String appName, PaaSDeploymentContext pc)
           
 void ServiceOrchestratorImpl.undeploy(String appName, PaaSDeploymentContext dc)
           
 

Uses of PaaSDeploymentContext in org.glassfish.paas.orchestrator.service.spi
 

Methods in org.glassfish.paas.orchestrator.service.spi with parameters of type PaaSDeploymentContext
 void ServicePlugin.associateServices(Service serviceConsumer, ServiceReference svcRef, Service serviceProvider, boolean beforeDeployment, PaaSDeploymentContext dc)
          A ProvisionedService for a ServiceReference is associated with another ProvisionedService through this method.
 boolean ServicePlugin.deploy(PaaSDeploymentContext dc, Service service)
          Deploy the orchestration-enabled archive.
 void ServicePlugin.dissociateServices(Service serviceConsumer, ServiceReference svcRef, Service serviceProvider, boolean beforeUndeploy, PaaSDeploymentContext dc)
          A ProvisionedService for a ServiceReference is dis-associated from another ProvisionedService through this method.
 Set<ServiceDescription> ServicePlugin.getImplicitServiceDescriptions(ReadableArchive cloudArchive, String appName, PaaSDeploymentContext context)
          OE gets implicit ServiceDescription associated with an application from the Plugin through this method, if the application does not have explicit ServiceDescriptions in its services metadata deployment descriptor, for the type supported by the Plugin.
 Set<ServiceReference> ServicePlugin.getServiceReferences(String appName, ReadableArchive cloudArchive, PaaSDeploymentContext dc)
          Discover the implicit service references in the orchestration enabled archive.
 ProvisionedService ServicePlugin.provisionService(ServiceDescription serviceDescription, PaaSDeploymentContext paasDC)
          Once the CPAS merges all discovered and explicit ServiceDefinitionss, it provisions the required Services through the Plugin.
 boolean ServicePlugin.undeploy(PaaSDeploymentContext dc, Service service)
          Undeploy the orchestration-enabled archive.
 boolean ServicePlugin.unprovisionService(ServiceDescription serviceDescription, PaaSDeploymentContext dc)
          During undeployment of an application, OE decommissions the Services that are scoped to the application.
 

Uses of PaaSDeploymentContext in org.glassfish.paas.orchestrator.state
 

Methods in org.glassfish.paas.orchestrator.state with parameters of type PaaSDeploymentContext
 void AbstractPaaSDeploymentState.afterExecution(PaaSDeploymentContext context)
           
protected  void AssociationState.associateProvisionedServices(PaaSDeploymentContext context, boolean preDeployment)
           
 void AbstractPaaSDeploymentState.beforeExecution(PaaSDeploymentContext context)
           
protected  void DissociationState.dissociateProvisionedServices(PaaSDeploymentContext context, boolean beforeUndeploy)
           
 ServiceMetadata ServiceDependencyDiscoveryState.getServiceDependencyMetadata(PaaSDeploymentContext context, String appName, ReadableArchive archive)
           
 void UnprovisioningState.handle(PaaSDeploymentContext context)
           
 void UndeployState.handle(PaaSDeploymentContext context)
           
 void SharedServiceUnregisterState.handle(PaaSDeploymentContext context)
           
 void SharedServiceRegistrationState.handle(PaaSDeploymentContext context)
           
 void ServiceReferenceUnregisterState.handle(PaaSDeploymentContext context)
           
 void ServiceReferenceRegistrationState.handle(PaaSDeploymentContext context)
           
 void ServiceDependencyDiscoveryState.handle(PaaSDeploymentContext context)
           
 void ServerStartupState.handle(PaaSDeploymentContext context)
           
 void ProvisioningState.handle(PaaSDeploymentContext context)
           
 void PreUndeployDissociationState.handle(PaaSDeploymentContext context)
           
 void PreDeployAssociationState.handle(PaaSDeploymentContext context)
          
 void PostUndeployDissociationState.handle(PaaSDeploymentContext context)
           
 void PostEnableState.handle(PaaSDeploymentContext context)
           
 void PostDisableState.handle(PaaSDeploymentContext context)
           
 void PostDeployAssociationState.handle(PaaSDeploymentContext context)
           
 void EnableState.handle(PaaSDeploymentContext context)
           
 void DisableState.handle(PaaSDeploymentContext context)
           
 void DisableCompletionState.handle(PaaSDeploymentContext context)
           
 void DeployState.handle(PaaSDeploymentContext context)
           
 void DeploymentCompletionState.handle(PaaSDeploymentContext context)
           
 void ConfiguredServiceUnregisterState.handle(PaaSDeploymentContext context)
           
 void ConfiguredServiceRegistrationState.handle(PaaSDeploymentContext context)
           
 Set<ProvisionedService> ServerStartupState.retrieveProvisionedServices(PaaSDeploymentContext context)
           
 ProvisionedService EnableState.startService(PaaSDeploymentContext context, String appName, ServiceDescription sd)
           
 boolean DisableState.stopService(PaaSDeploymentContext context, String appName, ServiceDescription sd)
           
 



Copyright © 2012. All Rights Reserved.