|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of ServiceDescription in org.glassfish.paas.orchestrator |
|---|
| Methods in org.glassfish.paas.orchestrator that return ServiceDescription | |
|---|---|
ServiceDescription |
ServiceOrchestratorImpl.getExternalServiceDescription(String serviceName)
|
ServiceDescription |
ServiceOrchestratorImpl.getServiceDescription(String appName,
String service)
|
ServiceDescription |
ServiceOrchestrator.getServiceDescription(String appName,
String service)
given the application-name and service-name, retrieve the service-description info. |
ServiceDescription |
ServiceOrchestratorImpl.getServiceDescriptionForSharedOrExternalService(String serviceName)
|
ServiceDescription |
ServiceOrchestratorImpl.getSharedServiceDescription(String serviceName)
|
| Methods in org.glassfish.paas.orchestrator that return types with arguments of type ServiceDescription | |
|---|---|
Map<ServiceDescription,ServicePlugin> |
PaaSAppInfoRegistry.getPluginsToHandleSDs(String appName)
|
Collection<ServiceDescription> |
ServiceOrchestratorImpl.getServiceDescriptionsToProvision(String appName)
|
Collection<ServiceDescription> |
ServiceOrchestratorImpl.getServiceDescriptionsToUnprovision(String appName)
|
Map<ServiceReference,ServiceDescription> |
PaaSAppInfoRegistry.getSRToSDMap(String appName)
|
Map<ServiceDescription,ServicePlugin> |
PaaSAppInfoRegistry.removePluginsToHandleSDs(String appName)
|
Map<ServiceReference,ServiceDescription> |
PaaSAppInfoRegistry.removeSRToSDMap(String appName)
|
| Methods in org.glassfish.paas.orchestrator with parameters of type ServiceDescription | |
|---|---|
ServicePlugin |
ServiceOrchestratorImpl.getPlugin(ServiceDescription sd)
|
ProvisionedService |
ServiceOrchestratorImpl.getProvisionedService(ServiceDescription sd,
String appName)
|
| Uses of ServiceDescription in org.glassfish.paas.orchestrator.provisioning.cli |
|---|
| Methods in org.glassfish.paas.orchestrator.provisioning.cli that return ServiceDescription | |
|---|---|
ServiceDescription |
ServiceUtil.getSharedServiceDescription(ServiceInfo serviceInfo)
|
| Methods in org.glassfish.paas.orchestrator.provisioning.cli with parameters of type ServiceDescription | |
|---|---|
ProvisionedService |
SharedServiceLazyInitializer.provisionService(ServiceDescription sd,
ActionReport report)
|
| Uses of ServiceDescription in org.glassfish.paas.orchestrator.service |
|---|
| Methods in org.glassfish.paas.orchestrator.service that return ServiceDescription | |
|---|---|
ServiceDescription |
ConfiguredServiceImpl.getServiceDescription()
|
| Constructors in org.glassfish.paas.orchestrator.service with parameters of type ServiceDescription | |
|---|---|
ConfiguredServiceImpl(String serviceName,
ServiceType serviceType,
ServiceDescription serviceDescription,
Properties serviceProperties)
|
|
| Uses of ServiceDescription in org.glassfish.paas.orchestrator.service.metadata |
|---|
| Methods in org.glassfish.paas.orchestrator.service.metadata that return types with arguments of type ServiceDescription | |
|---|---|
Set<ServiceDescription> |
ServiceMetadata.getServiceDescriptions()
|
| Methods in org.glassfish.paas.orchestrator.service.metadata with parameters of type ServiceDescription | |
|---|---|
void |
ServiceMetadata.addServiceDescription(ServiceDescription sd)
|
| Method parameters in org.glassfish.paas.orchestrator.service.metadata with type arguments of type ServiceDescription | |
|---|---|
void |
ServiceMetadata.setServiceDescriptions(Set<ServiceDescription> serviceDescriptions)
|
| Constructors in org.glassfish.paas.orchestrator.service.metadata with parameters of type ServiceDescription | |
|---|---|
ServiceDescription(ServiceDescription other)
|
|
| Uses of ServiceDescription in org.glassfish.paas.orchestrator.service.spi |
|---|
| Methods in org.glassfish.paas.orchestrator.service.spi that return ServiceDescription | |
|---|---|
ServiceDescription |
ServicePlugin.getDefaultServiceDescription(String appName,
ServiceReference svcRef)
For a discovered (implicit) ServiceReference, the application developer may not have provided corresponding ServiceDefinitions to satisfy the ServiceReference. |
ServiceDescription |
Service.getServiceDescription()
ServiceDescription pertaining to the service. |
| Methods in org.glassfish.paas.orchestrator.service.spi that return types with arguments of type ServiceDescription | |
|---|---|
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 ServiceDescription |
| Methods in org.glassfish.paas.orchestrator.service.spi with parameters of type ServiceDescription | |
|---|---|
ProvisionedService |
ServicePlugin.getProvisionedService(ServiceDescription serviceDescription,
ServiceInfo serviceInfo)
When CPAS is restarted, the CPAS uses this method to get the ProvisionedService that were provisioned earlier
through the plugin. |
boolean |
ServicePlugin.handles(ServiceDescription serviceDescription)
Checks if this plugin can handle the specified service-description |
ProvisionedService |
ServicePlugin.provisionService(ServiceDescription serviceDescription,
PaaSDeploymentContext paasDC)
Once the CPAS merges all discovered and explicit ServiceDefinitionss, it provisions the required Services
through the Plugin. |
ProvisionedService |
ServicePlugin.startService(ServiceDescription serviceDescription,
ServiceInfo serviceInfo)
Start a Service that had been provisioned earlier and is now Stopped. |
boolean |
ServicePlugin.unprovisionService(ServiceDescription serviceDescription,
PaaSDeploymentContext dc)
During undeployment of an application, OE decommissions the Services that are scoped to the application. |
| Uses of ServiceDescription in org.glassfish.paas.orchestrator.state |
|---|
| Methods in org.glassfish.paas.orchestrator.state with parameters of type ServiceDescription | |
|---|---|
ProvisionedService |
EnableState.startService(PaaSDeploymentContext context,
String appName,
ServiceDescription sd)
|
boolean |
DisableState.stopService(PaaSDeploymentContext context,
String appName,
ServiceDescription sd)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||