Uses of Interface
org.glassfish.paas.orchestrator.service.spi.ServicePlugin

Packages that use ServicePlugin
org.glassfish.paas.orchestrator   
org.glassfish.paas.orchestrator.service.metadata   
 

Uses of ServicePlugin in org.glassfish.paas.orchestrator
 

Methods in org.glassfish.paas.orchestrator that return ServicePlugin
 ServicePlugin ServiceOrchestratorImpl.getDefaultPlugin(Collection<ServicePlugin> pluginsList, String type)
           
 ServicePlugin ServiceOrchestratorImpl.getDefaultPluginForServiceRef(String serviceRefType)
           
 ServicePlugin ServiceOrchestratorImpl.getPlugin(ServiceDescription sd)
           
 

Methods in org.glassfish.paas.orchestrator that return types with arguments of type ServicePlugin
 Set<ServicePlugin> PaaSAppInfoRegistry.getEffectivePlugins(String appName)
           
 Set<ServicePlugin> ServiceOrchestratorImpl.getPlugins()
           
 Set<ServicePlugin> ServiceOrchestratorImpl.getPlugins(ServiceMetadata appServiceMetadata)
          get plugins list for association or dissociation or re-association
 Map<ServiceDescription,ServicePlugin> PaaSAppInfoRegistry.getPluginsToHandleSDs(String appName)
           
 Set<ServicePlugin> PaaSAppInfoRegistry.removeEffectivePlugins(String appName)
           
 Map<ServiceDescription,ServicePlugin> PaaSAppInfoRegistry.removePluginsToHandleSDs(String appName)
           
 

Methods in org.glassfish.paas.orchestrator with parameters of type ServicePlugin
 Collection<Service> ServiceOrchestratorImpl.getServicesManagedByPlugin(ServicePlugin plugin, Set<Service> allServices)
           
 Collection<ProvisionedService> ServiceOrchestratorImpl.getServicesProvisionedByPlugin(ServicePlugin plugin, Set<ProvisionedService> provisionedServices)
           
 

Method parameters in org.glassfish.paas.orchestrator with type arguments of type ServicePlugin
 void PaaSAppInfoRegistry.addEffectivePlugins(String appName, Set<ServicePlugin> effectivePlugins)
           
 ServicePlugin ServiceOrchestratorImpl.getDefaultPlugin(Collection<ServicePlugin> pluginsList, String type)
           
 

Uses of ServicePlugin in org.glassfish.paas.orchestrator.service.metadata
 

Methods in org.glassfish.paas.orchestrator.service.metadata that return ServicePlugin
 ServicePlugin ServiceReference.getMatchingPlugin()
           
 ServicePlugin ServiceDescription.getPlugin()
           
 ServicePlugin ServiceReference.getRequestingPlugin()
           
 

Methods in org.glassfish.paas.orchestrator.service.metadata with parameters of type ServicePlugin
 void ServiceReference.setMatchingPlugin(ServicePlugin matchingPlugin)
           
 void ServiceDescription.setPlugin(ServicePlugin plugin)
           
 void ServiceReference.setRequestingPlugin(ServicePlugin plugin)
           
 



Copyright © 2012. All Rights Reserved.