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, setProcessor
public ParticipantCompletionParticipantProcessorImpl()
public void activateParticipant(ParticipantCompletionParticipantInboundEvents participant, String identifier)
activateParticipant
in class ParticipantCompletionParticipantProcessor
participant
- The participant.identifier
- The identifier.public void deactivateParticipant(ParticipantCompletionParticipantInboundEvents participant)
deactivateParticipant
in class ParticipantCompletionParticipantProcessor
participant
- The participant.public boolean isActive(String identifier)
isActive
in class ParticipantCompletionParticipantProcessor
identifier
- The identifier.public void cancel(NotificationType cancel, MAP map, ArjunaContext arjunaContext)
cancel
in class ParticipantCompletionParticipantProcessor
cancel
- The cancel notification.map
- The addressing context.arjunaContext
- The arjuna context.public void close(NotificationType close, MAP map, ArjunaContext arjunaContext)
close
in class ParticipantCompletionParticipantProcessor
close
- The close notification.map
- The addressing context.arjunaContext
- The arjuna context.public void compensate(NotificationType compensate, MAP map, ArjunaContext arjunaContext)
compensate
in class ParticipantCompletionParticipantProcessor
compensate
- The compensate notification.map
- The addressing context.arjunaContext
- The arjuna context.public void exited(NotificationType exited, MAP map, ArjunaContext arjunaContext)
exited
in class ParticipantCompletionParticipantProcessor
exited
- The exited notification.map
- The addressing context.arjunaContext
- The arjuna context.public void notCompleted(NotificationType notCompleted, MAP map, ArjunaContext arjunaContext)
notCompleted
in class ParticipantCompletionParticipantProcessor
notCompleted
- The not completed notification.map
- The addressing context.arjunaContext
- The arjuna context.public void failed(NotificationType failed, MAP map, ArjunaContext arjunaContext)
failed
in class ParticipantCompletionParticipantProcessor
failed
- The failed notification.map
- The addressing context.arjunaContext
- The arjuna context.public void getStatus(NotificationType getStatus, MAP map, ArjunaContext arjunaContext)
getStatus
in class ParticipantCompletionParticipantProcessor
getStatus
- The get status notification.map
- The addressing context.arjunaContext
- The arjuna context.public void status(StatusType status, MAP map, ArjunaContext arjunaContext)
status
in class ParticipantCompletionParticipantProcessor
status
- The status type.map
- The addressing context.arjunaContext
- The arjuna context.public void soapFault(SoapFault fault, MAP map, ArjunaContext arjunaContext)
soapFault
in class ParticipantCompletionParticipantProcessor
fault
- The SOAP fault notification.map
- The addressing context.arjunaContext
- The arjuna context.Copyright © 2016 JBoss by Red Hat. All rights reserved.