public final class InterceptorInvocationHandler extends Object implements InvocationHandler, com.sun.enterprise.container.common.spi.InterceptorInvoker
| Constructor and Description |
|---|
InterceptorInvocationHandler() |
| Modifier and Type | Method and Description |
|---|---|
Object[] |
getInterceptorInstances() |
Object |
getProxy() |
Object |
getTargetInstance() |
void |
init(Object targetInstance,
Object[] interceptorInstances,
Object clientProxy,
InterceptorManager manager) |
Object |
invoke(Object proxy,
Method method,
Object[] args) |
void |
invokeAroundConstruct() |
void |
invokePostConstruct() |
void |
invokePreDestroy() |
String |
toString() |
public void init(Object targetInstance, Object[] interceptorInstances, Object clientProxy, InterceptorManager manager)
public Object getProxy()
getProxy in interface com.sun.enterprise.container.common.spi.InterceptorInvokerpublic Object getTargetInstance()
getTargetInstance in interface com.sun.enterprise.container.common.spi.InterceptorInvokerpublic Object[] getInterceptorInstances()
getInterceptorInstances in interface com.sun.enterprise.container.common.spi.InterceptorInvokerpublic void invokeAroundConstruct()
throws Exception
invokeAroundConstruct in interface com.sun.enterprise.container.common.spi.InterceptorInvokerExceptionpublic void invokePostConstruct()
throws Exception
invokePostConstruct in interface com.sun.enterprise.container.common.spi.InterceptorInvokerExceptionpublic void invokePreDestroy()
throws Exception
invokePreDestroy in interface com.sun.enterprise.container.common.spi.InterceptorInvokerExceptionpublic Object invoke(Object proxy, Method method, Object[] args) throws Throwable
invoke in interface InvocationHandlerThrowableCopyright © 2018 Eclipse Foundation. All rights reserved.