public abstract class ParticipantCompletionParticipantProcessor extends Object
| Constructor and Description |
|---|
ParticipantCompletionParticipantProcessor() |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
activateParticipant(ParticipantCompletionParticipantInboundEvents participant,
String identifier)
Activate the participant.
|
abstract void |
cancel(NotificationType cancel,
MAP map,
ArjunaContext arjunaContext)
Cancel.
|
abstract void |
close(NotificationType close,
MAP map,
ArjunaContext arjunaContext)
Close.
|
abstract void |
compensate(NotificationType compensate,
MAP map,
ArjunaContext arjunaContext)
Compensate.
|
abstract void |
deactivateParticipant(ParticipantCompletionParticipantInboundEvents participant)
Deactivate the participant.
|
abstract void |
exited(NotificationType exited,
MAP map,
ArjunaContext arjunaContext)
Exited.
|
abstract void |
failed(NotificationType failed,
MAP map,
ArjunaContext arjunaContext)
Faulted.
|
static ParticipantCompletionParticipantProcessor |
getProcessor()
Get the processor.
|
abstract void |
getStatus(NotificationType getStatus,
MAP map,
ArjunaContext arjunaContext)
Get Status.
|
abstract boolean |
isActive(String identifier)
Check whether a participant with the given id is currently active
|
abstract void |
notCompleted(NotificationType notCompleted,
MAP map,
ArjunaContext arjunaContext)
Not Completed.
|
static ParticipantCompletionParticipantProcessor |
setProcessor(ParticipantCompletionParticipantProcessor processor)
Set the processor.
|
abstract void |
soapFault(SoapFault soapFault,
MAP map,
ArjunaContext arjunaContext)
SOAP fault.
|
abstract void |
status(StatusType status,
MAP map,
ArjunaContext arjunaContext)
Status.
|
public ParticipantCompletionParticipantProcessor()
public static ParticipantCompletionParticipantProcessor getProcessor()
public static ParticipantCompletionParticipantProcessor setProcessor(ParticipantCompletionParticipantProcessor processor)
processor - The processor.public abstract void activateParticipant(ParticipantCompletionParticipantInboundEvents participant, String identifier)
participant - The participant.identifier - The identifier.public abstract void deactivateParticipant(ParticipantCompletionParticipantInboundEvents participant)
participant - The participant.public abstract boolean isActive(String identifier)
identifier - The identifier.public abstract void cancel(NotificationType cancel, MAP map, ArjunaContext arjunaContext)
cancel - The cancel notification.map - The addressing context.arjunaContext - The arjuna context.public abstract void close(NotificationType close, MAP map, ArjunaContext arjunaContext)
close - The close notification.map - The addressing context.arjunaContext - The arjuna context.public abstract void compensate(NotificationType compensate, MAP map, ArjunaContext arjunaContext)
compensate - The compensate notification.map - The addressing context.arjunaContext - The arjuna context.public abstract void exited(NotificationType exited, MAP map, ArjunaContext arjunaContext)
exited - The exited notification.map - The addressing context.arjunaContext - The arjuna context.public abstract void notCompleted(NotificationType notCompleted, MAP map, ArjunaContext arjunaContext)
notCompleted - The not completed notification.map - The addressing context.arjunaContext - The arjuna context.public abstract void failed(NotificationType failed, MAP map, ArjunaContext arjunaContext)
failed - The failed notification.map - The addressing context.arjunaContext - The arjuna context.public abstract void getStatus(NotificationType getStatus, MAP map, ArjunaContext arjunaContext)
getStatus - The get status notification.map - The addressing context.arjunaContext - The arjuna context.public abstract void status(StatusType status, MAP map, ArjunaContext arjunaContext)
status - The status.map - The addressing context.arjunaContext - The arjuna context.public abstract void soapFault(SoapFault soapFault, MAP map, ArjunaContext arjunaContext)
soapFault - The SOAP fault.map - The addressing context.arjunaContext - The arjuna context.Copyright © 2018 JBoss by Red Hat. All rights reserved.