mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-24 17:32:48 +00:00
Javadocs
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@2215 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -57,14 +57,16 @@ public interface TransactionListener
|
|||||||
* <p>
|
* <p>
|
||||||
* Any exceptions generated here will cause the transaction to rollback.
|
* Any exceptions generated here will cause the transaction to rollback.
|
||||||
* <p>
|
* <p>
|
||||||
* All transaction resources are still available.
|
* Although all transaction resources are still available, this method should
|
||||||
|
* be used only for cleaning up resources after a commit has occured.
|
||||||
*/
|
*/
|
||||||
void afterCommit();
|
void afterCommit();
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Invoked after transaction rollback.
|
* Invoked after transaction rollback.
|
||||||
* <p>
|
* <p>
|
||||||
* All transaction resources are still available.
|
* Although all transaction resources are still available, this method should
|
||||||
|
* be used only for cleaning up resources after a rollback has occured.
|
||||||
*/
|
*/
|
||||||
void afterRollback();
|
void afterRollback();
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user