|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectnet.sf.crispy.interceptor.StopWatchInterceptor
Mini stopwatch.
| Constructor Summary | |
StopWatchInterceptor()
|
|
| 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 |
clearStopTimeInvokeMethod()
|
void |
clearStopTimeNewInstance()
|
int |
getOnErrorCounter()
|
long |
getStopTimeInvokeMethod()
|
long |
getStopTimeNewInstance()
|
void |
onError(java.lang.Throwable pvThrowable)
Call if a Exception is thrown. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public StopWatchInterceptor()
| Method Detail |
public void beforeNewInstance(java.lang.Class pvInterfaceClass)
InterceptornewInstance.
beforeNewInstance in interface InterceptorInterceptor.beforeNewInstance(java.lang.Class)
public void afterNewInstance(java.lang.Class pvInterfaceClass,
java.lang.Object pvProxyObject)
InterceptornewInstance.
afterNewInstance in interface InterceptorInterceptor.afterNewInstance(java.lang.Class, java.lang.Object)public void beforeMethodInvocation(InterceptorContext pvInterceptorContext)
InterceptordoInvoke.
beforeMethodInvocation in interface InterceptorInterceptor.beforeMethodInvocation(net.sf.crispy.InterceptorContext)public void afterMethodInvocation(InterceptorContext pvInterceptorContext)
InterceptordoInvoke.
afterMethodInvocation in interface InterceptorInterceptor.afterMethodInvocation(net.sf.crispy.InterceptorContext)public void onError(java.lang.Throwable pvThrowable)
Interceptor
onError in interface InterceptorInterceptor.onError(java.lang.Throwable)public long getStopTimeNewInstance()
public long getStopTimeInvokeMethod()
public int getOnErrorCounter()
public void clearStopTimeInvokeMethod()
public void clearStopTimeNewInstance()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||