org.alfresco.repo.transaction
Interface TransactionUtil.TransactionWork

Enclosing class:
TransactionUtil

Deprecated.

public static interface TransactionUtil.TransactionWork

Transaction work interface.

This interface encapsulates a unit of work that should be done within a transaction.

See Also:
RetryingTransactionHelper.RetryingTransactionCallback

Method Summary
 java.lang.Object doWork()
          Deprecated. Method containing the work to be done in the user transaction.
 

Method Detail

doWork

java.lang.Object doWork()
                        throws java.lang.Throwable
Deprecated. 
Method containing the work to be done in the user transaction.

Returns:
Return the result of the operation
Throws:
java.lang.Throwable


Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.