C# 클래스 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
상속: ISinglePhaseNotification
파일 보기 프로젝트 열기: Readify/Neo4jClient 1 사용 예제들

공개 메소드들

메소드 설명
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

메소드 상세

Commit() 공개 메소드

public Commit ( Enlistment enlistment ) : void
enlistment System.Transactions.Enlistment
리턴 void

Enlist() 공개 메소드

public Enlist ( Transaction tx ) : void
tx System.Transactions.Transaction
리턴 void

InDoubt() 공개 메소드

public InDoubt ( Enlistment enlistment ) : void
enlistment System.Transactions.Enlistment
리턴 void

Neo4jTransationSinglePhaseNotification() 공개 메소드

public Neo4jTransationSinglePhaseNotification ( ITransactionExecutionEnvironment transactionExecutionEnvironment ) : System
transactionExecutionEnvironment ITransactionExecutionEnvironment
리턴 System

Prepare() 공개 메소드

public Prepare ( PreparingEnlistment preparingEnlistment ) : void
preparingEnlistment System.Transactions.PreparingEnlistment
리턴 void

Rollback() 공개 메소드

public Rollback ( Enlistment enlistment ) : void
enlistment System.Transactions.Enlistment
리턴 void

SinglePhaseCommit() 공개 메소드

public SinglePhaseCommit ( SinglePhaseEnlistment singlePhaseEnlistment ) : void
singlePhaseEnlistment System.Transactions.SinglePhaseEnlistment
리턴 void