Class FinalizerImpl

java.lang.Object
org.duracloud.snapshot.service.impl.FinalizerImpl
All Implemented Interfaces:
Finalizer

@Component public class FinalizerImpl extends Object implements Finalizer
Author:
Daniel Bernstein Date: Aug 18, 2014
  • Constructor Details

    • FinalizerImpl

      public FinalizerImpl()
  • Method Details

    • setSnapshotManager

      public void setSnapshotManager(SnapshotManager snapshotManager)
      Parameters:
      snapshotManager - the snapshotManager to set
    • setRestoreManager

      public void setRestoreManager(RestoreManager restoreManager)
      Parameters:
      restoreManager - the restoreManager to set
    • initialize

      public void initialize(Integer pollingPeriodMs)
      Specified by:
      initialize in interface Finalizer
    • destroy

      @PreDestroy public void destroy()
      Specified by:
      destroy in interface Finalizer