100101102103104105106107
public synchronized void commit() throws NotPrepared,HeuristicRollback,HeuristicMixed,HeuristicHazard{ if( state == PREPARED ) { state = COMMITED; run(); } else { throw new NotPrepared(); } };
482483484485486487488489490491492
default: break; } if (!_prepared) throw new NotPrepared(); try { if (!_committed) {
509510511512513514515516517518519
540541542543544545546547548549550
497498499500501502503504505506507