public class MonitoringGuiceInterceptor extends Object implements org.aopalliance.intercept.MethodInterceptor, Serializable
| Constructor and Description |
|---|
MonitoringGuiceInterceptor()
Constructeur.
|
| Modifier and Type | Method and Description |
|---|---|
protected String |
getRequestName(org.aopalliance.intercept.MethodInvocation invocation)
Determine request name for a method invocation.
|
Object |
invoke(org.aopalliance.intercept.MethodInvocation invocation)
Performs method invocation.
|
public Object invoke(org.aopalliance.intercept.MethodInvocation invocation) throws Throwable
invoke in interface org.aopalliance.intercept.MethodInterceptorinvocation - method invocationThrowable - anything thrown by the methodprotected String getRequestName(org.aopalliance.intercept.MethodInvocation invocation)
invocation - the method invocation (not null)Copyright © 2008-2013 Emeric Vernat. All Rights Reserved.