public abstract class AbstractEJBRequestScopeActivationInterceptor extends Object implements Serializable
Constructor and Description |
---|
AbstractEJBRequestScopeActivationInterceptor() |
Modifier and Type | Method and Description |
---|---|
Object |
aroundInvoke(InvocationContext invocation) |
protected abstract BeanManagerImpl |
getBeanManager() |
protected EjbRequestContext |
getEjbRequestContext() |
protected boolean |
isRequestContextActive() |
public AbstractEJBRequestScopeActivationInterceptor()
public Object aroundInvoke(InvocationContext invocation) throws Exception
Exception
protected boolean isRequestContextActive()
protected EjbRequestContext getEjbRequestContext()
protected abstract BeanManagerImpl getBeanManager()
Copyright © 2013 Seam Framework. All Rights Reserved.