|
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. |