|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface flags JHDL objects (*other* than those primitives
who are ExternallyUpdatable
) that can be Checkpointed when a
circuit checkpoint is performed.
Method Summary | |
java.io.Serializable |
getData()
Called by the checkpointing code to get all of the data that should be checkpointed. |
void |
setData(java.io.Serializable data)
This is called on a checkpoint restore, and the object checkpointed out is passed back in. |
Method Detail |
public java.io.Serializable getData()
public void setData(java.io.Serializable data)
data
- the state that was saved earlier
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |