C# Class Neo4jClient.Transactions.Neo4jTransationSinglePhaseNotification

When TransactionPromotableSinglePhaseNotification fails to register as PSPE, then this class will be registered, and all the necessary work will be done in here
Inheritance: ISinglePhaseNotification
Afficher le fichier Open project: Readify/Neo4jClient Class Usage Examples

Méthodes publiques

Méthode Description
Commit ( Enlistment enlistment ) : void
Enlist ( Transaction tx ) : void
InDoubt ( Enlistment enlistment ) : void
Neo4jTransationSinglePhaseNotification ( ITransactionExecutionEnvironment transactionExecutionEnvironment ) : System
Prepare ( PreparingEnlistment preparingEnlistment ) : void
Rollback ( Enlistment enlistment ) : void
SinglePhaseCommit ( SinglePhaseEnlistment singlePhaseEnlistment ) : void

Method Details

Commit() public méthode

public Commit ( Enlistment enlistment ) : void
enlistment System.Transactions.Enlistment
Résultat void

Enlist() public méthode

public Enlist ( Transaction tx ) : void
tx System.Transactions.Transaction
Résultat void

InDoubt() public méthode

public InDoubt ( Enlistment enlistment ) : void
enlistment System.Transactions.Enlistment
Résultat void

Neo4jTransationSinglePhaseNotification() public méthode

public Neo4jTransationSinglePhaseNotification ( ITransactionExecutionEnvironment transactionExecutionEnvironment ) : System
transactionExecutionEnvironment ITransactionExecutionEnvironment
Résultat System

Prepare() public méthode

public Prepare ( PreparingEnlistment preparingEnlistment ) : void
preparingEnlistment System.Transactions.PreparingEnlistment
Résultat void

Rollback() public méthode

public Rollback ( Enlistment enlistment ) : void
enlistment System.Transactions.Enlistment
Résultat void

SinglePhaseCommit() public méthode

public SinglePhaseCommit ( SinglePhaseEnlistment singlePhaseEnlistment ) : void
singlePhaseEnlistment System.Transactions.SinglePhaseEnlistment
Résultat void