org.jboss.seam.intercept
public class SessionBeanInterceptor extends RootInterceptor
Modifier and Type | Field and Description |
---|---|
static ThreadLocal<Component> |
COMPONENT |
Constructor and Description |
---|
SessionBeanInterceptor()
Called when instantiated by EJB container.
|
Modifier and Type | Method and Description |
---|---|
Object |
aroundInvoke(javax.interceptor.InvocationContext invocation) |
Object |
aroundTimeout(javax.interceptor.InvocationContext invocation) |
void |
postActivate(javax.interceptor.InvocationContext invocation) |
void |
postConstruct(javax.interceptor.InvocationContext invocation) |
void |
preDestroy(javax.interceptor.InvocationContext invocation) |
void |
prePassivate(javax.interceptor.InvocationContext invocation) |
getComponent, getComponentName, init, initNonSeamComponent, invoke, invokeAndHandle, isSeamComponent, postConstruct
public static ThreadLocal<Component> COMPONENT
public SessionBeanInterceptor()
public Object aroundInvoke(javax.interceptor.InvocationContext invocation) throws Exception
Exception
public Object aroundTimeout(javax.interceptor.InvocationContext invocation) throws Exception
Exception
public void prePassivate(javax.interceptor.InvocationContext invocation)
public void postActivate(javax.interceptor.InvocationContext invocation)
@PreDestroy public void preDestroy(javax.interceptor.InvocationContext invocation)
@PostConstruct public void postConstruct(javax.interceptor.InvocationContext invocation)
Copyright © 2015 Seam Framework. All Rights Reserved.