public class RemoteParticipantManager extends Object implements ParticipantManager
Constructor and Description |
---|
RemoteParticipantManager(BAParticipantManager baParticipantManager) |
Modifier and Type | Method and Description |
---|---|
void |
cannotComplete() |
void |
completed() |
void |
exit() |
void |
fail(QName exceptionIdentifier) |
public RemoteParticipantManager(BAParticipantManager baParticipantManager)
public void exit() throws WrongStateException, UnknownTransactionException, SystemException
exit
in interface ParticipantManager
WrongStateException
UnknownTransactionException
SystemException
public void completed() throws WrongStateException, UnknownTransactionException, SystemException
completed
in interface ParticipantManager
WrongStateException
UnknownTransactionException
SystemException
public void cannotComplete() throws WrongStateException, UnknownTransactionException, SystemException
cannotComplete
in interface ParticipantManager
WrongStateException
UnknownTransactionException
SystemException
public void fail(QName exceptionIdentifier) throws SystemException
fail
in interface ParticipantManager
SystemException
Copyright © 2021 JBoss by Red Hat. All rights reserved.