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

Packages that use ServiceRegistry
org.jboss.webbeans   
org.jboss.webbeans.bootstrap.api   
org.jboss.webbeans.bootstrap.api.helpers   
org.jboss.webbeans.persistence   
org.jboss.webbeans.xml   
 

Uses of ServiceRegistry in org.jboss.webbeans
 

Methods in org.jboss.webbeans that return ServiceRegistry
 ServiceRegistry ManagerImpl.getServices()
           
 

Methods in org.jboss.webbeans with parameters of type ServiceRegistry
static ManagerImpl ManagerImpl.newRootManager(ServiceRegistry serviceRegistry)
          Create a new, root, manager
 

Uses of ServiceRegistry in org.jboss.webbeans.bootstrap.api
 

Methods in org.jboss.webbeans.bootstrap.api that return ServiceRegistry
 ServiceRegistry Bootstrap.getServices()
          Get the services available to this bootstrap
 

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

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

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

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

Uses of ServiceRegistry in org.jboss.webbeans.persistence
 

Constructors in org.jboss.webbeans.persistence with parameters of type ServiceRegistry
DefaultEntityDiscovery(ServiceRegistry serviceRegistry)
           
 

Uses of ServiceRegistry in org.jboss.webbeans.xml
 

Methods in org.jboss.webbeans.xml that return ServiceRegistry
 ServiceRegistry XmlEnvironment.getServices()
           
 

Constructors in org.jboss.webbeans.xml with parameters of type ServiceRegistry
XmlEnvironment(ServiceRegistry serviceRegistry, EjbDescriptorCache ejbDescriptors, ManagerImpl manager)
           
XmlEnvironment(ServiceRegistry serviceRegistry, java.lang.Iterable<java.net.URL> beanXmlUrls, EjbDescriptorCache ejbDescriptors, ManagerImpl manager)
           
 



Copyright © 2011. All Rights Reserved.