Uses of Class
org.jboss.msc.service.ServiceContainerImpl
-
Packages that use ServiceContainerImpl Package Description org.jboss.msc.service The service container implementation itself. -
-
Uses of ServiceContainerImpl in org.jboss.msc.service
Fields in org.jboss.msc.service declared as ServiceContainerImpl Modifier and Type Field Description private ServiceContainerImpl
ServiceContainerImpl.ServiceThread. container
private ServiceContainerImpl
ServiceRegistrationImpl. container
The service container which contains this registration.Fields in org.jboss.msc.service with type parameters of type ServiceContainerImpl Modifier and Type Field Description private static java.util.Set<org.jboss.modules.ref.Reference<ServiceContainerImpl,java.lang.Void>>
ServiceContainerImpl.ShutdownHookHolder. containers
Methods in org.jboss.msc.service that return ServiceContainerImpl Modifier and Type Method Description (package private) ServiceContainerImpl
ServiceContainerImpl.ServiceThread. getContainer()
(package private) ServiceContainerImpl
ServiceRegistrationImpl. getContainer()
ServiceContainerImpl
ServiceControllerImpl. getServiceContainer()
Constructors in org.jboss.msc.service with parameters of type ServiceContainerImpl Constructor Description ServiceRegistrationImpl(ServiceContainerImpl container, ServiceName name)
ServiceThread(java.lang.Runnable runnable, ServiceContainerImpl container)
-