|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnet.bull.javamelody.MonitoringGuiceInterceptor
public class MonitoringGuiceInterceptor
Method interceptor that measures the duration of the intercepted call using Google Guice. Inspired by Erik van Oosten (Java Simon, Licence LGPL)
| Constructor Summary | |
|---|---|
MonitoringGuiceInterceptor()
Constructeur. |
|
| Method Summary | |
|---|---|
java.lang.Object |
invoke(org.aopalliance.intercept.MethodInvocation invocation)
Performs method invocation. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MonitoringGuiceInterceptor()
| Method Detail |
|---|
public java.lang.Object invoke(org.aopalliance.intercept.MethodInvocation invocation)
throws java.lang.Throwable
invoke in interface org.aopalliance.intercept.MethodInterceptorinvocation - method invocation
java.lang.Throwable - anything thrown by the method
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||