public class EjbRequestContextImpl extends AbstractBoundContext<javax.interceptor.InvocationContext> implements org.jboss.weld.context.ejb.EjbRequestContext
| Constructor and Description |
|---|
EjbRequestContextImpl() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
associate(javax.interceptor.InvocationContext ctx) |
boolean |
dissociate(javax.interceptor.InvocationContext ctx) |
Class<? extends Annotation> |
getScope() |
activate, cleanup, deactivate, getBeanStore, setBeanStoreinvalidate, isActive, setActivedestroy, get, get, getContextual, getId, getServiceRegistryclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic Class<? extends Annotation> getScope()
getScope in interface javax.enterprise.context.spi.Contextpublic boolean associate(javax.interceptor.InvocationContext ctx)
associate in interface org.jboss.weld.context.BoundContext<javax.interceptor.InvocationContext>public boolean dissociate(javax.interceptor.InvocationContext ctx)
dissociate in interface org.jboss.weld.context.BoundContext<javax.interceptor.InvocationContext>Copyright © 2012 Seam Framework. All Rights Reserved.