| |
|
| java.lang.Object org.ow2.easybeans.examples.statelessbean.StatelessInterceptor
StatelessInterceptor | public class StatelessInterceptor (Code) | | Simple interceptor class. Mix of business interceptors and lifecycle interceptors.
author: Florent Benoit |
Method Summary | |
public void | myPostConst(InvocationContext invocationContext) Callback in an external class. | public Object | toto(InvocationContext invocationContext) Another class interceptor. |
myPostConst | public void myPostConst(InvocationContext invocationContext)(Code) | | Callback in an external class.
Parameters: invocationContext - the invocationcontext. |
toto | public Object toto(InvocationContext invocationContext) throws Exception(Code) | | Another class interceptor.
Parameters: invocationContext - contains attributes of invocation method's invocation result throws: Exception - if invocation fails |
|
|
|