public class InboundBridgeParticipant extends Object implements Participant, Serializable
Constructor and Description |
---|
InboundBridgeParticipant(Xid xid) |
Modifier and Type | Method and Description |
---|---|
void |
commit() |
void |
commitOnePhase() |
Vote |
prepare() |
void |
rollback() |
public InboundBridgeParticipant(Xid xid)
public Vote prepare()
prepare
in interface Participant
public void commit() throws HeuristicException
commit
in interface Participant
HeuristicException
public void commitOnePhase()
commitOnePhase
in interface Participant
public void rollback() throws HeuristicException
rollback
in interface Participant
HeuristicException
Copyright © 2021 JBoss by Red Hat. All rights reserved.