public class UndoRecord
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
static long |
serialVersionUID |
Constructor and Description |
---|
UndoRecord(java.lang.String id, SnapshotDelta<PortableResource,PortableDelta> deltaForUndo)
Constructor
|
Modifier and Type | Method and Description |
---|---|
SnapshotDelta<PortableResource,PortableDelta> |
getDeltaForUndo() |
java.lang.String |
getId() |
static Ref |
makeRef(java.lang.String id) |
public static final long serialVersionUID
public UndoRecord(java.lang.String id, SnapshotDelta<PortableResource,PortableDelta> deltaForUndo)
id
- id for recorddeltaForUndo
- the delta that needs to be applied to undo the effects of a transactionpublic java.lang.String getId()
public SnapshotDelta<PortableResource,PortableDelta> getDeltaForUndo()
public static Ref makeRef(java.lang.String id)