public class ParticipantProcessorImpl extends ParticipantProcessor
Constructor and Description |
---|
ParticipantProcessorImpl() |
Modifier and Type | Method and Description |
---|---|
void |
activateParticipant(ParticipantInboundEvents participant,
String identifier)
Activate the participant.
|
void |
commit(Notification commit,
MAP map,
ArjunaContext arjunaContext)
Commit.
|
void |
deactivateParticipant(ParticipantInboundEvents participant)
Deactivate the participant.
|
boolean |
isActive(String identifier)
Check whether a participant with the given id is currently active
|
void |
prepare(Notification prepare,
MAP map,
ArjunaContext arjunaContext)
Prepare.
|
void |
rollback(Notification rollback,
MAP map,
ArjunaContext arjunaContext)
Rollback.
|
void |
soapFault(SoapFault fault,
MAP map,
ArjunaContext arjunaContext)
SOAP Fault.
|
getProcessor, setProcessor
public void activateParticipant(ParticipantInboundEvents participant, String identifier)
activateParticipant
in class ParticipantProcessor
participant
- The participant.identifier
- The identifier.public void deactivateParticipant(ParticipantInboundEvents participant)
deactivateParticipant
in class ParticipantProcessor
participant
- The participant.public boolean isActive(String identifier)
isActive
in class ParticipantProcessor
identifier
- The identifier.public void commit(Notification commit, MAP map, ArjunaContext arjunaContext)
commit
in class ParticipantProcessor
commit
- The commit notification.map
- The addressing context.arjunaContext
- The arjuna context.public void prepare(Notification prepare, MAP map, ArjunaContext arjunaContext)
prepare
in class ParticipantProcessor
prepare
- The prepare notification.map
- The addressing context.arjunaContext
- The arjuna context.public void rollback(Notification rollback, MAP map, ArjunaContext arjunaContext)
rollback
in class ParticipantProcessor
rollback
- The rollback notification.map
- The addressing context.arjunaContext
- The arjuna context.public void soapFault(SoapFault fault, MAP map, ArjunaContext arjunaContext)
soapFault
in class ParticipantProcessor
fault
- The SOAP fault notification.map
- The addressing context.arjunaContext
- The arjuna context.Copyright © 2016 JBoss by Red Hat. All rights reserved.