public interface ManagedDataControl extends ManagedDataControl
| Modifier and Type | Method and Description |
|---|---|
java.io.Serializable |
createSnapshot()
Creates a snapshot of the state of the DataControl.
|
void |
removeSnapshot(java.io.Serializable handle)
Removes the snapshot associated with the snapshot handle.
|
void |
restoreSnapshot(java.io.Serializable handle)
Restore the state of the DataControl with the snapshot
state that is referenced by the handle.
|
beginRequest, endRequest, resetStategetDataProvider, getName, invokeOperation, releasejava.io.Serializable createSnapshot()
void restoreSnapshot(java.io.Serializable handle)
handle - Serializable a snaphsot handle that was created with
createSnapshot().void removeSnapshot(java.io.Serializable handle)
handle - Serializable a snapshot handle that was created with
createSnapshot().