public abstract class AbstractEJBRequestScopeActivationInterceptor extends Object implements Serializable
Constructor and Description |
---|
AbstractEJBRequestScopeActivationInterceptor() |
Modifier and Type | Method and Description |
---|---|
Object |
aroundInvoke(javax.interceptor.InvocationContext invocation) |
protected abstract BeanManagerImpl |
getBeanManager() |
protected org.jboss.weld.context.ejb.EjbRequestContext |
getEjbRequestContext() |
protected boolean |
isRequestContextActive() |
public AbstractEJBRequestScopeActivationInterceptor()
public Object aroundInvoke(javax.interceptor.InvocationContext invocation) throws Exception
Exception
protected boolean isRequestContextActive()
protected org.jboss.weld.context.ejb.EjbRequestContext getEjbRequestContext()
protected abstract BeanManagerImpl getBeanManager()
Copyright © 2016. All rights reserved.