|
Oracle Fusion Middleware Java API Reference for Oracle ADF Model 11g Release 1 (11.1.1.5.0) E10653-06 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ManagedDataControl
ManagedDataControl
| Method Summary | |
|---|---|
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. |
| Methods inherited from interface oracle.binding.ManagedDataControl |
|---|
beginRequest, endRequest, resetState |
| Methods inherited from interface oracle.binding.DataControl |
|---|
getDataProvider, getName, invokeOperation, release |
| Method Detail |
|---|
java.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().
|
Oracle Fusion Middleware Java API Reference for Oracle ADF Model 11g Release 1 (11.1.1.5.0) E10653-06 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||