long[] nameValues)
{
pendingAcknowledgeSet.add(contextId);
txnFinished(contextId);
queue.addRequest(
new Commit(contextId, oids, oidValues, newOids, names, nameValues,
new CompletionHandler() {
@Override
public void completed() {
pendingAcknowledgeSet.remove(contextId);
commitAvailable.release();