C# Class Spring.Transaction.Interceptor.TransactionAspectSupport.TransactionInfo

Opaque object used to hold transaction information.

Subclasses must pass it back to method on this class, but not see its internals.

Afficher le fichier Open project: spring-projects/spring-net

Méthodes publiques

Méthode Description
BindToThread ( ) : void

Binds this Spring.Transaction.Interceptor.TransactionAspectSupport.TransactionInfo instance to the thread local storage variable for the current thread and backs up the existing Spring.Transaction.Interceptor.TransactionAspectSupport.TransactionInfo object for the current thread.

RestoreThreadLocalStatus ( ) : void

Restores the previous Spring.Transaction.Interceptor.TransactionAspectSupport.TransactionInfo object to the current thread.

TransactionInfo ( ITransactionAttribute transactionAttribute, string joinpointIdentification ) : System

Creates a new instance of the Spring.Transaction.Interceptor.TransactionAspectSupport.TransactionInfo class for the supplied transactionAttribute.

Method Details

BindToThread() public méthode

Binds this Spring.Transaction.Interceptor.TransactionAspectSupport.TransactionInfo instance to the thread local storage variable for the current thread and backs up the existing Spring.Transaction.Interceptor.TransactionAspectSupport.TransactionInfo object for the current thread.
public BindToThread ( ) : void
Résultat void

RestoreThreadLocalStatus() public méthode

Restores the previous Spring.Transaction.Interceptor.TransactionAspectSupport.TransactionInfo object to the current thread.
public RestoreThreadLocalStatus ( ) : void
Résultat void

TransactionInfo() public méthode

Creates a new instance of the Spring.Transaction.Interceptor.TransactionAspectSupport.TransactionInfo class for the supplied transactionAttribute.
public TransactionInfo ( ITransactionAttribute transactionAttribute, string joinpointIdentification ) : System
transactionAttribute ITransactionAttribute The transaction attributes to associate with any transaction.
joinpointIdentification string The info for diagnostic display of joinpoint
Résultat System