|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface EjbServices
A container should implement this interface to allow Weld to
resolve EJB and discover EJBs
EjbServices
is a per-deployment service.
Method Summary | |
---|---|
void |
registerInterceptors(EjbDescriptor<?> ejbDescriptor,
InterceptorBindings interceptorBindings)
Provides interceptor binding metadata to the container. |
SessionObjectReference |
resolveEjb(EjbDescriptor<?> ejbDescriptor)
Request a reference to an EJB session object from the container. |
Methods inherited from interface org.jboss.weld.bootstrap.api.Service |
---|
cleanup |
Method Detail |
---|
SessionObjectReference resolveEjb(EjbDescriptor<?> ejbDescriptor)
ejbDescriptor
- the ejb to resolve
void registerInterceptors(EjbDescriptor<?> ejbDescriptor, InterceptorBindings interceptorBindings)
ejbDescriptor
- the ejb to bound interceptors tointerceptorBindings
- the interceptor bindings descriptor
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |