|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 | ||
|---|---|---|
|
ServiceRegistry.add(java.lang.Class<S> type,
S service)
Add a service to bootstrap |
|
|
ServiceRegistry.contains(java.lang.Class<S> type)
Check if a service is registered |
|
|
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 | ||
|---|---|---|
|
SimpleServiceRegistry.add(java.lang.Class<S> type,
S service)
|
|
|
ForwardingServiceRegistry.add(java.lang.Class<S> type,
S service)
|
|
|
SimpleServiceRegistry.contains(java.lang.Class<S> type)
|
|
|
ForwardingServiceRegistry.contains(java.lang.Class<S> type)
|
|
|
SimpleServiceRegistry.get(java.lang.Class<S> type)
|
|
|
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
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||