Ontimize 5.2072EN

com.ontimize.db.test
Class OperationRecorder

java.lang.Object
  extended bycom.ontimize.db.test.OperationRecorder

public abstract class OperationRecorder
extends java.lang.Object


Constructor Summary
OperationRecorder()
           
 
Method Summary
static void addOperation(EntityOperation op)
           
static java.util.Vector loadOperations(java.lang.String file)
           
static void saveOperations(java.lang.String file)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OperationRecorder

public OperationRecorder()
Method Detail

addOperation

public static void addOperation(EntityOperation op)

loadOperations

public static java.util.Vector loadOperations(java.lang.String file)

saveOperations

public static void saveOperations(java.lang.String file)

Ontimize