Method | Description | |
---|---|---|
AfterPropertiesSet ( ) : void |
Checks that the required properties are set.
|
|
TransactionAspectSupport ( ) : System |
Creates a new instance of the Spring.Transaction.Interceptor.TransactionAspectSupport class.
|
Method | Description | |
---|---|---|
CleanupTransactionInfo ( TransactionInfo transactionInfo ) : void |
Resets the Spring.Transaction.Interceptor.TransactionAspectSupport.TransactionInfo for this thread. |
|
CommitTransactionAfterReturning ( TransactionInfo transactionInfo ) : void |
Execute after the successful completion of call, but not after an exception was handled. Do nothing if we didn't create a transaction. |
|
CompleteTransactionAfterThrowing ( TransactionInfo transactionInfo, |
Handle a exception, closing out the transaction. We may commit or roll back, depending on our configuration. |
|
CreateTransactionIfNecessary ( ITransactionAttribute sourceAttr, string joinpointIdentification ) : TransactionInfo |
Creates the transaction if necessary.
|
|
CreateTransactionIfNecessary ( MethodInfo method, |
Create a transaction if necessary
|
|
MethodIdentification ( MethodInfo methodInfo ) : string |
Identifies the method by providing the qualfied method name.
|
protected CleanupTransactionInfo ( TransactionInfo transactionInfo ) : void | ||
transactionInfo | TransactionInfo |
/// The
/// |
return | void |
protected CommitTransactionAfterReturning ( TransactionInfo transactionInfo ) : void | ||
transactionInfo | TransactionInfo |
/// The
/// |
return | void |
protected CompleteTransactionAfterThrowing ( TransactionInfo transactionInfo, |
||
transactionInfo | TransactionInfo |
/// The
/// |
exception | The |
|
return | void |
protected CreateTransactionIfNecessary ( ITransactionAttribute sourceAttr, string joinpointIdentification ) : TransactionInfo | ||
sourceAttr | ITransactionAttribute | The source transaction attribute. |
joinpointIdentification | string | The joinpoint identification. |
return | TransactionInfo |
protected CreateTransactionIfNecessary ( MethodInfo method, |
||
method | MethodInfo | Method about to execute |
targetType | Type that the method is on | |
return | TransactionInfo |
protected MethodIdentification ( MethodInfo methodInfo ) : string | ||
methodInfo | MethodInfo | The method info. |
return | string |