public class SecondClassInterceptor extends Object
| Constructor and Description |
|---|
SecondClassInterceptor() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
public Object secondClassInterceptor(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 secondClassInterceptorPostConstruct(javax.interceptor.InvocationContext ctx) throws Exception
ctx - - InvocationContextruntime - exceptions.Exceptionpublic void secondClassInterceptorPostActivate(javax.interceptor.InvocationContext ctx)
throws Exception
ctx - - InvocationContextruntime - exceptions.Exceptionpublic void secondClassInterceptorPrePassivate(javax.interceptor.InvocationContext ctx)
throws Exception
ctx - - InvocationContextruntime - exceptions.Exception@PreDestroy public void secondClassInterceptorPreDestroy(javax.interceptor.InvocationContext ctx) throws Exception
ctx - - InvocationContextruntime - exceptions.ExceptionCopyright © 1999–2017 The Apache Software Foundation. All rights reserved.