|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbiz.hammurapi.metrics.MetricsAspect
public class MetricsAspect
Metrics collecting aspect.
Constructor Summary | |
---|---|
MetricsAspect()
|
Method Summary | |
---|---|
void |
after(org.codehaus.aspectwerkz.joinpoint.StaticJoinPoint joinPoint)
This method pops method start time from the thread local stack and reports method duration measurement. |
void |
before(org.codehaus.aspectwerkz.joinpoint.StaticJoinPoint joinPoint)
This method pushes method start time to a thread local stack. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MetricsAspect()
Method Detail |
---|
public void before(org.codehaus.aspectwerkz.joinpoint.StaticJoinPoint joinPoint)
joinPoint
- public void after(org.codehaus.aspectwerkz.joinpoint.StaticJoinPoint joinPoint)
joinPoint
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |