private void cleanupStaleLocks(GlobalTransaction gtx) throws Throwable
{
TransactionEntry entry = txTable.get(gtx);
if (entry != null)
{
entry.releaseAllLocksLIFO(gtx);
}
}
/**
* creates a rollback() MethodCall and feeds it to handleCommitRollback();