public class Interceptor
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected JClassLoader |
_jClassLoader |
Constructor and Description |
---|
Interceptor() |
Modifier and Type | Method and Description |
---|---|
java.lang.reflect.Method |
getAroundInvokeMethod() |
static java.lang.reflect.Method |
getAroundInvokeMethod(java.lang.Class cl,
java.lang.String methodName) |
java.lang.String |
getAroundInvokeMethodName() |
java.lang.String |
getInterceptorClass() |
JClass |
getInterceptorJClass() |
PostActivateConfig |
getPostActivate() |
PostConstructConfig |
getPostConstruct() |
java.lang.String |
getPostConstructMethodName() |
PreDestroyConfig |
getPreDestroy() |
PrePassivateConfig |
getPrePassivate() |
void |
init() |
static void |
makeAccessible(java.lang.reflect.Method method) |
void |
setAroundInvoke(AroundInvokeConfig aroundInvoke) |
void |
setInterceptorClass(java.lang.String interceptorClass) |
void |
setPostActivate(PostActivateConfig postActivate) |
void |
setPostConstruct(PostConstructConfig postConstruct) |
void |
setPreDestroy(PreDestroyConfig preDestroy) |
void |
setPrePassivate(PrePassivateConfig prePassivate) |
java.lang.String |
toString() |
protected JClassLoader _jClassLoader
public JClass getInterceptorJClass()
public java.lang.String getInterceptorClass()
public void setInterceptorClass(java.lang.String interceptorClass)
public void init()
public static void makeAccessible(java.lang.reflect.Method method)
public java.lang.reflect.Method getAroundInvokeMethod()
public static java.lang.reflect.Method getAroundInvokeMethod(java.lang.Class cl, java.lang.String methodName)
public java.lang.String getAroundInvokeMethodName()
public java.lang.String getPostConstructMethodName()
public PostActivateConfig getPostActivate()
public PostConstructConfig getPostConstruct()
public PreDestroyConfig getPreDestroy()
public PrePassivateConfig getPrePassivate()
public void setAroundInvoke(AroundInvokeConfig aroundInvoke)
public void setPostActivate(PostActivateConfig postActivate)
public void setPostConstruct(PostConstructConfig postConstruct)
public void setPreDestroy(PreDestroyConfig preDestroy)
public void setPrePassivate(PrePassivateConfig prePassivate)
public java.lang.String toString()
toString
in class java.lang.Object