public ResetLogEvent(long oldCheckpointId, long newCheckpointId, String checkpointName)(Code)
Creates a new ResetLogEvent object
Parameters: oldCheckpointId - the old id of the checkpoint Parameters: newCheckpointId - the new checkpoint identifier Parameters: checkpointName - the checkpoint name to delete from.
Method Detail
belongToTransaction
public boolean belongToTransaction(long tid)(Code)