Package org.glassfish.paas.orchestrator.service.spi

Interface Summary
ConfiguredService Represents a externally provisioned (configured) service
ProvisionedService 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)

Service Generic representation of a Service which can be of types, managed or unmanaged.
ServiceChangeListener Listener for service related events.
ServiceLogType Represents a type of Log that is available for a Service.
ServicePlugin<T extends ServiceType> An SPI to allow the adding of multiple service provider implementations into the PaaS runtime.
 

Class Summary
ServiceChangeEvent This is an event class for all service events.
ServiceLogRecord Service log record is an extended log record containing enough information about which application the log record belongs.
ServiceLogRecordBuilder ServiceLogRecordBuilder is an utility class to convert your log entries or log files to ServiceLogRecord.
 

Enum Summary
ServiceChangeEvent.Type  
 

Exception Summary
ServiceProvisioningException ServiceProvisioningException exception is thrown by the provisioning engine when any of the provisioning or unprovisioning activity fails.
 



Copyright © 2012. All Rights Reserved.