com.atlassian.confluence.importexport.impl
Class DeferredOperations
java.lang.Object
com.atlassian.confluence.importexport.impl.DeferredOperations
- public class DeferredOperations
- extends Object
Created by IntelliJ IDEA.
User: Tomd
Date: 6/06/2005
Time: 09:21:00
To change this template use File | Settings | File Templates.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DeferredOperations
public DeferredOperations()
reportOutstandingOperations
public void reportOutstandingOperations()
throws Exception
- Throws:
Exception
addDeferredOperation
public void addDeferredOperation(Set waitingFor,
Operation operation)
doDeferredOperationsWaitingFor
public void doDeferredOperationsWaitingFor(TransientHibernateHandle key)
throws Exception
- Throws:
Exception