|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.openejb.test.interceptor.SecondClassInterceptor
public class SecondClassInterceptor
Constructor Summary | |
---|---|
SecondClassInterceptor()
|
Method Summary | |
---|---|
Object |
secondClassInterceptor(javax.interceptor.InvocationContext ctx)
The interceptor method. |
void |
secondClassInterceptorPostActivate(javax.interceptor.InvocationContext ctx)
The interceptor method. |
void |
secondClassInterceptorPostConstruct(javax.interceptor.InvocationContext ctx)
The interceptor method. |
void |
secondClassInterceptorPreDestroy(javax.interceptor.InvocationContext ctx)
The interceptor method. |
void |
secondClassInterceptorPrePassivate(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 SecondClassInterceptor()
Method Detail |
---|
public Object secondClassInterceptor(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 secondClassInterceptorPostConstruct(javax.interceptor.InvocationContext ctx) throws Exception
ctx
- - InvocationContext
runtime
- exceptions.
Exception
public void secondClassInterceptorPostActivate(javax.interceptor.InvocationContext ctx) throws Exception
ctx
- - InvocationContext
runtime
- exceptions.
Exception
public void secondClassInterceptorPrePassivate(javax.interceptor.InvocationContext ctx) throws Exception
ctx
- - InvocationContext
runtime
- exceptions.
Exception
@PreDestroy public void secondClassInterceptorPreDestroy(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 |