|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of Service in org.jboss.weld.bootstrap.api |
|---|
| Methods in org.jboss.weld.bootstrap.api with type parameters of type Service | ||
|---|---|---|
|
ServiceRegistry.add(java.lang.Class<S> type,
S service)
Add a service |
|
|
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.weld.bootstrap.api that return types with arguments of type Service | |
|---|---|
java.util.Set<java.util.Map.Entry<java.lang.Class<? extends Service>,Service>> |
ServiceRegistry.entrySet()
|
java.util.Set<java.util.Map.Entry<java.lang.Class<? extends Service>,Service>> |
ServiceRegistry.entrySet()
|
java.util.Set<java.lang.Class<? extends Service>> |
Environments.getRequiredBeanDeploymentArchiveServices()
|
java.util.Set<java.lang.Class<? extends Service>> |
Environment.getRequiredBeanDeploymentArchiveServices()
|
java.util.Set<java.lang.Class<? extends Service>> |
Environments.getRequiredDeploymentServices()
|
java.util.Set<java.lang.Class<? extends Service>> |
Environment.getRequiredDeploymentServices()
The deployment scoped services required for this environment |
| Method parameters in org.jboss.weld.bootstrap.api with type arguments of type Service | |
|---|---|
void |
ServiceRegistry.addAll(java.util.Collection<java.util.Map.Entry<java.lang.Class<? extends Service>,Service>> services)
Add services |
void |
ServiceRegistry.addAll(java.util.Collection<java.util.Map.Entry<java.lang.Class<? extends Service>,Service>> services)
Add services |
| Uses of Service in org.jboss.weld.bootstrap.api.helpers |
|---|
| Methods in org.jboss.weld.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.weld.bootstrap.api.helpers that return types with arguments of type Service | |
|---|---|
java.util.Set<java.util.Map.Entry<java.lang.Class<? extends Service>,Service>> |
SimpleServiceRegistry.entrySet()
|
java.util.Set<java.util.Map.Entry<java.lang.Class<? extends Service>,Service>> |
SimpleServiceRegistry.entrySet()
|
java.util.Set<java.util.Map.Entry<java.lang.Class<? extends Service>,Service>> |
ForwardingServiceRegistry.entrySet()
|
java.util.Set<java.util.Map.Entry<java.lang.Class<? extends Service>,Service>> |
ForwardingServiceRegistry.entrySet()
|
protected java.util.Map<java.lang.Class<? extends Service>,Service> |
SimpleServiceRegistry.get()
|
protected java.util.Map<java.lang.Class<? extends Service>,Service> |
SimpleServiceRegistry.get()
|
java.util.Iterator<Service> |
SimpleServiceRegistry.iterator()
|
java.util.Iterator<Service> |
ForwardingServiceRegistry.iterator()
|
| Method parameters in org.jboss.weld.bootstrap.api.helpers with type arguments of type Service | |
|---|---|
void |
SimpleServiceRegistry.addAll(java.util.Collection<java.util.Map.Entry<java.lang.Class<? extends Service>,Service>> services)
|
void |
SimpleServiceRegistry.addAll(java.util.Collection<java.util.Map.Entry<java.lang.Class<? extends Service>,Service>> services)
|
void |
ForwardingServiceRegistry.addAll(java.util.Collection<java.util.Map.Entry<java.lang.Class<? extends Service>,Service>> services)
|
void |
ForwardingServiceRegistry.addAll(java.util.Collection<java.util.Map.Entry<java.lang.Class<? extends Service>,Service>> services)
|
| Uses of Service in org.jboss.weld.ejb.spi |
|---|
| Subinterfaces of Service in org.jboss.weld.ejb.spi | |
|---|---|
interface |
EjbServices
A container should implement this interface to allow Weld to resolve EJB and discover EJBs EjbServices is a per-deployment service. |
| Uses of Service in org.jboss.weld.ejb.spi.helpers |
|---|
| Classes in org.jboss.weld.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.weld.injection.spi |
|---|
| Subinterfaces of Service in org.jboss.weld.injection.spi | |
|---|---|
interface |
EjbInjectionServices
A container should implement this interface to allow Weld to resolve EJB. |
interface |
InjectionServices
Provides callbacks to the container when Weld performs injection on an InjectionTarget, managed bean or session bean This service may be used to provide EE-style injection. |
interface |
JpaInjectionServices
A container should implement this interface to allow the Weld RI to resolve JPA persistence units and discover entities JpaInjectionServices is a per-module service. |
interface |
ResourceInjectionServices
A container should implement this interface to allow the Weld to resolve Resources ResourceInjectionServices is per-module service. |
| Uses of Service in org.jboss.weld.injection.spi.helpers |
|---|
| Classes in org.jboss.weld.injection.spi.helpers that implement Service | |
|---|---|
class |
AbstractResourceServices
|
class |
ForwardingJpaInjectionServices
An implementation of JpaInjectionServices which forwards all its method calls
to another JpaInjectionServices}. |
class |
ForwardingResourceInjectionServices
|
| Uses of Service in org.jboss.weld.manager.api |
|---|
| Subinterfaces of Service in org.jboss.weld.manager.api | |
|---|---|
interface |
ExecutorServices
Allows a custom TaskExecutor to be provided by the container. |
| Uses of Service in org.jboss.weld.resources.spi |
|---|
| Subinterfaces of Service in org.jboss.weld.resources.spi | |
|---|---|
interface |
ResourceLoader
Resource loading/class creation services for Weld. |
| Uses of Service in org.jboss.weld.resources.spi.helpers |
|---|
| Classes in org.jboss.weld.resources.spi.helpers that implement Service | |
|---|---|
class |
ForwardingResourceLoader
An implementation of ResourceLoader which forwards all its method calls
to another ResourceLoader}. |
| Uses of Service in org.jboss.weld.security.spi |
|---|
| Subinterfaces of Service in org.jboss.weld.security.spi | |
|---|---|
interface |
SecurityServices
Responsible for accessing security related functionality the environment can provide. |
| Uses of Service in org.jboss.weld.servlet.api |
|---|
| Subinterfaces of Service in org.jboss.weld.servlet.api | |
|---|---|
interface |
ServletServices
Allows the container to identify BDA in use for a request. |
| Uses of Service in org.jboss.weld.transaction.spi |
|---|
| Subinterfaces of Service in org.jboss.weld.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.weld.validation.spi |
|---|
| Subinterfaces of Service in org.jboss.weld.validation.spi | |
|---|---|
interface |
ValidationServices
Responsible for accessing Bean Validation functionality the environment may provide. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||