JBoss Modular Service Kernel API 1.0.0.CR2

Uses of Interface
org.jboss.msc.service.ServiceRegistry

Packages that use ServiceRegistry
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
 interface ServiceContainer
          A service container which manages a set of running services.
 

Classes in org.jboss.msc.service that implement ServiceRegistry
 class DelegatingServiceContainer
          A delegating container for things which depend on a service container rather than a specific target or registry instance.
 class DelegatingServiceRegistry
          An "insulated" view of a service registry which prevents access to other public methods on the delegate registry object.
 

Methods in org.jboss.msc.service that return ServiceRegistry
 ServiceRegistry ServiceActivatorContext.getServiceRegistry()
          Get the service registry for this activation.
 ServiceRegistry ServiceActivatorContextImpl.getServiceRegistry()
          Get the service registry for this activation.
 

Constructors in org.jboss.msc.service with parameters of type ServiceRegistry
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.
 


JBoss Modular Service Kernel API 1.0.0.CR2

Copyright © 2011 JBoss, a division of Red Hat, Inc.