public abstract class CoordinatorCompletionCoordinatorProcessor extends Object
| Constructor and Description |
|---|
CoordinatorCompletionCoordinatorProcessor() |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
activateCoordinator(CoordinatorCompletionCoordinatorInboundEvents 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)
Cannot complete.
|
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(CoordinatorCompletionCoordinatorInboundEvents coordinator)
Deactivate the coordinator.
|
abstract void |
exit(NotificationType exit,
MAP map,
ArjunaContext arjunaContext)
Exit.
|
abstract void |
fail(ExceptionType fail,
MAP map,
ArjunaContext arjunaContext)
Fail.
|
abstract CoordinatorCompletionCoordinatorInboundEvents |
getCoordinator(String identifier)
Locate a coordinator by name.
|
static CoordinatorCompletionCoordinatorProcessor |
getProcessor()
Get the processor.
|
abstract void |
getStatus(NotificationType getStatus,
MAP map,
ArjunaContext arjunaContext)
Get Status.
|
static CoordinatorCompletionCoordinatorProcessor |
setProcessor(CoordinatorCompletionCoordinatorProcessor 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 CoordinatorCompletionCoordinatorProcessor()
public static CoordinatorCompletionCoordinatorProcessor getProcessor()
public static CoordinatorCompletionCoordinatorProcessor setProcessor(CoordinatorCompletionCoordinatorProcessor processor)
processor - The processor.public abstract void activateCoordinator(CoordinatorCompletionCoordinatorInboundEvents coordinator, String identifier)
coordinator - The coordinator.identifier - The identifier.public abstract void deactivateCoordinator(CoordinatorCompletionCoordinatorInboundEvents coordinator)
coordinator - The coordinator.public abstract CoordinatorCompletionCoordinatorInboundEvents 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 fail(ExceptionType fail, MAP map, ArjunaContext arjunaContext)
fail - The fail exception.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 exit(NotificationType exit, MAP map, ArjunaContext arjunaContext)
exit - The exit 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 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.