public class TerminationCoordinatorProcessorImpl extends TerminationCoordinatorProcessor
Constructor and Description |
---|
TerminationCoordinatorProcessorImpl() |
Modifier and Type | Method and Description |
---|---|
void |
activateParticipant(BusinessActivityTerminator participant,
String identifier)
Activate the participant.
|
void |
cancel(NotificationType cancel,
MAP map,
ArjunaContext arjunaContext)
Cancel.
|
void |
close(NotificationType close,
MAP map,
ArjunaContext arjunaContext)
Close.
|
void |
complete(NotificationType complete,
MAP map,
ArjunaContext arjunaContext)
Complete.
|
void |
deactivateParticipant(BusinessActivityTerminator participant)
Deactivate the participant.
|
BusinessActivityTerminator |
getParticipant(InstanceIdentifier instanceIdentifier)
Get the participant with the specified identifier.
|
void |
soapFault(SoapFault soapFault,
MAP map,
ArjunaContext arjunaContext)
handle a soap fault sent by the participant.
|
getProcessor, setProcessor
public void activateParticipant(BusinessActivityTerminator participant, String identifier)
activateParticipant
in class TerminationCoordinatorProcessor
participant
- The participant.identifier
- The identifier.public void deactivateParticipant(BusinessActivityTerminator participant)
deactivateParticipant
in class TerminationCoordinatorProcessor
participant
- The participant.public BusinessActivityTerminator getParticipant(InstanceIdentifier instanceIdentifier)
getParticipant
in class TerminationCoordinatorProcessor
instanceIdentifier
- The participant identifier.public void cancel(NotificationType cancel, MAP map, ArjunaContext arjunaContext)
cancel
in class TerminationCoordinatorProcessor
cancel
- The cancel notification.map
- The addressing context.arjunaContext
- The arjuna context.public void close(NotificationType close, MAP map, ArjunaContext arjunaContext)
close
in class TerminationCoordinatorProcessor
close
- The close notification.map
- The addressing context.arjunaContext
- The arjuna context.public void complete(NotificationType complete, MAP map, ArjunaContext arjunaContext)
complete
in class TerminationCoordinatorProcessor
complete
- The complete notification.map
- The addressing context.arjunaContext
- The arjuna context.public void soapFault(SoapFault soapFault, MAP map, ArjunaContext arjunaContext)
soapFault
in class TerminationCoordinatorProcessor
soapFault
- The soap faultmap
- The addressing context.arjunaContext
- The arjuna context.Copyright © 2017 JBoss by Red Hat. All rights reserved.