public abstract class CoordinatorCompletionParticipantProcessor extends Object
| Constructor and Description |
|---|
CoordinatorCompletionParticipantProcessor() |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
activateParticipant(CoordinatorCompletionParticipantInboundEvents 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 |
complete(NotificationType complete,
MAP map,
ArjunaContext arjunaContext)
Complete.
|
abstract void |
deactivateParticipant(CoordinatorCompletionParticipantInboundEvents participant)
Deactivate the participant.
|
abstract void |
exited(NotificationType exited,
MAP map,
ArjunaContext arjunaContext)
Exited.
|
abstract void |
failed(NotificationType failed,
MAP map,
ArjunaContext arjunaContext)
Failed.
|
static CoordinatorCompletionParticipantProcessor |
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 CoordinatorCompletionParticipantProcessor |
setProcessor(CoordinatorCompletionParticipantProcessor 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 CoordinatorCompletionParticipantProcessor()
public static CoordinatorCompletionParticipantProcessor getProcessor()
public static CoordinatorCompletionParticipantProcessor setProcessor(CoordinatorCompletionParticipantProcessor processor)
processor - The processor.public abstract void activateParticipant(CoordinatorCompletionParticipantInboundEvents participant, String identifier)
participant - The participant.identifier - The identifier.public abstract void deactivateParticipant(CoordinatorCompletionParticipantInboundEvents 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 complete(NotificationType complete, MAP map, ArjunaContext arjunaContext)
complete - The complete 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.