public abstract class CompletionCoordinatorProcessor extends Object
| Constructor and Description |
|---|
CompletionCoordinatorProcessor() |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
activateParticipant(CompletionCoordinatorParticipant participant,
String identifier)
Activate the participant.
|
abstract void |
commit(Notification commit,
MAP map,
ArjunaContext arjunaContext)
Commit.
|
abstract void |
deactivateParticipant(CompletionCoordinatorParticipant participant)
Deactivate the participant.
|
static CompletionCoordinatorProcessor |
getProcessor()
Get the processor.
|
abstract void |
rollback(Notification rollback,
MAP map,
ArjunaContext arjunaContext)
Rollback.
|
static CompletionCoordinatorProcessor |
setProcessor(CompletionCoordinatorProcessor processor)
Set the processor.
|
public static CompletionCoordinatorProcessor getProcessor()
public static CompletionCoordinatorProcessor setProcessor(CompletionCoordinatorProcessor processor)
processor - The processor.public abstract void activateParticipant(CompletionCoordinatorParticipant participant, String identifier)
participant - The participant.identifier - The identifier.public abstract void deactivateParticipant(CompletionCoordinatorParticipant participant)
participant - The participant.public abstract void commit(Notification commit, MAP map, ArjunaContext arjunaContext)
commit - The commit notification.map - The addressing context.arjunaContext - The arjuna context.public abstract void rollback(Notification rollback, MAP map, ArjunaContext arjunaContext)
rollback - The rollback notification.map - The addressing context.arjunaContext - The arjuna context.Copyright © 2018 JBoss by Red Hat. All rights reserved.