org.alfresco.repo.domain.contentdata
Class AbstractContentDataDAOImpl.ContentUrlDeleteTransactionListener

java.lang.Object
  extended by org.alfresco.repo.transaction.TransactionListenerAdapter
      extended by org.alfresco.repo.domain.contentdata.AbstractContentDataDAOImpl.ContentUrlDeleteTransactionListener
All Implemented Interfaces:
TransactionListener
Enclosing class:
AbstractContentDataDAOImpl

public class AbstractContentDataDAOImpl.ContentUrlDeleteTransactionListener
extends TransactionListenerAdapter

Transactional listener that deletes unreferenced content_url entities.


Constructor Summary
AbstractContentDataDAOImpl.ContentUrlDeleteTransactionListener()
           
 
Method Summary
 void beforeCommit(boolean readOnly)
          Called before a transaction is committed.
 
Methods inherited from class org.alfresco.repo.transaction.TransactionListenerAdapter
afterCommit, afterRollback, beforeCompletion, flush
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractContentDataDAOImpl.ContentUrlDeleteTransactionListener

public AbstractContentDataDAOImpl.ContentUrlDeleteTransactionListener()
Method Detail

beforeCommit

public void beforeCommit(boolean readOnly)
Description copied from class: TransactionListenerAdapter
Called before a transaction is committed.

All transaction resources are still available.

Specified by:
beforeCommit in interface TransactionListener
Overrides:
beforeCommit in class TransactionListenerAdapter
Parameters:
readOnly - true if the transaction is read-only


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