Uses of Interface
org.jboss.msc.Service
-
Packages that use Service Package Description org.jboss.msc The modular service container base package.org.jboss.msc.service The service container implementation itself. -
-
Uses of Service in org.jboss.msc
Fields in org.jboss.msc declared as Service Modifier and Type Field Description static Service
Service. NULL
A simple null service whose start and stop methods do nothing.Methods in org.jboss.msc that return Service Modifier and Type Method Description static <V> Service
Service. newInstance(Consumer<V> injector, V value)
Factory for services providing single value. -
Uses of Service in org.jboss.msc.service
Subinterfaces of Service in org.jboss.msc.service Modifier and Type Interface Description interface
Service<T>
Deprecated.useService
instead.Methods in org.jboss.msc.service with parameters of type Service Modifier and Type Method Description ServiceBuilder<T>
DelegatingServiceBuilder. setInstance(Service service)
Sets service instance.ServiceBuilder<T>
ServiceBuilder. setInstance(Service service)
Sets service instance.
-