InstanceIdentifier.setEndpointInstanceIdentifier(systemExceptionCoordinator, TestUtil.SYSTEMEXCEPTION_PARTICIPANT_IDENTIFIER);
EndpointReferenceType nonexistentCoordinator = new EndpointReferenceType(new AttributedURIType(participantServiceURI));
InstanceIdentifier.setEndpointInstanceIdentifier(nonexistentCoordinator, TestUtil.NONEXISTENT_PARTICIPANT_IDENTIFIER);
_preparedVoteStub = new ParticipantStub("twoPCCoordinator", false, preparedVoteCoordinator);
_abortedVoteStub = new ParticipantStub("twoPCCoordinator", false, abortedVoteCoordinator);
_readOnlyVoteStub = new ParticipantStub("twoPCCoordinator", false, readOnlyVoteCoordinator);
_noExceptionStub = new ParticipantStub("twoPCCoordinator", false, noExceptionCoordinator);
_wrongStateExceptionStub = new ParticipantStub("twoPCCoordinator", false, wrongStateExceptionCoordinator);
_systemExceptionStub = new ParticipantStub("twoPCCoordinator", false, systemExceptionCoordinator);
_nonexistentStub = new ParticipantStub("twoPCCoordinator", false, nonexistentCoordinator);
}