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 interfaceServiceContainerA service container which manages a set of running services.Classes in org.jboss.msc.service that implement ServiceRegistry Modifier and Type Class Description classDelegatingServiceContainerA delegating container for things which depend on a service container rather than a specific target or registry instance.classDelegatingServiceRegistryAn "insulated" view of a service registry which prevents access to other public methods on the delegate registry object.(package private) classServiceContainerImplFields in org.jboss.msc.service declared as ServiceRegistry Modifier and Type Field Description private ServiceRegistryDelegatingServiceRegistry. delegateprivate ServiceRegistryDelegatingServiceContainer. delegateRegistryprivate ServiceRegistryServiceActivatorContextImpl. serviceRegistryMethods in org.jboss.msc.service that return ServiceRegistry Modifier and Type Method Description ServiceRegistryServiceActivatorContext. getServiceRegistry()Get the service registry for this activation.ServiceRegistryServiceActivatorContextImpl. getServiceRegistry()Get the service registry for this activation.ServiceRegistryServiceContainerImpl. getServiceRegistry()(package private) ServiceRegistryServiceTargetImpl. getServiceRegistry()Returns the serviceRegistry that contains all services installed by this target.Constructors in org.jboss.msc.service with parameters of type ServiceRegistry Constructor Description DelegatingServiceContainer(ServiceTarget delegateTarget, ServiceRegistry delegateRegistry)Construct a new instance.DelegatingServiceRegistry(ServiceRegistry delegate)Construct a new instance.ServiceActivatorContextImpl(ServiceTarget serviceTarget, ServiceRegistry serviceRegistry)Construct a new instance.
-