|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.openejb.test.interceptor.MethodInterceptor
public class MethodInterceptor
Constructor Summary | |
---|---|
MethodInterceptor()
|
Method Summary | |
---|---|
java.lang.Object |
methodInterceptor(javax.interceptor.InvocationContext ctx)
The interceptor method. |
void |
methodInterceptorPostConstruct(javax.interceptor.InvocationContext ctx)
The interceptor method. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MethodInterceptor()
Method Detail |
---|
public java.lang.Object methodInterceptor(javax.interceptor.InvocationContext ctx) throws java.lang.Exception
@ExcludeClassInterceptors
ctx
- - InvocationContext
runtime
- exceptions or application exceptions that are allowed in the throws clause of the business method.
java.lang.Exception
@PostConstruct public void methodInterceptorPostConstruct(javax.interceptor.InvocationContext ctx) throws java.lang.Exception
runtime
- exceptions.
java.lang.Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |