public class DefaultInterceptor extends Object
| Constructor and Description |
|---|
DefaultInterceptor() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
public Object defaultInterceptor(javax.interceptor.InvocationContext ctx) throws Exception
@ExcludeClassInterceptorsctx - - InvocationContextException - 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 - - InvocationContextException - runtime exceptions.public void defaultInterceptorPostActivate(javax.interceptor.InvocationContext ctx)
throws Exception
ctx - - InvocationContextException - runtime exceptions.public void defaultInterceptorPrePassivate(javax.interceptor.InvocationContext ctx)
throws Exception
ctx - - InvocationContextException - runtime exceptions.@PreDestroy public void defaultInterceptorPreDestroy(javax.interceptor.InvocationContext ctx) throws Exception
ctx - - InvocationContextException - runtime exceptions.Copyright © 1999–2017 The Apache Software Foundation. All rights reserved.