public class LocalParticipantManager extends Object implements ParticipantManager
Constructor and Description |
---|
LocalParticipantManager(String participantId) |
Modifier and Type | Method and Description |
---|---|
void |
cannotComplete() |
void |
completed() |
void |
exit() |
void |
fail(QName exceptionIdentifier) |
public LocalParticipantManager(String participantId)
public void exit() throws Exception
exit
in interface ParticipantManager
Exception
public void completed() throws Exception
completed
in interface ParticipantManager
Exception
public void cannotComplete() throws Exception
cannotComplete
in interface ParticipantManager
Exception
public void fail(QName exceptionIdentifier) throws Exception
fail
in interface ParticipantManager
Exception
Copyright © 2021 JBoss by Red Hat. All rights reserved.