60616263646566
} catch (final Throwable th) { throw new SystemException(th.getMessage()) ; } return new ReadOnly() ; }
35363738394041
* Vote readonly. */ public Vote prepare() throws WrongStateException, SystemException { return new ReadOnly() ; }
9293949596979899100101102
} else if (state == null) { if (coordinator.isReadOnly()) { return new ReadOnly() ; } else { return new Aborted() ; }
38394041424344
public class TestReadOnlyVoteParticipant implements Participant { public Vote prepare() throws WrongStateException, SystemException { return new ReadOnly(); }
8687888990919293949596