Class AbstractTransactionState.LiveTransactionRollbackDelegate

  • All Implemented Interfaces:
    ch.systemsx.cisd.etlserver.registrator.api.impl.RollbackStack.IRollbackStackDelegate
    Enclosing class:
    AbstractTransactionState<T extends ch.systemsx.cisd.openbis.dss.generic.shared.dto.DataSetInformation>

    public static class AbstractTransactionState.LiveTransactionRollbackDelegate
    extends java.lang.Object
    implements ch.systemsx.cisd.etlserver.registrator.api.impl.RollbackStack.IRollbackStackDelegate
    Rollback stack delegate that checks whether the given filesystem is accessible before letting the rollback continue.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void willContinueRollbackAll​(ch.systemsx.cisd.etlserver.registrator.api.impl.RollbackStack stack)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • LiveTransactionRollbackDelegate

        public LiveTransactionRollbackDelegate​(java.io.File stagingDirectory)
        Parameters:
        stagingDirectory - Expects a staging directory
    • Method Detail

      • willContinueRollbackAll

        public void willContinueRollbackAll​(ch.systemsx.cisd.etlserver.registrator.api.impl.RollbackStack stack)
        Specified by:
        willContinueRollbackAll in interface ch.systemsx.cisd.etlserver.registrator.api.impl.RollbackStack.IRollbackStackDelegate