public class SuperClassInterceptor extends Object
| Constructor and Description |
|---|
SuperClassInterceptor() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
public Object superClassInterceptor(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 superClassInterceptorPostConstruct(javax.interceptor.InvocationContext ctx) throws Exception
ctx - - InvocationContextruntime - exceptions.Exceptionpublic void superClassInterceptorPostActivate(javax.interceptor.InvocationContext ctx)
throws Exception
ctx - - InvocationContextruntime - exceptions.Exceptionpublic void superClassInterceptorPrePassivate(javax.interceptor.InvocationContext ctx)
throws Exception
ctx - - InvocationContextruntime - exceptions.Exception@PreDestroy public void superClassInterceptorPreDestroy(javax.interceptor.InvocationContext ctx) throws Exception
ctx - - InvocationContextruntime - exceptions.ExceptionCopyright © 1999–2017 The Apache Software Foundation. All rights reserved.