|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.objectweb.easybeans.container.session.stateful.interceptors.AbsRemoveInterceptor
org.objectweb.easybeans.container.session.stateful.interceptors.RemoveAlwaysInterceptor
public class RemoveAlwaysInterceptor
This class manages the removal of the stateful session bean. The bean is removed in all case (even with exception).
Constructor Summary | |
---|---|
RemoveAlwaysInterceptor()
|
Method Summary | |
---|---|
java.lang.Object |
intercept(EasyBeansInvocationContext invocationContext)
Remove the current bean. |
Methods inherited from class org.objectweb.easybeans.container.session.stateful.interceptors.AbsRemoveInterceptor |
---|
remove |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RemoveAlwaysInterceptor()
Method Detail |
---|
public java.lang.Object intercept(EasyBeansInvocationContext invocationContext) throws java.lang.Exception
intercept
in interface EasyBeansInterceptor
invocationContext
- context with useful attributes on the current
invocation
java.lang.Exception
- if interceptor fails
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |