abort
177178179180181182183184185186187
// give the participant a chance to ask Thread.sleep(sleepTime); } else { if (abort) { tt.sendAbort(); } else { tt.sendCommit(); } } }