Beispiel #1
0
 /**
  * Release the named checkpoint, making rollback to it not possible.
  *
  * @return The same handle
  */
 public Handle release(String checkpointName) {
   transactions.release(this, checkpointName);
   log.logReleaseCheckpointTransaction(this, checkpointName);
   return this;
 }