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
Exception
public Object create(javax.interceptor.InvocationContext ctx) throws Exception
Exception
public Object aroundInvoke(javax.interceptor.InvocationContext ctx) throws Exception
Exception
public Object aroundTimeout(javax.interceptor.InvocationContext ctx) throws Exception
Exception
public static InterceptorDescriptor createInterceptorDesc()
Copyright © 2018. All rights reserved.