fr.ifremer.isisfish.aspect
Class Trace
java.lang.Object
fr.ifremer.isisfish.aspect.Trace
public class Trace
- extends Object
Permet de tracer les appels aux methodes utilisateur ainsi que l'execution
a ces methodes. La difference entre les deux est lors de l'utilisation du
cache les appels seront superieur a l'execution car certaine valeur seront
reutilisé dans le cache
Created: 25 août 06 22:19:21
- Version:
- $Revision: 3445 $
Last update: $Date: 2011-07-15 15:12:45 +0200 (Fri, 15 Jul 2011) $
by : $Author: chatellier $
- Author:
- poussin
|
Constructor Summary |
Trace()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Trace
public Trace()
getTrace
protected Trace getTrace()
- Return trace object from context.
- Returns:
- trace object from context
traceBeforeExecute
public void traceBeforeExecute(org.codehaus.aspectwerkz.joinpoint.JoinPoint jp)
traceAfterThrowingExecute
public void traceAfterThrowingExecute(org.codehaus.aspectwerkz.joinpoint.JoinPoint jp)
traceAfterExecute
public void traceAfterExecute(org.codehaus.aspectwerkz.joinpoint.JoinPoint jp)
printStatistiqueAndClear
public static String printStatistiqueAndClear()
- Affiche les statistiques
- Returns:
- statistics as string
Copyright © 1999-2012 CodeLutin. All Rights Reserved.