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.
|
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.
|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
CoordinatorPortTypeImpl.abortedOperation(Notification parameters) |
void |
CompletionInitiatorPortTypeImpl.abortedOperation(Notification parameters) |
void |
ParticipantPortTypeImpl.commitOperation(Notification parameters) |
boolean |
CompletionCoordinatorRPCPortTypeImpl.commitOperation(Notification parameters) |
void |
CompletionCoordinatorPortTypeImpl.commitOperation(Notification parameters) |
void |
CoordinatorPortTypeImpl.committedOperation(Notification parameters) |
void |
CompletionInitiatorPortTypeImpl.committedOperation(Notification parameters) |
void |
CoordinatorPortTypeImpl.preparedOperation(Notification parameters) |
void |
ParticipantPortTypeImpl.prepareOperation(Notification parameters) |
void |
CoordinatorPortTypeImpl.readOnlyOperation(Notification parameters) |
void |
ParticipantPortTypeImpl.rollbackOperation(Notification parameters) |
boolean |
CompletionCoordinatorRPCPortTypeImpl.rollbackOperation(Notification parameters) |
void |
CompletionCoordinatorPortTypeImpl.rollbackOperation(Notification parameters) |
Modifier and Type | Method and Description |
---|---|
void |
CoordinatorProcessorImpl.aborted(Notification aborted,
MAP map,
ArjunaContext arjunaContext)
Aborted.
|
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 |
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.
|
Modifier and Type | Method and Description |
---|---|
void |
CoordinatorEngine.aborted(Notification aborted,
MAP map,
ArjunaContext arjunaContext)
Handle the aborted 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 |
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.
|
Modifier and Type | Method and Description |
---|---|
Notification |
ObjectFactory.createNotification()
Create an instance of
Notification |
Modifier and Type | Method and Description |
---|---|
JAXBElement<Notification> |
ObjectFactory.createAborted(Notification value)
|
JAXBElement<Notification> |
ObjectFactory.createCommit(Notification value)
|
JAXBElement<Notification> |
ObjectFactory.createCommitted(Notification value)
|
JAXBElement<Notification> |
ObjectFactory.createPrepare(Notification value)
|
JAXBElement<Notification> |
ObjectFactory.createPrepared(Notification value)
|
JAXBElement<Notification> |
ObjectFactory.createReadOnly(Notification value)
|
JAXBElement<Notification> |
ObjectFactory.createRollback(Notification value)
|
Modifier and Type | Method and Description |
---|---|
void |
CoordinatorPortType.abortedOperation(Notification parameters) |
void |
CompletionInitiatorPortType.abortedOperation(Notification parameters) |
void |
ParticipantPortType.commitOperation(Notification parameters) |
boolean |
CompletionCoordinatorRPCPortType.commitOperation(Notification parameters) |
void |
CompletionCoordinatorPortType.commitOperation(Notification parameters) |
void |
CoordinatorPortType.committedOperation(Notification parameters) |
void |
CompletionInitiatorPortType.committedOperation(Notification parameters) |
JAXBElement<Notification> |
ObjectFactory.createAborted(Notification value)
|
JAXBElement<Notification> |
ObjectFactory.createCommit(Notification value)
|
JAXBElement<Notification> |
ObjectFactory.createCommitted(Notification value)
|
JAXBElement<Notification> |
ObjectFactory.createPrepare(Notification value)
|
JAXBElement<Notification> |
ObjectFactory.createPrepared(Notification value)
|
JAXBElement<Notification> |
ObjectFactory.createReadOnly(Notification value)
|
JAXBElement<Notification> |
ObjectFactory.createRollback(Notification value)
|
void |
CoordinatorPortType.preparedOperation(Notification parameters) |
void |
ParticipantPortType.prepareOperation(Notification parameters) |
void |
CoordinatorPortType.readOnlyOperation(Notification parameters) |
void |
ParticipantPortType.rollbackOperation(Notification parameters) |
boolean |
CompletionCoordinatorRPCPortType.rollbackOperation(Notification parameters) |
void |
CompletionCoordinatorPortType.rollbackOperation(Notification parameters) |
Copyright © 2018 JBoss by Red Hat. All rights reserved.