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, setBeanStore
invalidate, isActive, setActive
destroy, get, get, getContextual, getId, getServiceRegistry
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Class<? extends Annotation> getScope()
getScope
in interface javax.enterprise.context.spi.Context
public 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 © 2013 Seam Framework. All rights reserved.