|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.openejb.test.interceptor.SuperClassInterceptor
org.apache.openejb.test.interceptor.ClassInterceptor
public class ClassInterceptor
Constructor Summary | |
---|---|
ClassInterceptor()
|
Method Summary | |
---|---|
java.lang.Object |
classInterceptor(javax.interceptor.InvocationContext ctx)
The interceptor method. |
void |
classInterceptorPostActivate(javax.interceptor.InvocationContext ctx)
The interceptor method. |
void |
classInterceptorPostConstruct(javax.interceptor.InvocationContext ctx)
The interceptor method. |
void |
classInterceptorPreDestroy(javax.interceptor.InvocationContext ctx)
The interceptor method. |
void |
classInterceptorPrePassivate(javax.interceptor.InvocationContext ctx)
The interceptor method. |
Methods inherited from class org.apache.openejb.test.interceptor.SuperClassInterceptor |
---|
superClassInterceptor, superClassInterceptorPostActivate, superClassInterceptorPostConstruct, superClassInterceptorPreDestroy, superClassInterceptorPrePassivate |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ClassInterceptor()
Method Detail |
---|
public java.lang.Object classInterceptor(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 classInterceptorPostConstruct(javax.interceptor.InvocationContext ctx) throws java.lang.Exception
ctx
- - InvocationContext
runtime
- exceptions.
java.lang.Exception
public void classInterceptorPostActivate(javax.interceptor.InvocationContext ctx) throws java.lang.Exception
ctx
- - InvocationContext
runtime
- exceptions.
java.lang.Exception
public void classInterceptorPrePassivate(javax.interceptor.InvocationContext ctx) throws java.lang.Exception
ctx
- - InvocationContext
runtime
- exceptions.
java.lang.Exception
@PreDestroy public void classInterceptorPreDestroy(javax.interceptor.InvocationContext ctx) throws java.lang.Exception
ctx
- - InvocationContext
runtime
- exceptions.
java.lang.Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |