Modifier and Type | Method and Description |
---|---|
static ArjunaContext |
ArjunaContext.getContext(MessageContext messageContext)
Get the arjuna context from the message context.
|
static ArjunaContext |
ArjunaContext.getCurrentContext(MessageContext messageContext)
Get the arjuna context from the message context if present.
|
Modifier and Type | Method and Description |
---|---|
protected String[] |
BaseNotificationProcessor.getIDs(ArjunaContext arjunaContext)
Get the callback ids.
|
Modifier and Type | Method and Description |
---|---|
abstract void |
TerminationCoordinatorRPCProcessor.cancel(NotificationType cancel,
MAP map,
ArjunaContext arjunaContext)
Cancel.
|
abstract void |
TerminationCoordinatorProcessor.cancel(NotificationType cancel,
MAP map,
ArjunaContext arjunaContext)
Cancel.
|
abstract void |
TerminationParticipantCallback.cancelled(NotificationType cancelled,
MAP map,
ArjunaContext arjunaContext)
A cancelled response.
|
abstract void |
TerminationCoordinatorRPCProcessor.close(NotificationType close,
MAP map,
ArjunaContext arjunaContext)
Close.
|
abstract void |
TerminationCoordinatorProcessor.close(NotificationType close,
MAP map,
ArjunaContext arjunaContext)
Close.
|
abstract void |
TerminationParticipantCallback.closed(NotificationType closed,
MAP map,
ArjunaContext arjunaContext)
A closed response.
|
abstract void |
TerminationCoordinatorRPCProcessor.complete(NotificationType complete,
MAP map,
ArjunaContext arjunaContext)
Complete.
|
abstract void |
TerminationCoordinatorProcessor.complete(NotificationType complete,
MAP map,
ArjunaContext arjunaContext)
Complete.
|
abstract void |
TerminationParticipantCallback.completed(NotificationType completed,
MAP map,
ArjunaContext arjunaContext)
A completed response.
|
abstract void |
TerminationParticipantCallback.faulted(NotificationType faulted,
MAP map,
ArjunaContext arjunaContext)
A faulted response.
|
void |
TerminationParticipantProcessor.handleCancelled(NotificationType cancelled,
MAP map,
ArjunaContext arjunaContext)
Handle a cancelled response.
|
void |
TerminationParticipantProcessor.handleClosed(NotificationType closed,
MAP map,
ArjunaContext arjunaContext)
Handle a closed response.
|
void |
TerminationParticipantProcessor.handleCompleted(NotificationType completed,
MAP map,
ArjunaContext arjunaContext)
Handle a completed response.
|
void |
TerminationParticipantProcessor.handleFaulted(NotificationType faulted,
MAP map,
ArjunaContext arjunaContext)
Handle a faulted response.
|
void |
TerminationParticipantProcessor.handleSoapFault(SoapFault soapFault,
MAP map,
ArjunaContext arjunaContext)
Handle a SOAP fault response.
|
abstract void |
TerminationParticipantCallback.soapFault(SoapFault soapFault,
MAP map,
ArjunaContext arjunaContext)
A SOAP fault response.
|
abstract void |
TerminationCoordinatorProcessor.soapFault(SoapFault soapFault,
MAP map,
ArjunaContext arjunaContext)
handle a soap fault sent by the participant.
|
Modifier and Type | Method and Description |
---|---|
void |
CoordinatorInboundEvents.aborted(Notification aborted,
MAP map,
ArjunaContext arjunaContext)
Handle the aborted event.
|
void |
ParticipantInboundEvents.commit(Notification commit,
MAP map,
ArjunaContext arjunaContext)
Handle the commit event.
|
void |
CoordinatorInboundEvents.committed(Notification committed,
MAP map,
ArjunaContext arjunaContext)
Handle the committed event.
|
void |
ParticipantInboundEvents.prepare(Notification prepare,
MAP map,
ArjunaContext arjunaContext)
Handle the prepare event.
|
void |
CoordinatorInboundEvents.prepared(Notification prepared,
MAP map,
ArjunaContext arjunaContext)
Handle the prepared event.
|
void |
CoordinatorInboundEvents.readOnly(Notification readOnly,
MAP map,
ArjunaContext arjunaContext)
Handle the readOnly event.
|
void |
ParticipantInboundEvents.rollback(Notification rollback,
MAP map,
ArjunaContext arjunaContext)
Handle the rollback event.
|
void |
ParticipantInboundEvents.soapFault(SoapFault soapFault,
MAP map,
ArjunaContext arjunaContext)
Handle the soap fault event.
|
void |
CoordinatorInboundEvents.soapFault(SoapFault soapFault,
MAP map,
ArjunaContext arjunaContext)
Handle the soap fault event.
|
Modifier and Type | Method and Description |
---|---|
abstract void |
CoordinatorProcessor.aborted(Notification aborted,
MAP map,
ArjunaContext arjunaContext)
Aborted.
|
abstract void |
CompletionInitiatorCallback.aborted(Notification aborted,
MAP map,
ArjunaContext arjunaContext)
An aborted response.
|
abstract void |
ParticipantProcessor.commit(Notification commit,
MAP map,
ArjunaContext arjunaContext)
Commit.
|
abstract boolean |
CompletionCoordinatorRPCProcessor.commit(Notification commit,
MAP map,
ArjunaContext arjunaContext)
Commit.
|
abstract void |
CompletionCoordinatorProcessor.commit(Notification commit,
MAP map,
ArjunaContext arjunaContext)
Commit.
|
abstract void |
CoordinatorProcessor.committed(Notification committed,
MAP map,
ArjunaContext arjunaContext)
Committed.
|
abstract void |
CompletionInitiatorCallback.committed(Notification committed,
MAP map,
ArjunaContext arjunaContext)
A committed response.
|
void |
CompletionInitiatorProcessor.handleAborted(Notification aborted,
MAP map,
ArjunaContext arjunaContext)
Handle an aborted response.
|
void |
CompletionInitiatorProcessor.handleCommitted(Notification committed,
MAP map,
ArjunaContext arjunaContext)
Handle a committed response.
|
void |
CompletionInitiatorProcessor.handleSoapFault(SoapFault soapFault,
MAP map,
ArjunaContext arjunaContext)
Handle a SOAP fault response.
|
abstract void |
ParticipantProcessor.prepare(Notification prepare,
MAP map,
ArjunaContext arjunaContext)
Prepare.
|
abstract void |
CoordinatorProcessor.prepared(Notification prepared,
MAP map,
ArjunaContext arjunaContext)
Prepared.
|
abstract void |
CoordinatorProcessor.readOnly(Notification readOnly,
MAP map,
ArjunaContext arjunaContext)
Read only.
|
abstract void |
ParticipantProcessor.rollback(Notification rollback,
MAP map,
ArjunaContext arjunaContext)
Rollback.
|
abstract boolean |
CompletionCoordinatorRPCProcessor.rollback(Notification rollback,
MAP map,
ArjunaContext arjunaContext)
Rollback.
|
abstract void |
CompletionCoordinatorProcessor.rollback(Notification rollback,
MAP map,
ArjunaContext arjunaContext)
Rollback.
|
abstract void |
ParticipantProcessor.soapFault(SoapFault soapFault,
MAP map,
ArjunaContext arjunaContext)
SOAP Fault.
|
abstract void |
CoordinatorProcessor.soapFault(SoapFault soapFault,
MAP addressingContext,
ArjunaContext arjunaContext)
SOAP fault.
|
abstract void |
CompletionInitiatorCallback.soapFault(SoapFault soapFault,
MAP map,
ArjunaContext arjunaContext)
A SOAP fault response.
|
Modifier and Type | Method and Description |
---|---|
void |
ParticipantCompletionParticipantInboundEvents.cancel(NotificationType cancel,
MAP map,
ArjunaContext arjunaContext)
Handle the cancel event.
|
void |
CoordinatorCompletionParticipantInboundEvents.cancel(NotificationType cancel,
MAP map,
ArjunaContext arjunaContext)
Handle the cancel event.
|
void |
ParticipantCompletionCoordinatorInboundEvents.cancelled(NotificationType cancelled,
MAP map,
ArjunaContext arjunaContext)
Handle the cancelled event.
|
void |
CoordinatorCompletionCoordinatorInboundEvents.cancelled(NotificationType cancelled,
MAP map,
ArjunaContext arjunaContext)
Handle the cancelled event.
|
void |
ParticipantCompletionCoordinatorInboundEvents.cannotComplete(NotificationType cannotComplete,
MAP map,
ArjunaContext arjunaContext)
Handle the cannotComplete event.
|
void |
CoordinatorCompletionCoordinatorInboundEvents.cannotComplete(NotificationType cannotComplete,
MAP map,
ArjunaContext arjunaContext)
Handle the cannotComplete event.
|
void |
ParticipantCompletionParticipantInboundEvents.close(NotificationType close,
MAP map,
ArjunaContext arjunaContext)
Handle the close event.
|
void |
CoordinatorCompletionParticipantInboundEvents.close(NotificationType close,
MAP map,
ArjunaContext arjunaContext)
Handle the close event.
|
void |
ParticipantCompletionCoordinatorInboundEvents.closed(NotificationType closed,
MAP map,
ArjunaContext arjunaContext)
Handle the closed event.
|
void |
CoordinatorCompletionCoordinatorInboundEvents.closed(NotificationType closed,
MAP map,
ArjunaContext arjunaContext)
Handle the closed event.
|
void |
ParticipantCompletionParticipantInboundEvents.compensate(NotificationType compensate,
MAP map,
ArjunaContext arjunaContext)
Handle the compensate event.
|
void |
CoordinatorCompletionParticipantInboundEvents.compensate(NotificationType compensate,
MAP map,
ArjunaContext arjunaContext)
Handle the compensate event.
|
void |
ParticipantCompletionCoordinatorInboundEvents.compensated(NotificationType compensated,
MAP map,
ArjunaContext arjunaContext)
Handle the compensated event.
|
void |
CoordinatorCompletionCoordinatorInboundEvents.compensated(NotificationType compensated,
MAP map,
ArjunaContext arjunaContext)
Handle the compensated event.
|
void |
CoordinatorCompletionParticipantInboundEvents.complete(NotificationType complete,
MAP map,
ArjunaContext arjunaContext)
Handle the complete event.
|
void |
ParticipantCompletionCoordinatorInboundEvents.completed(NotificationType completed,
MAP map,
ArjunaContext arjunaContext)
Handle the completed event.
|
void |
CoordinatorCompletionCoordinatorInboundEvents.completed(NotificationType completed,
MAP map,
ArjunaContext arjunaContext)
Handle the completed event.
|
void |
ParticipantCompletionCoordinatorInboundEvents.exit(NotificationType exit,
MAP map,
ArjunaContext arjunaContext)
Handle the exit event.
|
void |
CoordinatorCompletionCoordinatorInboundEvents.exit(NotificationType exit,
MAP map,
ArjunaContext arjunaContext)
Handle the exit event.
|
void |
ParticipantCompletionParticipantInboundEvents.exited(NotificationType exited,
MAP map,
ArjunaContext arjunaContext)
Handle the exited event.
|
void |
CoordinatorCompletionParticipantInboundEvents.exited(NotificationType exited,
MAP map,
ArjunaContext arjunaContext)
Handle the exited event.
|
void |
ParticipantCompletionCoordinatorInboundEvents.fail(ExceptionType fail,
MAP map,
ArjunaContext arjunaContext)
Handle the fail event.
|
void |
CoordinatorCompletionCoordinatorInboundEvents.fail(ExceptionType fail,
MAP map,
ArjunaContext arjunaContext)
Handle the fail event.
|
void |
ParticipantCompletionParticipantInboundEvents.failed(NotificationType failed,
MAP map,
ArjunaContext arjunaContext)
Handle the failed event.
|
void |
CoordinatorCompletionParticipantInboundEvents.failed(NotificationType failed,
MAP map,
ArjunaContext arjunaContext)
Handle the failed event.
|
void |
ParticipantCompletionParticipantInboundEvents.getStatus(NotificationType getStatus,
MAP map,
ArjunaContext arjunaContext)
Handle the getStatus event.
|
void |
ParticipantCompletionCoordinatorInboundEvents.getStatus(NotificationType getStatus,
MAP map,
ArjunaContext arjunaContext)
Handle the getStatus event.
|
void |
CoordinatorCompletionParticipantInboundEvents.getStatus(NotificationType getStatus,
MAP map,
ArjunaContext arjunaContext)
Handle the getStatus event.
|
void |
CoordinatorCompletionCoordinatorInboundEvents.getStatus(NotificationType getStatus,
MAP map,
ArjunaContext arjunaContext)
Handle the getStatus event.
|
void |
ParticipantCompletionParticipantInboundEvents.notCompleted(NotificationType notCompleted,
MAP map,
ArjunaContext arjunaContext)
Handle the not completed event.
|
void |
CoordinatorCompletionParticipantInboundEvents.notCompleted(NotificationType notCompleted,
MAP map,
ArjunaContext arjunaContext)
Handle the not completed event.
|
void |
ParticipantCompletionParticipantInboundEvents.soapFault(SoapFault soapFault,
MAP map,
ArjunaContext arjunaContext)
Handle the soap fault event.
|
void |
ParticipantCompletionCoordinatorInboundEvents.soapFault(SoapFault soapFault,
MAP map,
ArjunaContext arjunaContext)
Handle the soap fault event.
|
void |
CoordinatorCompletionParticipantInboundEvents.soapFault(SoapFault soapFault,
MAP map,
ArjunaContext arjunaContext)
Handle the soap fault event.
|
void |
CoordinatorCompletionCoordinatorInboundEvents.soapFault(SoapFault soapFault,
MAP map,
ArjunaContext arjunaContext)
Handle the soap fault event.
|
void |
ParticipantCompletionParticipantInboundEvents.status(StatusType status,
MAP map,
ArjunaContext arjunaContext)
Handle the status event.
|
void |
ParticipantCompletionCoordinatorInboundEvents.status(StatusType status,
MAP map,
ArjunaContext arjunaContext)
Handle the status event.
|
void |
CoordinatorCompletionParticipantInboundEvents.status(StatusType status,
MAP map,
ArjunaContext arjunaContext)
Handle the status event.
|
void |
CoordinatorCompletionCoordinatorInboundEvents.status(StatusType status,
MAP map,
ArjunaContext arjunaContext)
Handle the status event.
|
Modifier and Type | Method and Description |
---|---|
abstract void |
ParticipantCompletionParticipantProcessor.cancel(NotificationType cancel,
MAP map,
ArjunaContext arjunaContext)
Cancel.
|
abstract void |
CoordinatorCompletionParticipantProcessor.cancel(NotificationType cancel,
MAP map,
ArjunaContext arjunaContext)
Cancel.
|
abstract void |
ParticipantCompletionCoordinatorProcessor.cancelled(NotificationType cancelled,
MAP map,
ArjunaContext arjunaContext)
Cancelled.
|
abstract void |
CoordinatorCompletionCoordinatorProcessor.cancelled(NotificationType cancelled,
MAP map,
ArjunaContext arjunaContext)
Cancelled.
|
abstract void |
ParticipantCompletionCoordinatorProcessor.cannotComplete(NotificationType cannotComplete,
MAP map,
ArjunaContext arjunaContext)
Completed.
|
abstract void |
CoordinatorCompletionCoordinatorProcessor.cannotComplete(NotificationType cannotComplete,
MAP map,
ArjunaContext arjunaContext)
Cannot complete.
|
abstract void |
ParticipantCompletionParticipantProcessor.close(NotificationType close,
MAP map,
ArjunaContext arjunaContext)
Close.
|
abstract void |
CoordinatorCompletionParticipantProcessor.close(NotificationType close,
MAP map,
ArjunaContext arjunaContext)
Close.
|
abstract void |
ParticipantCompletionCoordinatorProcessor.closed(NotificationType closed,
MAP map,
ArjunaContext arjunaContext)
Closed.
|
abstract void |
CoordinatorCompletionCoordinatorProcessor.closed(NotificationType closed,
MAP map,
ArjunaContext arjunaContext)
Closed.
|
abstract void |
ParticipantCompletionParticipantProcessor.compensate(NotificationType compensate,
MAP map,
ArjunaContext arjunaContext)
Compensate.
|
abstract void |
CoordinatorCompletionParticipantProcessor.compensate(NotificationType compensate,
MAP map,
ArjunaContext arjunaContext)
Compensate.
|
abstract void |
ParticipantCompletionCoordinatorProcessor.compensated(NotificationType compensated,
MAP map,
ArjunaContext arjunaContext)
Compensated.
|
abstract void |
CoordinatorCompletionCoordinatorProcessor.compensated(NotificationType compensated,
MAP map,
ArjunaContext arjunaContext)
Compensated.
|
abstract void |
CoordinatorCompletionParticipantProcessor.complete(NotificationType complete,
MAP map,
ArjunaContext arjunaContext)
Complete.
|
abstract void |
ParticipantCompletionCoordinatorProcessor.completed(NotificationType completed,
MAP map,
ArjunaContext arjunaContext)
Completed.
|
abstract void |
CoordinatorCompletionCoordinatorProcessor.completed(NotificationType completed,
MAP map,
ArjunaContext arjunaContext)
Completed.
|
abstract void |
ParticipantCompletionCoordinatorProcessor.exit(NotificationType exit,
MAP map,
ArjunaContext arjunaContext)
Exit.
|
abstract void |
CoordinatorCompletionCoordinatorProcessor.exit(NotificationType exit,
MAP map,
ArjunaContext arjunaContext)
Exit.
|
abstract void |
ParticipantCompletionParticipantProcessor.exited(NotificationType exited,
MAP map,
ArjunaContext arjunaContext)
Exited.
|
abstract void |
CoordinatorCompletionParticipantProcessor.exited(NotificationType exited,
MAP map,
ArjunaContext arjunaContext)
Exited.
|
abstract void |
ParticipantCompletionCoordinatorProcessor.fail(ExceptionType fail,
MAP map,
ArjunaContext arjunaContext)
Fault.
|
abstract void |
CoordinatorCompletionCoordinatorProcessor.fail(ExceptionType fail,
MAP map,
ArjunaContext arjunaContext)
Fail.
|
abstract void |
ParticipantCompletionParticipantProcessor.failed(NotificationType failed,
MAP map,
ArjunaContext arjunaContext)
Faulted.
|
abstract void |
CoordinatorCompletionParticipantProcessor.failed(NotificationType failed,
MAP map,
ArjunaContext arjunaContext)
Failed.
|
abstract void |
ParticipantCompletionParticipantProcessor.getStatus(NotificationType getStatus,
MAP map,
ArjunaContext arjunaContext)
Get Status.
|
abstract void |
ParticipantCompletionCoordinatorProcessor.getStatus(NotificationType getStatus,
MAP map,
ArjunaContext arjunaContext)
Get Status.
|
abstract void |
CoordinatorCompletionParticipantProcessor.getStatus(NotificationType getStatus,
MAP map,
ArjunaContext arjunaContext)
Get Status.
|
abstract void |
CoordinatorCompletionCoordinatorProcessor.getStatus(NotificationType getStatus,
MAP map,
ArjunaContext arjunaContext)
Get Status.
|
abstract void |
ParticipantCompletionParticipantProcessor.notCompleted(NotificationType notCompleted,
MAP map,
ArjunaContext arjunaContext)
Not Completed.
|
abstract void |
CoordinatorCompletionParticipantProcessor.notCompleted(NotificationType notCompleted,
MAP map,
ArjunaContext arjunaContext)
Not Completed.
|
abstract void |
ParticipantCompletionParticipantProcessor.soapFault(SoapFault soapFault,
MAP map,
ArjunaContext arjunaContext)
SOAP fault.
|
abstract void |
ParticipantCompletionCoordinatorProcessor.soapFault(SoapFault soapFault,
MAP map,
ArjunaContext arjunaContext)
SOAP fault.
|
abstract void |
CoordinatorCompletionParticipantProcessor.soapFault(SoapFault soapFault,
MAP map,
ArjunaContext arjunaContext)
SOAP fault.
|
abstract void |
CoordinatorCompletionCoordinatorProcessor.soapFault(SoapFault soapFault,
MAP map,
ArjunaContext arjunaContext)
SOAP fault.
|
abstract void |
ParticipantCompletionParticipantProcessor.status(StatusType status,
MAP map,
ArjunaContext arjunaContext)
Status.
|
abstract void |
ParticipantCompletionCoordinatorProcessor.status(StatusType status,
MAP map,
ArjunaContext arjunaContext)
Status.
|
abstract void |
CoordinatorCompletionParticipantProcessor.status(StatusType status,
MAP map,
ArjunaContext arjunaContext)
Status.
|
abstract void |
CoordinatorCompletionCoordinatorProcessor.status(StatusType status,
MAP map,
ArjunaContext arjunaContext)
Status.
|
Modifier and Type | Method and Description |
---|---|
abstract RegisterResponseType |
RegistrationCoordinatorProcessor.register(RegisterType register,
MAP map,
ArjunaContext arjunaContext,
boolean isSecure)
Register the participant in the protocol.
|
Modifier and Type | Method and Description |
---|---|
RegisterResponseType |
RegistrationCoordinatorProcessorImpl.register(RegisterType register,
MAP map,
ArjunaContext arjunaContext,
boolean isSecure)
Register the participant in the protocol.
|
Modifier and Type | Method and Description |
---|---|
void |
CoordinatorProcessorImpl.aborted(Notification aborted,
MAP map,
ArjunaContext arjunaContext)
Aborted.
|
void |
TerminationCoordinatorRPCProcessorImpl.cancel(NotificationType cancel,
MAP map,
ArjunaContext arjunaContext)
Cancel.
|
void |
TerminationCoordinatorProcessorImpl.cancel(NotificationType cancel,
MAP map,
ArjunaContext arjunaContext)
Cancel.
|
void |
ParticipantCompletionParticipantProcessorImpl.cancel(NotificationType cancel,
MAP map,
ArjunaContext arjunaContext)
Cancel.
|
void |
CoordinatorCompletionParticipantProcessorImpl.cancel(NotificationType cancel,
MAP map,
ArjunaContext arjunaContext)
Cancel.
|
void |
ParticipantCompletionCoordinatorProcessorImpl.cancelled(NotificationType cancelled,
MAP map,
ArjunaContext arjunaContext)
Cancelled.
|
void |
CoordinatorCompletionCoordinatorProcessorImpl.cancelled(NotificationType cancelled,
MAP map,
ArjunaContext arjunaContext)
Cancelled.
|
void |
ParticipantCompletionCoordinatorProcessorImpl.cannotComplete(NotificationType cannotComplete,
MAP map,
ArjunaContext arjunaContext)
Completed.
|
void |
CoordinatorCompletionCoordinatorProcessorImpl.cannotComplete(NotificationType cannotComplete,
MAP map,
ArjunaContext arjunaContext)
FaulCannot completet.
|
void |
TerminationCoordinatorRPCProcessorImpl.close(NotificationType close,
MAP map,
ArjunaContext arjunaContext)
Close.
|
void |
TerminationCoordinatorProcessorImpl.close(NotificationType close,
MAP map,
ArjunaContext arjunaContext)
Close.
|
void |
ParticipantCompletionParticipantProcessorImpl.close(NotificationType close,
MAP map,
ArjunaContext arjunaContext)
Close.
|
void |
CoordinatorCompletionParticipantProcessorImpl.close(NotificationType close,
MAP map,
ArjunaContext arjunaContext)
Close.
|
void |
ParticipantCompletionCoordinatorProcessorImpl.closed(NotificationType closed,
MAP map,
ArjunaContext arjunaContext)
Closed.
|
void |
CoordinatorCompletionCoordinatorProcessorImpl.closed(NotificationType closed,
MAP map,
ArjunaContext arjunaContext)
Closed.
|
void |
ParticipantProcessorImpl.commit(Notification commit,
MAP map,
ArjunaContext arjunaContext)
Commit.
|
boolean |
CompletionCoordinatorRPCProcessorImpl.commit(Notification commit,
MAP map,
ArjunaContext arjunaContext)
Commit.
|
void |
CompletionCoordinatorProcessorImpl.commit(Notification commit,
MAP map,
ArjunaContext arjunaContext)
Commit.
|
void |
CoordinatorProcessorImpl.committed(Notification committed,
MAP map,
ArjunaContext arjunaContext)
Committed.
|
void |
ParticipantCompletionParticipantProcessorImpl.compensate(NotificationType compensate,
MAP map,
ArjunaContext arjunaContext)
Compensate.
|
void |
CoordinatorCompletionParticipantProcessorImpl.compensate(NotificationType compensate,
MAP map,
ArjunaContext arjunaContext)
Compensate.
|
void |
ParticipantCompletionCoordinatorProcessorImpl.compensated(NotificationType compensated,
MAP map,
ArjunaContext arjunaContext)
Compensated.
|
void |
CoordinatorCompletionCoordinatorProcessorImpl.compensated(NotificationType compensated,
MAP map,
ArjunaContext arjunaContext)
Compensated.
|
void |
TerminationCoordinatorRPCProcessorImpl.complete(NotificationType complete,
MAP map,
ArjunaContext arjunaContext)
Complete.
|
void |
TerminationCoordinatorProcessorImpl.complete(NotificationType complete,
MAP map,
ArjunaContext arjunaContext)
Complete.
|
void |
CoordinatorCompletionParticipantProcessorImpl.complete(NotificationType complete,
MAP map,
ArjunaContext arjunaContext)
Complete.
|
void |
ParticipantCompletionCoordinatorProcessorImpl.completed(NotificationType completed,
MAP map,
ArjunaContext arjunaContext)
Completed.
|
void |
CoordinatorCompletionCoordinatorProcessorImpl.completed(NotificationType completed,
MAP map,
ArjunaContext arjunaContext)
Completed.
|
void |
ParticipantCompletionCoordinatorProcessorImpl.exit(NotificationType exit,
MAP map,
ArjunaContext arjunaContext)
Exit.
|
void |
CoordinatorCompletionCoordinatorProcessorImpl.exit(NotificationType exit,
MAP map,
ArjunaContext arjunaContext)
Exit.
|
void |
ParticipantCompletionParticipantProcessorImpl.exited(NotificationType exited,
MAP map,
ArjunaContext arjunaContext)
Exited.
|
void |
CoordinatorCompletionParticipantProcessorImpl.exited(NotificationType exited,
MAP map,
ArjunaContext arjunaContext)
Exited.
|
void |
ParticipantCompletionCoordinatorProcessorImpl.fail(ExceptionType fail,
MAP map,
ArjunaContext arjunaContext)
Fail.
|
void |
CoordinatorCompletionCoordinatorProcessorImpl.fail(ExceptionType fail,
MAP map,
ArjunaContext arjunaContext)
Fail.
|
void |
ParticipantCompletionParticipantProcessorImpl.failed(NotificationType failed,
MAP map,
ArjunaContext arjunaContext)
Failed.
|
void |
CoordinatorCompletionParticipantProcessorImpl.failed(NotificationType failed,
MAP map,
ArjunaContext arjunaContext)
Failed.
|
void |
ParticipantCompletionParticipantProcessorImpl.getStatus(NotificationType getStatus,
MAP map,
ArjunaContext arjunaContext)
Get Status.
|
void |
ParticipantCompletionCoordinatorProcessorImpl.getStatus(NotificationType getStatus,
MAP map,
ArjunaContext arjunaContext)
Get Status.
|
void |
CoordinatorCompletionParticipantProcessorImpl.getStatus(NotificationType getStatus,
MAP map,
ArjunaContext arjunaContext)
Get Status.
|
void |
CoordinatorCompletionCoordinatorProcessorImpl.getStatus(NotificationType getStatus,
MAP map,
ArjunaContext arjunaContext)
Get Status.
|
void |
ParticipantCompletionParticipantProcessorImpl.notCompleted(NotificationType notCompleted,
MAP map,
ArjunaContext arjunaContext)
Not Completed.
|
void |
CoordinatorCompletionParticipantProcessorImpl.notCompleted(NotificationType notCompleted,
MAP map,
ArjunaContext arjunaContext)
Not Completed.
|
void |
ParticipantProcessorImpl.prepare(Notification prepare,
MAP map,
ArjunaContext arjunaContext)
Prepare.
|
void |
CoordinatorProcessorImpl.prepared(Notification prepared,
MAP map,
ArjunaContext arjunaContext)
Prepared.
|
void |
CoordinatorProcessorImpl.readOnly(Notification readOnly,
MAP map,
ArjunaContext arjunaContext)
Read only.
|
void |
ParticipantProcessorImpl.rollback(Notification rollback,
MAP map,
ArjunaContext arjunaContext)
Rollback.
|
boolean |
CompletionCoordinatorRPCProcessorImpl.rollback(Notification rollback,
MAP map,
ArjunaContext arjunaContext)
Rollback.
|
void |
CompletionCoordinatorProcessorImpl.rollback(Notification rollback,
MAP map,
ArjunaContext arjunaContext)
Rollback.
|
void |
TerminationCoordinatorProcessorImpl.soapFault(SoapFault soapFault,
MAP map,
ArjunaContext arjunaContext)
handle a soap fault sent by the participant.
|
void |
ParticipantProcessorImpl.soapFault(SoapFault fault,
MAP map,
ArjunaContext arjunaContext)
SOAP Fault.
|
void |
ParticipantCompletionParticipantProcessorImpl.soapFault(SoapFault fault,
MAP map,
ArjunaContext arjunaContext)
SOAP Fault.
|
void |
ParticipantCompletionCoordinatorProcessorImpl.soapFault(SoapFault soapFault,
MAP map,
ArjunaContext arjunaContext)
SOAP fault.
|
void |
CoordinatorProcessorImpl.soapFault(SoapFault fault,
MAP map,
ArjunaContext arjunaContext)
SOAP Fault.
|
void |
CoordinatorCompletionParticipantProcessorImpl.soapFault(SoapFault fault,
MAP map,
ArjunaContext arjunaContext)
SOAP Fault.
|
void |
CoordinatorCompletionCoordinatorProcessorImpl.soapFault(SoapFault soapFault,
MAP map,
ArjunaContext arjunaContext)
SOAP fault.
|
void |
ParticipantCompletionParticipantProcessorImpl.status(StatusType status,
MAP map,
ArjunaContext arjunaContext)
Status.
|
void |
ParticipantCompletionCoordinatorProcessorImpl.status(StatusType status,
MAP map,
ArjunaContext arjunaContext)
Status.
|
void |
CoordinatorCompletionParticipantProcessorImpl.status(StatusType status,
MAP map,
ArjunaContext arjunaContext)
Status.
|
void |
CoordinatorCompletionCoordinatorProcessorImpl.status(StatusType status,
MAP map,
ArjunaContext arjunaContext)
Status.
|
Modifier and Type | Method and Description |
---|---|
void |
CoordinatorEngine.aborted(Notification aborted,
MAP map,
ArjunaContext arjunaContext)
Handle the aborted event.
|
void |
ParticipantCompletionParticipantEngine.cancel(NotificationType cancel,
MAP map,
ArjunaContext arjunaContext)
Handle the cancel event.
|
void |
CoordinatorCompletionParticipantEngine.cancel(NotificationType cancel,
MAP map,
ArjunaContext arjunaContext)
Handle the cancel event.
|
void |
ParticipantCompletionCoordinatorEngine.cancelled(NotificationType cancelled,
MAP map,
ArjunaContext arjunaContext)
Handle the cancelled event.
|
void |
CoordinatorCompletionCoordinatorEngine.cancelled(NotificationType cancelled,
MAP map,
ArjunaContext arjunaContext)
Handle the cancelled event.
|
void |
ParticipantCompletionCoordinatorEngine.cannotComplete(NotificationType cannotComplete,
MAP map,
ArjunaContext arjunaContext)
Handle the cannot complete event.
|
void |
CoordinatorCompletionCoordinatorEngine.cannotComplete(NotificationType cannotComplete,
MAP map,
ArjunaContext arjunaContext)
Handle the cannot complete event.
|
void |
ParticipantCompletionParticipantEngine.close(NotificationType close,
MAP map,
ArjunaContext arjunaContext)
Handle the close event.
|
void |
CoordinatorCompletionParticipantEngine.close(NotificationType close,
MAP map,
ArjunaContext arjunaContext)
Handle the close event.
|
void |
ParticipantCompletionCoordinatorEngine.closed(NotificationType closed,
MAP map,
ArjunaContext arjunaContext)
Handle the closed event.
|
void |
CoordinatorCompletionCoordinatorEngine.closed(NotificationType closed,
MAP map,
ArjunaContext arjunaContext)
Handle the closed event.
|
void |
ParticipantEngine.commit(Notification commit,
MAP map,
ArjunaContext arjunaContext)
Handle the commit event.
|
void |
CoordinatorEngine.committed(Notification committed,
MAP map,
ArjunaContext arjunaContext)
Handle the committed event.
|
void |
ParticipantCompletionParticipantEngine.compensate(NotificationType compensate,
MAP map,
ArjunaContext arjunaContext)
Handle the compensate event.
|
void |
CoordinatorCompletionParticipantEngine.compensate(NotificationType compensate,
MAP map,
ArjunaContext arjunaContext)
Handle the compensate event.
|
void |
ParticipantCompletionCoordinatorEngine.compensated(NotificationType compensated,
MAP map,
ArjunaContext arjunaContext)
Handle the compensated event.
|
void |
CoordinatorCompletionCoordinatorEngine.compensated(NotificationType compensated,
MAP map,
ArjunaContext arjunaContext)
Handle the compensated event.
|
void |
CoordinatorCompletionParticipantEngine.complete(NotificationType complete,
MAP map,
ArjunaContext arjunaContext)
Handle the complete event.
|
void |
ParticipantCompletionCoordinatorEngine.completed(NotificationType completed,
MAP map,
ArjunaContext arjunaContext)
Handle the completed event.
|
void |
CoordinatorCompletionCoordinatorEngine.completed(NotificationType completed,
MAP map,
ArjunaContext arjunaContext)
Handle the completed event.
|
void |
ParticipantCompletionCoordinatorEngine.exit(NotificationType exit,
MAP map,
ArjunaContext arjunaContext)
Handle the exit event.
|
void |
CoordinatorCompletionCoordinatorEngine.exit(NotificationType exit,
MAP map,
ArjunaContext arjunaContext)
Handle the exit event.
|
void |
ParticipantCompletionParticipantEngine.exited(NotificationType exited,
MAP map,
ArjunaContext arjunaContext)
Handle the exited event.
|
void |
CoordinatorCompletionParticipantEngine.exited(NotificationType exited,
MAP map,
ArjunaContext arjunaContext)
Handle the exited event.
|
void |
ParticipantCompletionCoordinatorEngine.fail(ExceptionType fail,
MAP map,
ArjunaContext arjunaContext)
Handle the fail event.
|
void |
CoordinatorCompletionCoordinatorEngine.fail(ExceptionType fail,
MAP map,
ArjunaContext arjunaContext)
Handle the fail event.
|
void |
ParticipantCompletionParticipantEngine.failed(NotificationType failed,
MAP map,
ArjunaContext arjunaContext)
Handle the failed event.
|
void |
CoordinatorCompletionParticipantEngine.failed(NotificationType failed,
MAP map,
ArjunaContext arjunaContext)
Handle the failed event.
|
void |
ParticipantCompletionParticipantEngine.getStatus(NotificationType getStatus,
MAP map,
ArjunaContext arjunaContext)
Handle the getStatus event.
|
void |
ParticipantCompletionCoordinatorEngine.getStatus(NotificationType getStatus,
MAP map,
ArjunaContext arjunaContext)
Handle the getStatus event.
|
void |
CoordinatorCompletionParticipantEngine.getStatus(NotificationType getStatus,
MAP map,
ArjunaContext arjunaContext)
Handle the getStatus event.
|
void |
CoordinatorCompletionCoordinatorEngine.getStatus(NotificationType getStatus,
MAP map,
ArjunaContext arjunaContext)
Handle the getStatus event.
|
void |
ParticipantCompletionParticipantEngine.notCompleted(NotificationType notCompleted,
MAP map,
ArjunaContext arjunaContext)
Handle the not completed event.
|
void |
CoordinatorCompletionParticipantEngine.notCompleted(NotificationType notCompleted,
MAP map,
ArjunaContext arjunaContext)
Handle the not completed event.
|
void |
ParticipantEngine.prepare(Notification prepare,
MAP map,
ArjunaContext arjunaContext)
Handle the prepare event.
|
void |
CoordinatorEngine.prepared(Notification prepared,
MAP map,
ArjunaContext arjunaContext)
Handle the prepared event.
|
void |
CoordinatorEngine.readOnly(Notification readOnly,
MAP map,
ArjunaContext arjunaContext)
Handle the readOnly event.
|
void |
ParticipantEngine.rollback(Notification rollback,
MAP map,
ArjunaContext arjunaContext)
Handle the rollback event.
|
void |
ParticipantEngine.soapFault(SoapFault soapFault,
MAP map,
ArjunaContext arjunaContext)
Handle the soap fault event.
|
void |
ParticipantCompletionParticipantEngine.soapFault(SoapFault soapFault,
MAP map,
ArjunaContext arjunaContext)
Handle the soap fault event.
|
void |
ParticipantCompletionCoordinatorEngine.soapFault(SoapFault soapFault,
MAP map,
ArjunaContext arjunaContext)
Handle the soap fault event.
|
void |
CoordinatorEngine.soapFault(SoapFault soapFault,
MAP map,
ArjunaContext arjunaContext)
Handle the soap fault event.
|
void |
CoordinatorCompletionParticipantEngine.soapFault(SoapFault soapFault,
MAP map,
ArjunaContext arjunaContext)
Handle the soap fault event.
|
void |
CoordinatorCompletionCoordinatorEngine.soapFault(SoapFault soapFault,
MAP map,
ArjunaContext arjunaContext)
Handle the soap fault event.
|
void |
ParticipantCompletionParticipantEngine.status(StatusType status,
MAP map,
ArjunaContext arjunaContext)
Handle the status event.
|
void |
ParticipantCompletionCoordinatorEngine.status(StatusType status,
MAP map,
ArjunaContext arjunaContext)
Handle the status event.
|
void |
CoordinatorCompletionParticipantEngine.status(StatusType status,
MAP map,
ArjunaContext arjunaContext)
Handle the status event.
|
void |
CoordinatorCompletionCoordinatorEngine.status(StatusType status,
MAP map,
ArjunaContext arjunaContext)
Handle the status event.
|
Copyright © 2016 JBoss by Red Hat. All rights reserved.