org.glassfish.paas.orchestrator.service.spi
Interface ProvisionedService
- All Superinterfaces:
- Service
public interface ProvisionedService
- extends Service
Represents a Service provisioned by the PaaS runtime
Custom implementations of ProvisionedService, for instance
GlassFishProvisionedService provided by the GlassFish Java EE Plugin, would have
additional information relevant to the GlassFish service (for example this could
include DAS, Cluster and Instance host-port information)
- Author:
- Sivakumar Thyagarajan
getStatus
ServiceStatus getStatus()
setStatus
void setStatus(ServiceStatus status)
Copyright © 2012. All Rights Reserved.