| Configurable |
Allows the service to request access to the configuration properties for configuring itself.
|
| Manageable |
Deprecated.
|
| OptionallyManageable |
Extension to Manageable for things that are optionally Manageable depending
on some internal state.
|
| ServiceBinding.ServiceLifecycleOwner |
|
| ServiceContributor |
Contract for contributing services.
|
| ServiceInitiator<R extends Service> |
Base contract for an initiator of a service.
|
| ServiceRegistryAwareService |
Allows services to be injected with the ServiceRegistry during configuration phase.
|
| ServiceRegistryImplementor |
Additional integration contracts for a service registry.
|
| SessionFactoryServiceContributor |
|
| SessionFactoryServiceInitiator<R extends Service> |
|
| SessionFactoryServiceInitiatorContext |
|
| SessionFactoryServiceRegistry |
|
| SessionFactoryServiceRegistryBuilder |
|
| SessionFactoryServiceRegistryFactory |
|
| Startable |
Lifecycle contract for services which wish to be notified when it is time to start.
|
| Stoppable |
Lifecycle contract for services which wish to be notified when it is time to stop.
|
| Wrapped |
Optional contract for services that wrap stuff that to which it is useful to have access.
|