| |
|
| java.lang.Object demo.jmx.CounterHistoryAdvice
CounterHistoryAdvice | public class CounterHistoryAdvice implements MethodInterceptor(Code) | | Advice bean used to capture performance metrics
per time interval and to expose collected data trough JMX
|
invoke | public Object invoke(MethodInvocation invocation) throws Throwable(Code) | | Advice method updating perfrormance metrics
See Also: org.aopalliance.intercept.MethodInterceptor.invoke(MethodInvocation invocation) |
setQueues | public void setQueues(Map queues)(Code) | | |
|
|
|