|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.ow2.easybeans.examples.statelessbean.StatelessOnlyAddMethodInterceptor
public class StatelessOnlyAddMethodInterceptor
Simple interceptor class which should be launched only on add method.
| Constructor Summary | |
|---|---|
StatelessOnlyAddMethodInterceptor()
|
|
| Method Summary | |
|---|---|
java.lang.Object |
onlyAdd(javax.interceptor.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 StatelessOnlyAddMethodInterceptor()
| Method Detail |
|---|
public java.lang.Object onlyAdd(javax.interceptor.InvocationContext invocationContext)
throws java.lang.Exception
invocationContext - contains attributes of invocation
java.lang.Exception - if invocation fails
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||