org.alfresco.ibatis
Interface RetryingCallbackHelper.RetryingCallback

Enclosing class:
RetryingCallbackHelper

public static interface RetryingCallbackHelper.RetryingCallback

Callback interface


Method Summary
 java.lang.Object execute()
          Perform a unit of work.
 

Method Detail

execute

java.lang.Object execute()
                         throws java.lang.Throwable
Perform a unit of work.

Returns:
Return the result of the unit of work
Throws:
java.lang.Throwable - This can be anything and will guarantee either a retry or a rollback


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