public class DDInterceptor extends Object
| Constructor and Description |
|---|
DDInterceptor() |
| Modifier and Type | Method and Description |
|---|---|
Object |
ddInterceptor(javax.interceptor.InvocationContext ctx)
The interceptor method.
|
void |
ddInterceptorPostActivate(javax.interceptor.InvocationContext ctx)
The interceptor method.
|
void |
ddInterceptorPostConstruct(javax.interceptor.InvocationContext ctx)
The interceptor method.
|
void |
ddInterceptorPreDestroy(javax.interceptor.InvocationContext ctx)
The interceptor method.
|
void |
ddInterceptorPrePassivate(javax.interceptor.InvocationContext ctx)
The interceptor method.
|
public Object ddInterceptor(javax.interceptor.InvocationContext ctx) throws Exception
@ExcludeddInterceptorsctx - - InvocationContextruntime - exceptions or application exceptions that are allowed in the throws clause of the business method.Exceptionpublic void ddInterceptorPostConstruct(javax.interceptor.InvocationContext ctx)
throws Exception
ctx - - InvocationContextruntime - exceptions.Exceptionpublic void ddInterceptorPostActivate(javax.interceptor.InvocationContext ctx)
throws Exception
ctx - - InvocationContextruntime - exceptions.Exceptionpublic void ddInterceptorPrePassivate(javax.interceptor.InvocationContext ctx)
throws Exception
ctx - - InvocationContextruntime - exceptions.ExceptionCopyright © 1999–2017 The Apache Software Foundation. All rights reserved.