public abstract class ParticipantCompletionCoordinatorProcessor extends Object
Constructor and Description |
---|
ParticipantCompletionCoordinatorProcessor() |
Modifier and Type | Method and Description |
---|---|
abstract void |
activateCoordinator(ParticipantCompletionCoordinatorInboundEvents coordinator,
String identifier)
Activate the coordinator.
|
abstract void |
cancelled(NotificationType cancelled,
MAP map,
ArjunaContext arjunaContext)
Cancelled.
|
abstract void |
cannotComplete(NotificationType cannotComplete,
MAP map,
ArjunaContext arjunaContext)
Completed.
|
abstract void |
closed(NotificationType closed,
MAP map,
ArjunaContext arjunaContext)
Closed.
|
abstract void |
compensated(NotificationType compensated,
MAP map,
ArjunaContext arjunaContext)
Compensated.
|
abstract void |
completed(NotificationType completed,
MAP map,
ArjunaContext arjunaContext)
Completed.
|
abstract void |
deactivateCoordinator(ParticipantCompletionCoordinatorInboundEvents coordinator)
Deactivate the coordinator.
|
abstract void |
exit(NotificationType exit,
MAP map,
ArjunaContext arjunaContext)
Exit.
|
abstract void |
fail(ExceptionType fail,
MAP map,
ArjunaContext arjunaContext)
Fault.
|
abstract ParticipantCompletionCoordinatorInboundEvents |
getCoordinator(String identifier)
Locate a coordinator by name.
|
static ParticipantCompletionCoordinatorProcessor |
getProcessor()
Get the processor.
|
abstract void |
getStatus(NotificationType getStatus,
MAP map,
ArjunaContext arjunaContext)
Get Status.
|
static ParticipantCompletionCoordinatorProcessor |
setProcessor(ParticipantCompletionCoordinatorProcessor 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 ParticipantCompletionCoordinatorProcessor()
public static ParticipantCompletionCoordinatorProcessor getProcessor()
public static ParticipantCompletionCoordinatorProcessor setProcessor(ParticipantCompletionCoordinatorProcessor processor)
processor
- The processor.public abstract void activateCoordinator(ParticipantCompletionCoordinatorInboundEvents coordinator, String identifier)
coordinator
- The coordinator.identifier
- The identifier.public abstract void deactivateCoordinator(ParticipantCompletionCoordinatorInboundEvents coordinator)
coordinator
- The coordinator.public abstract ParticipantCompletionCoordinatorInboundEvents getCoordinator(String identifier)
identifier
- The name of the coordinator.public abstract void cancelled(NotificationType cancelled, MAP map, ArjunaContext arjunaContext)
cancelled
- The cancelled notification.map
- The addressing context.arjunaContext
- The arjuna context.public abstract void closed(NotificationType closed, MAP map, ArjunaContext arjunaContext)
closed
- The closed notification.map
- The addressing context.arjunaContext
- The arjuna context.public abstract void compensated(NotificationType compensated, MAP map, ArjunaContext arjunaContext)
compensated
- The compensated notification.map
- The addressing context.arjunaContext
- The arjuna context.public abstract void completed(NotificationType completed, MAP map, ArjunaContext arjunaContext)
completed
- The completed notification.map
- The addressing context.arjunaContext
- The arjuna context.public abstract void cannotComplete(NotificationType cannotComplete, MAP map, ArjunaContext arjunaContext)
cannotComplete
- The cannot complete notification.map
- The addressing context.arjunaContext
- The arjuna context.public abstract void exit(NotificationType exit, MAP map, ArjunaContext arjunaContext)
exit
- The exit notification.map
- The addressing context.arjunaContext
- The arjuna context.public abstract void fail(ExceptionType fail, MAP map, ArjunaContext arjunaContext)
fail
- The fault exception.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 © 2019 JBoss by Red Hat. All rights reserved.