public class ClassInterceptor extends SuperClassInterceptor
| Constructor and Description |
|---|
ClassInterceptor() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
superClassInterceptor, superClassInterceptorPostActivate, superClassInterceptorPostConstruct, superClassInterceptorPreDestroy, superClassInterceptorPrePassivatepublic Object classInterceptor(javax.interceptor.InvocationContext ctx) throws Exception
@ExcludeClassInterceptorsctx - - InvocationContextruntime - exceptions or application exceptions that are allowed in the throws clause of the business method.Exception@PostConstruct public void classInterceptorPostConstruct(javax.interceptor.InvocationContext ctx) throws Exception
ctx - - InvocationContextruntime - exceptions.Exceptionpublic void classInterceptorPostActivate(javax.interceptor.InvocationContext ctx)
throws Exception
ctx - - InvocationContextruntime - exceptions.Exceptionpublic void classInterceptorPrePassivate(javax.interceptor.InvocationContext ctx)
throws Exception
ctx - - InvocationContextruntime - exceptions.Exception@PreDestroy public void classInterceptorPreDestroy(javax.interceptor.InvocationContext ctx) throws Exception
ctx - - InvocationContextruntime - exceptions.ExceptionCopyright © 1999–2017 The Apache Software Foundation. All rights reserved.