Class FinalizerImpl
- java.lang.Object
-
- org.duracloud.snapshot.service.impl.FinalizerImpl
-
-
Field Summary
-
Fields inherited from interface org.duracloud.snapshot.service.Finalizer
DEFAULT_POLLING_PERIOD_MS
-
-
Constructor Summary
Constructors Constructor Description FinalizerImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddestroy()voidinitialize(java.lang.Integer pollingPeriodMs)voidsetRestoreManager(RestoreManager restoreManager)voidsetSnapshotManager(SnapshotManager snapshotManager)
-
-
-
Method Detail
-
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(java.lang.Integer pollingPeriodMs)
- Specified by:
initializein interfaceFinalizer
-
-