Package org.duracloud.syncui.service
Class RuntimeStateMemento
- java.lang.Object
-
- org.duracloud.syncui.service.RuntimeStateMemento
-
public class RuntimeStateMemento extends Object
Represents the persistent runtime state of the process.- Author:
- Daniel Bernstein
-
-
Constructor Summary
Constructors Constructor Description RuntimeStateMemento()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static RuntimeStateMementoget()SyncProcessStategetSyncProcessState()static voidpersist(RuntimeStateMemento state)voidsetSyncProcessState(SyncProcessState syncProcessState)StringtoString()
-
-
-
Method Detail
-
getSyncProcessState
public SyncProcessState getSyncProcessState()
-
setSyncProcessState
public void setSyncProcessState(SyncProcessState syncProcessState)
-
get
public static RuntimeStateMemento get()
-
persist
public static void persist(RuntimeStateMemento state)
-
-