CoordinatorManager cm = CoordinatorManagerFactory.coordinatorManager();
cm.addParticipant(new DemoParticipant(false), Priorities.PARTICIPANT, null);
cm.addParticipant(new DemoParticipant(false), Priorities.PARTICIPANT, null);
Outcome res = ua.end();
if (res instanceof CoordinationOutcome)
{
CoordinationOutcome out = (CoordinationOutcome) res;