|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ServiceInfo | |
|---|---|
| org.glassfish.paas.orchestrator.provisioning | |
| org.glassfish.paas.orchestrator.provisioning.cli | |
| org.glassfish.paas.orchestrator.service.spi | |
| Uses of ServiceInfo in org.glassfish.paas.orchestrator.provisioning |
|---|
| Methods in org.glassfish.paas.orchestrator.provisioning that return ServiceInfo | |
|---|---|
ServiceInfo |
ServiceInfo.getParentService()
|
| Methods in org.glassfish.paas.orchestrator.provisioning that return types with arguments of type ServiceInfo | |
|---|---|
Set<ServiceInfo> |
ServiceInfo.getChildServices()
|
| Methods in org.glassfish.paas.orchestrator.provisioning with parameters of type ServiceInfo | |
|---|---|
void |
ServiceInfo.addChildService(ServiceInfo serviceInfo)
|
void |
ServiceInfo.setParentService(ServiceInfo serviceInfo)
|
| Uses of ServiceInfo in org.glassfish.paas.orchestrator.provisioning.cli |
|---|
| Methods in org.glassfish.paas.orchestrator.provisioning.cli that return ServiceInfo | |
|---|---|
ServiceInfo |
ServiceUtil.getServiceInfo(String serviceName,
String appName)
|
| Methods in org.glassfish.paas.orchestrator.provisioning.cli with parameters of type ServiceInfo | |
|---|---|
ServiceStatus |
ServiceUtil.getServiceStatus(ServiceInfo entry)
|
ServiceDescription |
ServiceUtil.getSharedServiceDescription(ServiceInfo serviceInfo)
|
void |
ServiceUtil.registerService(ServiceInfo entry)
|
void |
ServiceUtil.unregisterService(ServiceInfo serviceInfo)
|
| Uses of ServiceInfo in org.glassfish.paas.orchestrator.service.spi |
|---|
| Methods in org.glassfish.paas.orchestrator.service.spi with parameters of type ServiceInfo | |
|---|---|
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. |
ProvisionedService |
ServicePlugin.startService(ServiceDescription serviceDescription,
ServiceInfo serviceInfo)
Start a Service that had been provisioned earlier and is now Stopped. |
boolean |
ServicePlugin.stopService(ProvisionedService provisionedService,
ServiceInfo serviceInfo)
Stop a ProvisionedService. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||