org.jboss.weld.context.ejb
Class EjbRequestContextImpl
java.lang.Object
org.jboss.weld.context.AbstractContext
org.jboss.weld.context.AbstractManagedContext
org.jboss.weld.context.AbstractBoundContext<javax.interceptor.InvocationContext>
org.jboss.weld.context.ejb.EjbRequestContextImpl
- All Implemented Interfaces:
- javax.enterprise.context.spi.Context, org.jboss.weld.context.BoundContext<javax.interceptor.InvocationContext>, org.jboss.weld.context.ejb.EjbRequestContext, org.jboss.weld.context.ManagedContext, org.jboss.weld.context.RequestContext
public class EjbRequestContextImpl
- extends AbstractBoundContext<javax.interceptor.InvocationContext>
- implements org.jboss.weld.context.ejb.EjbRequestContext
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.jboss.weld.context.ManagedContext |
activate, deactivate, invalidate |
Methods inherited from interface javax.enterprise.context.spi.Context |
get, get, isActive |
EjbRequestContextImpl
public EjbRequestContextImpl()
getScope
public Class<? extends Annotation> getScope()
- Specified by:
getScope
in interface javax.enterprise.context.spi.Context
associate
public boolean associate(javax.interceptor.InvocationContext ctx)
- Specified by:
associate
in interface org.jboss.weld.context.BoundContext<javax.interceptor.InvocationContext>
dissociate
public boolean dissociate(javax.interceptor.InvocationContext ctx)
- Specified by:
dissociate
in interface org.jboss.weld.context.BoundContext<javax.interceptor.InvocationContext>
Copyright © 2013 Seam Framework. All Rights Reserved.