org.objectweb.jac.aspects.tracing
Class Recorder
java.lang.Object
org.objectweb.jac.aspects.tracing.Recorder
- public class Recorder
- extends Object
This class is able to record a set of methods call and replay them.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Recorder
public Recorder()
printRecordState
public void printRecordState()
get
public static Recorder get()
isRecording
public boolean isRecording()
start
public void start()
stop
public void stop()
getCalls
public Vector getCalls()
getNewObjectsClasses
public Vector getNewObjectsClasses()
replay
public void replay(Vector newObjectsClasses,
Vector calls)
recordMethodCall
public void recordMethodCall(Object o,
String methodName,
Object[] args)
recordNewObject
public void recordNewObject(Object o)