|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Intercept the Proxy-Method newInstance
and DynamicProxy-MethoddoInvoke
(InvocationHandler), before and after call.
Method Summary | |
void |
afterMethodInvocation(InterceptorContext pvInterceptorContext)
After call doInvoke . |
void |
afterNewInstance(java.lang.Class pvInterfaceClass,
java.lang.Object pvProxyObject)
After call newInstance . |
void |
beforeMethodInvocation(InterceptorContext pvInterceptorContext)
Before call doInvoke . |
void |
beforeNewInstance(java.lang.Class pvInterfaceClass)
Before call newInstance . |
void |
onError(java.lang.Throwable pvThrowable)
Call if a Exception is thrown. |
Method Detail |
public void beforeNewInstance(java.lang.Class pvInterfaceClass)
newInstance
.
public void afterNewInstance(java.lang.Class pvInterfaceClass, java.lang.Object pvProxyObject)
newInstance
.
public void beforeMethodInvocation(InterceptorContext pvInterceptorContext)
doInvoke
.
public void afterMethodInvocation(InterceptorContext pvInterceptorContext)
doInvoke
.
public void onError(java.lang.Throwable pvThrowable)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |