Package org.duracloud.snapshot.service
Class EventLog
- java.lang.Object
-
- org.duracloud.snapshot.service.EventLog
-
public class EventLog extends Object
- Author:
- Bill Branan Date: 2/18/2016
-
-
Constructor Summary
Constructors Constructor Description EventLog()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidlogRestoreUpdate(Restoration restore)voidlogSnapshotUpdate(Snapshot snapshot)
-
-
-
Method Detail
-
logSnapshotUpdate
public void logSnapshotUpdate(Snapshot snapshot)
-
logRestoreUpdate
public void logRestoreUpdate(Restoration restore)
-
-