Uses of Class
org.glassfish.paas.orchestrator.service.metadata.ServiceMetadata

Packages that use ServiceMetadata
org.glassfish.paas.orchestrator   
org.glassfish.paas.orchestrator.state   
 

Uses of ServiceMetadata in org.glassfish.paas.orchestrator
 

Methods in org.glassfish.paas.orchestrator that return ServiceMetadata
 ServiceMetadata ServicesXMLParserImpl.discoverDeclaredServices(String appName, ReadableArchive ra)
           
 ServiceMetadata ServicesXMLParser.discoverDeclaredServices(String appName, ReadableArchive ra)
           
 ServiceMetadata PaaSAppInfoRegistry.getServiceMetadata(String appName)
           
 ServiceMetadata ServiceOrchestratorImpl.getServices(ReadableArchive archive)
           
 ServiceMetadata ServiceOrchestrator.getServices(ReadableArchive archive)
          Provides the ServiceMetadata associated with an application archive.
 ServiceMetadata PaaSAppInfoRegistry.removeServiceMetadata(String appName)
           
 

Methods in org.glassfish.paas.orchestrator with parameters of type ServiceMetadata
 void PaaSAppInfoRegistry.addServiceMetadata(String appName, ServiceMetadata appServiceMetadata)
           
 Set<ServicePlugin> ServiceOrchestratorImpl.getPlugins(ServiceMetadata appServiceMetadata)
          get plugins list for association or dissociation or re-association
 String ServiceOrchestratorImpl.getVirtualClusterForApplication(String appName, ServiceMetadata appServiceMetadata)
          Name of the JavaEE service will be the name of the virtual cluster.
 

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

Methods in org.glassfish.paas.orchestrator.state that return ServiceMetadata
 ServiceMetadata ServiceDependencyDiscoveryState.getServiceDependencyMetadata(PaaSDeploymentContext context, String appName, ReadableArchive archive)
           
 



Copyright © 2012. All Rights Reserved.