public class GetCheckpointLogEntryEvent implements LogEvent(Code)
This class defines a GetCheckpointLogEntryEvent.
This event is used to retrieve a log entry associated to a checkpoint.
Once this event has been execute, the log entry is available through the
getCheckpointLogEntry() method
Creates a new GetCheckpointLogEntryEvent object
Parameters: connection - the connection used to access the checkpoint table Parameters: recoveryLog - the recovery log we are attached to Parameters: checkpointName - name of the checkpoint to look for
Method Detail
belongToTransaction
public boolean belongToTransaction(long tid)(Code)
Returns the catched exception if an error occured during the execution.
Returns null if no error occured or the query did not execute yet.
Returns the catchedException.