public class ParticipantCompletionParticipantProcessorImpl extends ParticipantCompletionParticipantProcessor
| Constructor and Description |
|---|
ParticipantCompletionParticipantProcessorImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
activateParticipant(ParticipantCompletionParticipantInboundEvents 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 |
compensate(NotificationType compensate,
MAP map,
ArjunaContext arjunaContext)
Compensate.
|
void |
deactivateParticipant(ParticipantCompletionParticipantInboundEvents participant)
Deactivate the participant.
|
void |
exited(NotificationType exited,
MAP map,
ArjunaContext arjunaContext)
Exited.
|
void |
failed(NotificationType failed,
MAP map,
ArjunaContext arjunaContext)
Failed.
|
void |
getStatus(NotificationType getStatus,
MAP map,
ArjunaContext arjunaContext)
Get Status.
|
boolean |
isActive(String identifier)
Check whether a participant with the given id is currently active
|
void |
notCompleted(NotificationType notCompleted,
MAP map,
ArjunaContext arjunaContext)
Not Completed.
|
void |
soapFault(SoapFault fault,
MAP map,
ArjunaContext arjunaContext)
SOAP Fault.
|
void |
status(StatusType status,
MAP map,
ArjunaContext arjunaContext)
Status.
|
getProcessor, setProcessorpublic ParticipantCompletionParticipantProcessorImpl()
public void activateParticipant(ParticipantCompletionParticipantInboundEvents participant, String identifier)
activateParticipant in class ParticipantCompletionParticipantProcessorparticipant - The participant.identifier - The identifier.public void deactivateParticipant(ParticipantCompletionParticipantInboundEvents participant)
deactivateParticipant in class ParticipantCompletionParticipantProcessorparticipant - The participant.public boolean isActive(String identifier)
isActive in class ParticipantCompletionParticipantProcessoridentifier - The identifier.public void cancel(NotificationType cancel, MAP map, ArjunaContext arjunaContext)
cancel in class ParticipantCompletionParticipantProcessorcancel - The cancel notification.map - The addressing context.arjunaContext - The arjuna context.public void close(NotificationType close, MAP map, ArjunaContext arjunaContext)
close in class ParticipantCompletionParticipantProcessorclose - The close notification.map - The addressing context.arjunaContext - The arjuna context.public void compensate(NotificationType compensate, MAP map, ArjunaContext arjunaContext)
compensate in class ParticipantCompletionParticipantProcessorcompensate - The compensate notification.map - The addressing context.arjunaContext - The arjuna context.public void exited(NotificationType exited, MAP map, ArjunaContext arjunaContext)
exited in class ParticipantCompletionParticipantProcessorexited - The exited notification.map - The addressing context.arjunaContext - The arjuna context.public void notCompleted(NotificationType notCompleted, MAP map, ArjunaContext arjunaContext)
notCompleted in class ParticipantCompletionParticipantProcessornotCompleted - The not completed notification.map - The addressing context.arjunaContext - The arjuna context.public void failed(NotificationType failed, MAP map, ArjunaContext arjunaContext)
failed in class ParticipantCompletionParticipantProcessorfailed - The failed notification.map - The addressing context.arjunaContext - The arjuna context.public void getStatus(NotificationType getStatus, MAP map, ArjunaContext arjunaContext)
getStatus in class ParticipantCompletionParticipantProcessorgetStatus - The get status notification.map - The addressing context.arjunaContext - The arjuna context.public void status(StatusType status, MAP map, ArjunaContext arjunaContext)
status in class ParticipantCompletionParticipantProcessorstatus - The status type.map - The addressing context.arjunaContext - The arjuna context.public void soapFault(SoapFault fault, MAP map, ArjunaContext arjunaContext)
soapFault in class ParticipantCompletionParticipantProcessorfault - The SOAP fault notification.map - The addressing context.arjunaContext - The arjuna context.Copyright © 2017 JBoss by Red Hat. All rights reserved.