C# Класс 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.

Показать файл Открыть проект

Открытые методы

Метод Описание
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.

Описание методов

BindToThread() публичный Метод

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
Результат void

RestoreThreadLocalStatus() публичный Метод

Restores the previous Spring.Transaction.Interceptor.TransactionAspectSupport.TransactionInfo object to the current thread.
public RestoreThreadLocalStatus ( ) : void
Результат void

TransactionInfo() публичный Метод

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
Результат System