|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.openejb.test.interceptor.SuperClassInterceptor
public class SuperClassInterceptor
Constructor Summary | |
---|---|
SuperClassInterceptor()
|
Method Summary | |
---|---|
Object |
superClassInterceptor(javax.interceptor.InvocationContext ctx)
The interceptor method. |
void |
superClassInterceptorPostActivate(javax.interceptor.InvocationContext ctx)
The interceptor method. |
void |
superClassInterceptorPostConstruct(javax.interceptor.InvocationContext ctx)
The interceptor method. |
void |
superClassInterceptorPreDestroy(javax.interceptor.InvocationContext ctx)
The interceptor method. |
void |
superClassInterceptorPrePassivate(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 SuperClassInterceptor()
Method Detail |
---|
public Object superClassInterceptor(javax.interceptor.InvocationContext ctx) throws Exception
@ExcludeClassInterceptors
ctx
- - InvocationContext
runtime
- exceptions or application exceptions that are allowed in the throws clause of the business method.
Exception
@PostConstruct public void superClassInterceptorPostConstruct(javax.interceptor.InvocationContext ctx) throws Exception
ctx
- - InvocationContext
runtime
- exceptions.
Exception
public void superClassInterceptorPostActivate(javax.interceptor.InvocationContext ctx) throws Exception
ctx
- - InvocationContext
runtime
- exceptions.
Exception
public void superClassInterceptorPrePassivate(javax.interceptor.InvocationContext ctx) throws Exception
ctx
- - InvocationContext
runtime
- exceptions.
Exception
@PreDestroy public void superClassInterceptorPreDestroy(javax.interceptor.InvocationContext ctx) throws Exception
ctx
- - InvocationContext
runtime
- exceptions.
Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |