|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ServiceReference | |
|---|---|
| org.glassfish.paas.orchestrator | |
| org.glassfish.paas.orchestrator.service.metadata | |
| org.glassfish.paas.orchestrator.service.spi | |
| Uses of ServiceReference in org.glassfish.paas.orchestrator |
|---|
| Methods in org.glassfish.paas.orchestrator that return types with arguments of type ServiceReference | |
|---|---|
Map<ServiceReference,ServiceDescription> |
PaaSAppInfoRegistry.getSRToSDMap(String appName)
|
Map<ServiceReference,ServiceDescription> |
PaaSAppInfoRegistry.removeSRToSDMap(String appName)
|
| Uses of ServiceReference in org.glassfish.paas.orchestrator.service.metadata |
|---|
| Methods in org.glassfish.paas.orchestrator.service.metadata that return types with arguments of type ServiceReference | |
|---|---|
Set<ServiceReference> |
ServiceMetadata.getServiceReferences()
|
| Methods in org.glassfish.paas.orchestrator.service.metadata with parameters of type ServiceReference | |
|---|---|
void |
ServiceMetadata.addServiceReference(ServiceReference sr)
|
| Method parameters in org.glassfish.paas.orchestrator.service.metadata with type arguments of type ServiceReference | |
|---|---|
void |
ServiceMetadata.setServiceReferences(Set<ServiceReference> serviceReferences)
|
| Uses of ServiceReference in org.glassfish.paas.orchestrator.service.spi |
|---|
| Methods in org.glassfish.paas.orchestrator.service.spi that return types with arguments of type ServiceReference | |
|---|---|
Set<ServiceReference> |
ServicePlugin.getServiceReferences(String appName,
ReadableArchive cloudArchive,
PaaSDeploymentContext dc)
Discover the implicit service references in the orchestration enabled archive. |
| Methods in org.glassfish.paas.orchestrator.service.spi with parameters of type ServiceReference | |
|---|---|
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. |
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. |
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. |
ProvisionedService |
ServicePlugin.match(ServiceReference svcRef)
Given a ServiceReference, find if a Service has already been
provisioned for it. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||