Uses of Class
org.glassfish.paas.orchestrator.ServiceOrchestrator.ReconfigAction

Packages that use ServiceOrchestrator.ReconfigAction
org.glassfish.paas.orchestrator   
org.glassfish.paas.orchestrator.service.spi   
 

Uses of ServiceOrchestrator.ReconfigAction in org.glassfish.paas.orchestrator
 

Methods in org.glassfish.paas.orchestrator that return ServiceOrchestrator.ReconfigAction
static ServiceOrchestrator.ReconfigAction ServiceOrchestrator.ReconfigAction.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ServiceOrchestrator.ReconfigAction[] ServiceOrchestrator.ReconfigAction.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of ServiceOrchestrator.ReconfigAction in org.glassfish.paas.orchestrator.service.spi
 

Methods in org.glassfish.paas.orchestrator.service.spi with parameters of type ServiceOrchestrator.ReconfigAction
 boolean ServicePlugin.reassociateServices(Service svcConsumer, Service oldSvcProvider, Service newSvcProvider, ServiceOrchestrator.ReconfigAction reason)
          When a Service has been re-provisioned, and a prior deployment has already been bound to the earlier ProvisionedService, CPAS uses this method to reassociate resources of the "Service Consumer" ProvisionedService to point to the new "Service Provider" ProvisionedService.
 



Copyright © 2012. All Rights Reserved.