| Package | Description |
|---|---|
| org.jboss.msc.service |
The service container implementation itself.
|
| Modifier and Type | Field and Description |
|---|---|
private ServiceContainerImpl |
ServiceContainerImpl.ServiceThread.container |
private ServiceContainerImpl |
ServiceRegistrationImpl.container
The service container which contains this registration.
|
| Modifier and Type | Field and Description |
|---|---|
private static java.util.Set<org.jboss.modules.ref.Reference<ServiceContainerImpl,java.lang.Void>> |
ServiceContainerImpl.ShutdownHookHolder.containers |
| Modifier and Type | Method and Description |
|---|---|
(package private) ServiceContainerImpl |
ServiceContainerImpl.ServiceThread.getContainer() |
(package private) ServiceContainerImpl |
ServiceRegistrationImpl.getContainer() |
ServiceContainerImpl |
ServiceControllerImpl.getServiceContainer() |
| Constructor and Description |
|---|
ServiceRegistrationImpl(ServiceContainerImpl container,
ServiceName name) |
ServiceThread(java.lang.Runnable runnable,
ServiceContainerImpl container) |