public class SystemInterceptorProxy extends Object
| Constructor and Description |
|---|
SystemInterceptorProxy() |
| Modifier and Type | Method and Description |
|---|---|
Object |
aroundInvoke(javax.interceptor.InvocationContext ctx) |
Object |
aroundTimeout(javax.interceptor.InvocationContext ctx) |
Object |
create(javax.interceptor.InvocationContext ctx) |
static InterceptorDescriptor |
createInterceptorDesc() |
Object |
destroy(javax.interceptor.InvocationContext ctx) |
Object |
init(javax.interceptor.InvocationContext ctx) |
void |
setDelegate(Object d) |
public Object delegate
public void setDelegate(Object d)
@PostConstruct public Object init(javax.interceptor.InvocationContext ctx) throws Exception
Exception@PreDestroy public Object destroy(javax.interceptor.InvocationContext ctx) throws Exception
Exceptionpublic Object create(javax.interceptor.InvocationContext ctx) throws Exception
Exceptionpublic Object aroundInvoke(javax.interceptor.InvocationContext ctx) throws Exception
Exceptionpublic Object aroundTimeout(javax.interceptor.InvocationContext ctx) throws Exception
Exceptionpublic static InterceptorDescriptor createInterceptorDesc()
Copyright © 2019. All rights reserved.