public class BAParticipantCompletionParticipantManagerStub extends Object implements BAParticipantManager
Constructor and Description |
---|
BAParticipantCompletionParticipantManagerStub(ParticipantCompletionParticipantEngine coordinator) |
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 BAParticipantCompletionParticipantManagerStub(ParticipantCompletionParticipantEngine coordinator) throws Exception
Exception
public void exit() throws WrongStateException, UnknownTransactionException, SystemException
BAParticipantManager
exit
in interface BAParticipantManager
WrongStateException
UnknownTransactionException
SystemException
public void completed() throws WrongStateException, UnknownTransactionException, SystemException
BAParticipantManager
completed
in interface BAParticipantManager
WrongStateException
UnknownTransactionException
SystemException
public void cannotComplete() throws WrongStateException, UnknownTransactionException, SystemException
BAParticipantManager
cannotComplete
in interface BAParticipantManager
WrongStateException
UnknownTransactionException
SystemException
public void fail(QName exceptionIdentifier) throws SystemException
BAParticipantManager
fail
in interface BAParticipantManager
SystemException
Copyright © 2018 JBoss by Red Hat. All rights reserved.