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