250251252253254255256257258259260
queue2.handle(null, refs2[i], tx); refs2[i].releaseMemoryReference(); } tx.prepare(); tx.commit(); //Queue1 refIds = getReferenceIdsOrderedByPageOrd(queue1.getChannelID());
8586878889909192939495
queue2.handle(null, refs2[i], tx); refs2[i].releaseMemoryReference(); } tx.prepare(); tx.commit(); //Queue1 List refIds = getPagedReferenceIds(queue1.getChannelID()); assertEquals(0, refIds.size());
144145146147148149150151152153154
queue2.handle(null, refs2[i], tx); refs2[i].releaseMemoryReference(); } tx.prepare(); tx.commit(); //Queue1 refIds = getPagedReferenceIds(queue1.getChannelID());
206207208209210211212213214215216
267268269270271272273274275276277
239240241242243244245246247248249
if (tx) { if (xa) { theTx.prepare(); theTx.commit(); } else { theTx.commit();