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

Method Summary
 ServiceStatus getStatus()
           
 void setStatus(ServiceStatus status)
           
 
Methods inherited from interface org.glassfish.paas.orchestrator.service.spi.Service
collectLogs, collectLogs, getChildServices, getDefaultLogType, getLogTypes, getName, getProperties, getServiceDescription, getServiceProperties, getServiceType
 

Method Detail

getStatus

ServiceStatus getStatus()

setStatus

void setStatus(ServiceStatus status)


Copyright © 2012. All Rights Reserved.