Class FinalizerImpl
java.lang.Object
org.duracloud.snapshot.service.impl.FinalizerImpl
- All Implemented Interfaces:
Finalizer
- Author:
- Daniel Bernstein Date: Aug 18, 2014
-
Field Summary
Fields inherited from interface org.duracloud.snapshot.service.Finalizer
DEFAULT_POLLING_PERIOD_MS -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddestroy()voidinitialize(Integer pollingPeriodMs) voidsetRestoreManager(RestoreManager restoreManager) voidsetSnapshotManager(SnapshotManager snapshotManager)
-
Constructor Details
-
FinalizerImpl
public FinalizerImpl()
-
-
Method Details
-
setSnapshotManager
- Parameters:
snapshotManager- the snapshotManager to set
-
setRestoreManager
- Parameters:
restoreManager- the restoreManager to set
-
initialize
- Specified by:
initializein interfaceFinalizer
-
destroy
-