public class GetCheckpointLogIdEvent implements LogEvent(Code)
This class defines a GetCheckpointLogIdEvent.
This event is used to retrieve a log ID associated to a checkpoint.
Once this event has been execute, the log ID is available through the
getCheckpointRequestId() method
Creates a new GetCheckpointLogIdEvent object
Parameters: connection - the connection used to access the checkpoint table Parameters: checkpointTableName - the name of the checkpoint table Parameters: checkpointName - the name of the checkpoint
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.
Gets the log identifier corresponding to the checkpoint
long the request identifier corresponding to the checkpoint. throws: SQLException - if an error occurs