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 ParticipantManagerExceptionpublic void completed()
throws Exception
completed in interface ParticipantManagerExceptionpublic void cannotComplete()
throws Exception
cannotComplete in interface ParticipantManagerExceptionpublic void fail(QName exceptionIdentifier) throws Exception
fail in interface ParticipantManagerExceptionCopyright © 2016 JBoss by Red Hat. All rights reserved.