| Modifier and Type | Class and Description |
|---|---|
class |
DefaultTxCompensateHandler |
| Modifier and Type | Method and Description |
|---|---|
ParticipantManager |
BAController.enlist(CompensationHandler compensationHandler,
ConfirmationHandler confirmationHandler,
TransactionLoggedHandler transactionLoggedHandler) |
| Modifier and Type | Method and Description |
|---|---|
ParticipantManager |
BAController.enlist(Class<? extends CompensationHandler> compensationHandlerClass,
Class<? extends ConfirmationHandler> confirmationHandlerClass,
Class<? extends TransactionLoggedHandler> transactionLoggedHandlerClass) |
| Constructor and Description |
|---|
ParticipantImpl(CompensationHandler compensationHandler,
ConfirmationHandler confirmationHandler,
TransactionLoggedHandler transactionLoggedHandler,
Object currentTX) |
| Modifier and Type | Method and Description |
|---|---|
ParticipantManager |
LocalBAController.enlist(CompensationHandler compensationHandler,
ConfirmationHandler confirmationHandler,
TransactionLoggedHandler transactionLoggedHandler) |
| Modifier and Type | Method and Description |
|---|---|
ParticipantManager |
LocalBAController.enlist(Class<? extends CompensationHandler> compensationHandlerClass,
Class<? extends ConfirmationHandler> confirmationHandlerClass,
Class<? extends TransactionLoggedHandler> transactionLoggedHandlerClass) |
| Constructor and Description |
|---|
LocalParticipant(CompensationHandler compensationHandler,
ConfirmationHandler confirmationHandler,
TransactionLoggedHandler transactionLoggedHandler,
Object currentTX,
String participantId) |
| Modifier and Type | Method and Description |
|---|---|
ParticipantManager |
RemoteBAController.enlist(CompensationHandler compensationHandler,
ConfirmationHandler confirmationHandler,
TransactionLoggedHandler transactionLoggedHandler) |
| Modifier and Type | Method and Description |
|---|---|
ParticipantManager |
RemoteBAController.enlist(Class<? extends CompensationHandler> compensationHandlerClass,
Class<? extends ConfirmationHandler> confirmationHandlerClass,
Class<? extends TransactionLoggedHandler> transactionLoggedHandlerClass) |
| Constructor and Description |
|---|
RemoteParticipant(CompensationHandler compensationHandler,
ConfirmationHandler confirmationHandler,
TransactionLoggedHandler transactionLoggedHandler,
Object currentTX) |
Copyright © 2016 JBoss by Red Hat. All rights reserved.