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

Packages that use Service
org.jboss.webbeans.bootstrap.api   
org.jboss.webbeans.bootstrap.api.helpers   
org.jboss.webbeans.bootstrap.spi   
org.jboss.webbeans.bootstrap.spi.helpers   
org.jboss.webbeans.ejb.spi   
org.jboss.webbeans.ejb.spi.helpers   
org.jboss.webbeans.messaging.spi   
org.jboss.webbeans.messaging.spi.helpers   
org.jboss.webbeans.persistence.spi   
org.jboss.webbeans.persistence.spi.helpers   
org.jboss.webbeans.resources.spi   
org.jboss.webbeans.resources.spi.helpers   
org.jboss.webbeans.transaction.spi   
org.jboss.webbeans.ws.spi   
org.jboss.webbeans.ws.spi.helpers   
 

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

Subinterfaces of Service in org.jboss.webbeans.bootstrap.api
 interface Lifecycle
          Note Lifecycle is not complete, and the API may change
 

Methods in org.jboss.webbeans.bootstrap.api with type parameters of type Service
<S extends Service>
void
ServiceRegistry.add(java.lang.Class<S> type, S service)
          Add a service to bootstrap
<S extends Service>
boolean
ServiceRegistry.contains(java.lang.Class<S> type)
          Check if a service is registered
<S extends Service>
S
ServiceRegistry.get(java.lang.Class<S> type)
          Retrieve a service implementation
 

Methods in org.jboss.webbeans.bootstrap.api that return types with arguments of type Service
 java.util.Set<java.lang.Class<? extends Service>> Environments.getRequiredServices()
           
 java.util.Set<java.lang.Class<? extends Service>> Environment.getRequiredServices()
          The services to require for this environment
 

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

Methods in org.jboss.webbeans.bootstrap.api.helpers with type parameters of type Service
<S extends Service>
void
SimpleServiceRegistry.add(java.lang.Class<S> type, S service)
           
<S extends Service>
void
ForwardingServiceRegistry.add(java.lang.Class<S> type, S service)
           
<S extends Service>
boolean
SimpleServiceRegistry.contains(java.lang.Class<S> type)
           
<S extends Service>
boolean
ForwardingServiceRegistry.contains(java.lang.Class<S> type)
           
<S extends Service>
S
SimpleServiceRegistry.get(java.lang.Class<S> type)
           
<S extends Service>
S
ForwardingServiceRegistry.get(java.lang.Class<S> type)
           
 

Methods in org.jboss.webbeans.bootstrap.api.helpers that return types with arguments of type Service
 java.util.Iterator<Service> SimpleServiceRegistry.iterator()
           
 java.util.Iterator<Service> ForwardingServiceRegistry.iterator()
           
 

Uses of Service in org.jboss.webbeans.bootstrap.spi
 

Subinterfaces of Service in org.jboss.webbeans.bootstrap.spi
 interface Deployment
          Represents a deployment of a CDI application.
 interface WebBeanDiscovery
          Deprecated. now encapsulated by BeanDeploymentArchive
 

Uses of Service in org.jboss.webbeans.bootstrap.spi.helpers
 

Classes in org.jboss.webbeans.bootstrap.spi.helpers that implement Service
 class ForwardingWebBeanDiscovery
          An implementation of WebBeanDiscovery which forwards all its method calls to another WebBeanDiscovery}.
 

Uses of Service in org.jboss.webbeans.ejb.spi
 

Subinterfaces of Service in org.jboss.webbeans.ejb.spi
 interface EjbServices
          A container should implement this interface to allow Web Beans to resolve EJB and discover EJBs
 

Uses of Service in org.jboss.webbeans.ejb.spi.helpers
 

Classes in org.jboss.webbeans.ejb.spi.helpers that implement Service
 class ForwardingEjbServices
          An implementation of EjbServices which forwards all its method calls to another EjbServices}.
 

Uses of Service in org.jboss.webbeans.messaging.spi
 

Subinterfaces of Service in org.jboss.webbeans.messaging.spi
 interface JmsServices
          A container should implement this interface to allow Web Beans to resolve Jms Services
 

Uses of Service in org.jboss.webbeans.messaging.spi.helpers
 

Classes in org.jboss.webbeans.messaging.spi.helpers that implement Service
 class ForwardingJmsServices
           
 

Uses of Service in org.jboss.webbeans.persistence.spi
 

Subinterfaces of Service in org.jboss.webbeans.persistence.spi
 interface JpaServices
          A container should implement this interface to allow the Web Beans RI to resolve JPA persistence units and discover entities
 

Uses of Service in org.jboss.webbeans.persistence.spi.helpers
 

Classes in org.jboss.webbeans.persistence.spi.helpers that implement Service
 class ForwardingJpaServices
          An implementation of JpaServices which forwards all its method calls to another JpaServices}.
 

Uses of Service in org.jboss.webbeans.resources.spi
 

Subinterfaces of Service in org.jboss.webbeans.resources.spi
 interface ResourceLoader
          Resource loading/class creation services for Web Beans.
 interface ResourceServices
          A container should implement this interface to allow the Web Beans RI to resolve Resources
 

Uses of Service in org.jboss.webbeans.resources.spi.helpers
 

Classes in org.jboss.webbeans.resources.spi.helpers that implement Service
 class ForwardingResourceLoader
          An implementation of ResourceLoader which forwards all its method calls to another ResourceLoader}.
 class ForwardingResourceServices
           
 

Uses of Service in org.jboss.webbeans.transaction.spi
 

Subinterfaces of Service in org.jboss.webbeans.transaction.spi
 interface TransactionServices
           The container must implement the services related to transactional behavior used in JSR-299, if that behavior is going to be used.
 

Uses of Service in org.jboss.webbeans.ws.spi
 

Subinterfaces of Service in org.jboss.webbeans.ws.spi
 interface WebServices
          A container should implement this interface to allow Web Beans to resolve Web Services
 

Uses of Service in org.jboss.webbeans.ws.spi.helpers
 

Classes in org.jboss.webbeans.ws.spi.helpers that implement Service
 class ForwardingWebServices
           
 



Copyright © 2008-2009. All Rights Reserved.