public class SubordinateBAParticipantManagerImple extends Object implements BAParticipantManager
| Constructor and Description |
|---|
SubordinateBAParticipantManagerImple(SubordinateBACoordinator theTx,
String participantId) |
| Modifier and Type | Method and Description |
|---|---|
void |
cannotComplete()
Cannot complete.
|
void |
completed()
The participant has completed it works, but wishes to continue in
the business activity, so that it will eventually be told when (and how)
the activity terminates.
|
void |
exit()
The participant has exited the business activity.
|
void |
fail(QName exceptionIdentifier)
Fault.
|
public SubordinateBAParticipantManagerImple(SubordinateBACoordinator theTx, String participantId)
public void exit()
throws WrongStateException,
UnknownTransactionException,
SystemException
BAParticipantManagerexit in interface BAParticipantManagerWrongStateExceptionUnknownTransactionExceptionSystemExceptionpublic void completed()
throws WrongStateException,
UnknownTransactionException,
SystemException
BAParticipantManagercompleted in interface BAParticipantManagerWrongStateExceptionUnknownTransactionExceptionSystemExceptionpublic void fail(QName exceptionIdentifier) throws SystemException
BAParticipantManagerfail in interface BAParticipantManagerSystemExceptionpublic void cannotComplete()
throws WrongStateException,
UnknownTransactionException,
SystemException
BAParticipantManagercannotComplete in interface BAParticipantManagerWrongStateExceptionUnknownTransactionExceptionSystemExceptionCopyright © 2018 JBoss by Red Hat. All rights reserved.