| Package | Description |
|---|---|
| org.jboss.msc.service |
The service container implementation itself.
|
| Class and Description |
|---|
| LifecycleContext
A context object for lifecycle events.
|
| LifecycleEvent
Service lifecycle events.
|
| LifecycleListener
A listener for service lifecycle events.
|
| Service
Deprecated.
use
Service instead.
This class will be removed in a future release. |
| ServiceActivatorContext
Context provided to ServiceActivator instances at execution time.
|
| ServiceBuilder
Builder to configure service before installing it into the container.
|
| ServiceContainer
A service container which manages a set of running services.
|
| ServiceContainer.TerminateListener
A listener for notification of container shutdown.
|
| ServiceContainer.TerminateListener.Info
Container shutdown information.
|
| ServiceController
A controller for a single service instance.
|
| ServiceController.Mode
The controller mode for a service.
|
| ServiceController.State
A possible state for a service controller.
|
| ServiceName
Service name class.
|
| ServiceNotFoundException
Exception which is thrown when a required service is not found in the registry.
|
| ServiceRegistry
A service registry.
|
| ServiceRegistryException
Base Exception class used for service registry issues.
|
| ServiceTarget
The target of ServiceBuilder installations.
|
| StabilityMonitor
Deprecated.
Stability monitors are unreliable - do not use them.
This class will be removed in a future release.
|
| StabilityStatistics
Deprecated.
Stability monitors are unreliable - do not use them.
This class will be removed in a future release.
|
| StartContext
The start lifecycle context.
|
| StartException
A start exception, thrown when a service fails to start.
|
| StopContext
The stop lifecycle context.
|
| ValueInjection
Deprecated.
use
ServiceBuilder.requires(org.jboss.msc.service.ServiceName)
and ServiceBuilder.provides(org.jboss.msc.service.ServiceName...) methods instead.
This class will be removed in a future release. |
Copyright © 2021 Red Hat, Inc.