Uses of Interface
org.jboss.weld.bootstrap.api.ServiceRegistry

Packages that use ServiceRegistry
org.jboss.weld.bootstrap.api.helpers   
org.jboss.weld.bootstrap.spi   
org.jboss.weld.manager.api   
 

Uses of ServiceRegistry in org.jboss.weld.bootstrap.api.helpers
 

Classes in org.jboss.weld.bootstrap.api.helpers that implement ServiceRegistry
 class ForwardingServiceRegistry
           
 class SimpleServiceRegistry
          A registry for services
 

Methods in org.jboss.weld.bootstrap.api.helpers that return ServiceRegistry
protected abstract  ServiceRegistry ForwardingServiceRegistry.delegate()
           
static ServiceRegistry ServiceRegistries.unmodifiableServiceRegistry(ServiceRegistry serviceRegistry)
           
 

Methods in org.jboss.weld.bootstrap.api.helpers with parameters of type ServiceRegistry
static ServiceRegistry ServiceRegistries.unmodifiableServiceRegistry(ServiceRegistry serviceRegistry)
           
 

Uses of ServiceRegistry in org.jboss.weld.bootstrap.spi
 

Methods in org.jboss.weld.bootstrap.spi that return ServiceRegistry
 ServiceRegistry BeanDeploymentArchive.getServices()
          Get the Bean Deployment Archive scoped services
 ServiceRegistry Deployment.getServices()
          Get the services available to this deployment
 

Uses of ServiceRegistry in org.jboss.weld.manager.api
 

Methods in org.jboss.weld.manager.api that return ServiceRegistry
 ServiceRegistry WeldManager.getServices()
          Get the services registered for this manager
 



Copyright © 2013 Seam Framework. All Rights Reserved.