Uses of Interface
org.jboss.msc.service.ServiceRegistry
-
Packages that use ServiceRegistry Package Description org.jboss.msc.service The service container implementation itself. -
-
Uses of ServiceRegistry in org.jboss.msc.service
Subinterfaces of ServiceRegistry in org.jboss.msc.service Modifier and Type Interface Description interface
ServiceContainer
A service container which manages a set of running services.Classes in org.jboss.msc.service that implement ServiceRegistry Modifier and Type Class Description class
DelegatingServiceContainer
A delegating container for things which depend on a service container rather than a specific target or registry instance.class
DelegatingServiceRegistry
A service registry which delegates to another service registry.Methods in org.jboss.msc.service that return ServiceRegistry Modifier and Type Method Description protected ServiceRegistry
DelegatingServiceRegistry. getDelegate()
Get the ServiceRegistry delegate.ServiceRegistry
ServiceActivatorContext. getServiceRegistry()
Get the service registry for this activation.ServiceRegistry
ServiceActivatorContextImpl. getServiceRegistry()
Get the service registry for this activation.protected ServiceRegistry
DelegatingServiceContainer. getServiceRegistryDelegate()
Get the ServiceRegistry delegate.Constructors in org.jboss.msc.service with parameters of type ServiceRegistry Constructor Description DelegatingServiceContainer(ServiceTarget serviceTargetDelegate, ServiceRegistry serviceRegistryDelegate)
Construct a new instance.DelegatingServiceRegistry(ServiceRegistry delegate)
Construct a new instance.ServiceActivatorContextImpl(ServiceTarget serviceTarget, ServiceRegistry serviceRegistry)
Construct a new instance.
-