Свойство | Тип | Описание | |
---|---|---|---|
AfterCommit | void | ||
AfterRollback | void | ||
BeforeEnd | void | ||
TryRecoverBrokerTXIds | XATransactionId[] |
Метод | Описание | |
---|---|---|
AddSynchronization ( ISynchronization synchronization ) : void |
Method AddSynchronization
|
|
Begin ( ) : void | ||
Begin ( Transaction transaction ) : void | ||
Commit ( ) : void | ||
Commit ( Enlistment enlistment ) : void | ||
InDoubt ( Enlistment enlistment ) : void | ||
InitializeDtcTxContext ( ) : void |
Should be called from NetTxSession when created to check if any TX data is stored for recovery and whether the Broker has matching info stored. If an Transaction is found that belongs to this client and is still alive on the Broker it will be recovered, otherwise the stored data should be cleared.
|
|
Prepare ( PreparingEnlistment preparingEnlistment ) : void | ||
RemoveSynchronization ( ISynchronization synchronization ) : void | ||
Rollback ( ) : void | ||
Rollback ( Enlistment enlistment ) : void | ||
SinglePhaseCommit ( SinglePhaseEnlistment enlistment ) : void | ||
TransactionContext ( |
Метод | Описание | |
---|---|---|
AfterCommit ( ) : void | ||
AfterRollback ( ) : void | ||
BeforeEnd ( ) : void | ||
TryRecoverBrokerTXIds ( ) : XATransactionId[] |
public AddSynchronization ( ISynchronization synchronization ) : void | ||
synchronization | ISynchronization | |
Результат | void |
public Begin ( Transaction transaction ) : void | ||
transaction | Transaction | |
Результат | void |
public Commit ( Enlistment enlistment ) : void | ||
enlistment | Enlistment | |
Результат | void |
public InDoubt ( Enlistment enlistment ) : void | ||
enlistment | Enlistment | |
Результат | void |
public Prepare ( PreparingEnlistment preparingEnlistment ) : void | ||
preparingEnlistment | PreparingEnlistment | |
Результат | void |
public RemoveSynchronization ( ISynchronization synchronization ) : void | ||
synchronization | ISynchronization | |
Результат | void |
public Rollback ( Enlistment enlistment ) : void | ||
enlistment | Enlistment | |
Результат | void |
public SinglePhaseCommit ( SinglePhaseEnlistment enlistment ) : void | ||
enlistment | SinglePhaseEnlistment | |
Результат | void |