Package | Description |
---|---|
org.jboss.narayana.compensations.impl | |
org.jboss.narayana.compensations.impl.local | |
org.jboss.narayana.compensations.impl.remote |
Modifier and Type | Method and Description |
---|---|
ParticipantManager |
BAController.enlist(Class<? extends CompensationHandler> compensationHandlerClass,
Class<? extends ConfirmationHandler> confirmationHandlerClass,
Class<? extends TransactionLoggedHandler> transactionLoggedHandlerClass) |
ParticipantManager |
BAController.enlist(CompensationHandler compensationHandler,
ConfirmationHandler confirmationHandler,
TransactionLoggedHandler transactionLoggedHandler) |
protected ParticipantManager |
TxCompensateInterceptor.enlistParticipant(Method method) |
protected ParticipantManager |
TxLoggedInterceptor.enlistParticipant(Method method) |
protected ParticipantManager |
TxConfirmInterceptor.enlistParticipant(Method method) |
protected abstract ParticipantManager |
ParticipantInterceptor.enlistParticipant(Method method) |
Modifier and Type | Class and Description |
---|---|
class |
LocalParticipantManager |
Modifier and Type | Method and Description |
---|---|
ParticipantManager |
LocalBAController.enlist(Class<? extends CompensationHandler> compensationHandlerClass,
Class<? extends ConfirmationHandler> confirmationHandlerClass,
Class<? extends TransactionLoggedHandler> transactionLoggedHandlerClass) |
ParticipantManager |
LocalBAController.enlist(CompensationHandler compensationHandler,
ConfirmationHandler confirmationHandler,
TransactionLoggedHandler transactionLoggedHandler) |
Modifier and Type | Class and Description |
---|---|
class |
RemoteParticipantManager |
Modifier and Type | Method and Description |
---|---|
ParticipantManager |
RemoteBAController.enlist(Class<? extends CompensationHandler> compensationHandlerClass,
Class<? extends ConfirmationHandler> confirmationHandlerClass,
Class<? extends TransactionLoggedHandler> transactionLoggedHandlerClass) |
ParticipantManager |
RemoteBAController.enlist(CompensationHandler compensationHandler,
ConfirmationHandler confirmationHandler,
TransactionLoggedHandler transactionLoggedHandler) |
Copyright © 2021 JBoss by Red Hat. All rights reserved.