Uses of Interface
org.jboss.msc.service.ServiceContainer
Packages that use ServiceContainer
Package
Description
The service container implementation itself.
-
Uses of ServiceContainer in org.jboss.msc.service
Classes in org.jboss.msc.service that implement ServiceContainerModifier and TypeClassDescriptionclassA delegating container for things which depend on a service container rather than a specific target or registry instance.Methods in org.jboss.msc.service that return ServiceContainerModifier and TypeMethodDescriptionDelegatingServiceContainer.addDependency(ServiceName dependency) Deprecated.DelegatingServiceContainer.addListener(LifecycleListener listener) Add a service lifecycle listener that will be added to this service.static ServiceContainerServiceContainer.Factory.create()Create a new instance with a generated name and default thread pool.static ServiceContainerServiceContainer.Factory.create(boolean autoShutdown) Create a new instance with a generated name and default thread pool.static ServiceContainerCreate a new instance with a generated name and specified initial thread pool settings.static ServiceContainerServiceContainer.Factory.create(int coreSize, long keepAliveTime, TimeUnit keepAliveTimeUnit, boolean autoShutdown) Create a new instance with a generated name and specified initial thread pool settings.static ServiceContainerCreate a new instance with a given name and default thread pool.static ServiceContainerCreate a new instance with a given name and default thread pool.static ServiceContainerServiceContainer.Factory.create(String name, int coreSize, long keepAliveTime, TimeUnit keepAliveTimeUnit) Create a new instance with a given name and specified initial thread pool settings.static ServiceContainerServiceContainer.Factory.create(String name, int coreSize, long keepAliveTime, TimeUnit keepAliveTimeUnit, boolean autoShutdown) Create a new instance with a given name and specified initial thread pool settings.DelegatingServiceController.getServiceContainer()Get the service container associated with this controller.ServiceController.getServiceContainer()Get the service container associated with this controller.DelegatingServiceContainer.removeListener(LifecycleListener listener) Remove a lifecycle listener from this target, if it exists. -
Uses of ServiceContainer in org.wildfly.extension.messaging.activemq.jms
Constructors in org.wildfly.extension.messaging.activemq.jms with parameters of type ServiceContainer