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

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

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 BootstrapBean.getServices()
           
 ServiceRegistry AbstractBootstrap.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)
           
 



Copyright © 2008-2009. All Rights Reserved.