|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ow2.easybeans.examples.statelessbean.StatelessInterceptor
public class StatelessInterceptor
Simple interceptor class. Mix of business interceptors and lifecycle interceptors.
Constructor Summary | |
---|---|
StatelessInterceptor()
|
Method Summary | |
---|---|
void |
myPostConst(InvocationContext invocationContext)
Callback in an external class. |
void |
myPreDestroy(InvocationContext invocationContext)
Callback in an external class. |
java.lang.Object |
toto(InvocationContext invocationContext)
Another class interceptor. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public StatelessInterceptor()
Method Detail |
---|
public java.lang.Object toto(InvocationContext invocationContext) throws java.lang.Exception
invocationContext
- contains attributes of invocation
java.lang.Exception
- if invocation fails@PostConstruct public void myPostConst(InvocationContext invocationContext)
invocationContext
- the invocationcontext.@PreDestroy public void myPreDestroy(InvocationContext invocationContext)
invocationContext
- the invocationcontext.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |