public class SuperInterceptedBean extends Object
| Constructor and Description |
|---|
SuperInterceptedBean() |
| Modifier and Type | Method and Description |
|---|---|
Object |
superBeanInterceptor(javax.interceptor.InvocationContext ctx)
The interceptor method.
|
void |
superBeanInterceptorPostConstruct()
The interceptor method.
|
void |
superBeanInterceptorPreDestroy()
The interceptor method.
|
public Object superBeanInterceptor(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 superBeanInterceptorPostConstruct() throws Exception
runtime - exceptions.Exception@PreDestroy public void superBeanInterceptorPreDestroy() throws Exception
runtime - exceptions.ExceptionCopyright © 1999–2017 The Apache Software Foundation. All rights reserved.