| java.lang.Object org.continuent.sequoia.controller.recoverylog.events.GetAllBeginLoggedAfterIdEvent
GetAllBeginLoggedAfterIdEvent | public class GetAllBeginLoggedAfterIdEvent implements LogEvent(Code) | | This class defines a GetAllBeginLoggedAfterIdEvent.
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
|
GetAllBeginLoggedAfterIdEvent | public GetAllBeginLoggedAfterIdEvent(Connection connection, String logTableName, String logTableSqlColumnName, long checkpointId)(Code) | | Creates a new GetAllBeginLoggedAfterIdEvent object
Parameters: connection - the connection used to access the checkpoint table Parameters: logTableName - the name of the checkpoint table Parameters: logTableSqlColumnName - name of the recovery log table sql column Parameters: checkpointId - the name of the checkpoint |
getBeginList | public List getBeginList() throws SQLException(Code) | | Return the list of transactions started after the given id
begin list throws: SQLException - if an error occured |
getCatchedException | final public SQLException getCatchedException()(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. |
|
|