|
||||||||||
| PREV CLASS Documentation homepage. NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IlvPersistentObject
This interface must be implemented by objects that will be saved to JViews i/o streams. Note the following points:
public.
The reason is that introspection is used by the saving and reading
mechanism.
MyPersistentObject(IlvInputStream stream)
so that they can be read by IlvInputStream.
IlvOutputStream,
IlvInputStream| Method Summary | |
|---|---|
void |
write(IlvOutputStream stream)
Writes the attributes of a persistent object. |
| Method Detail |
|---|
void write(IlvOutputStream stream)
throws IOException
stream - the output stream
IOException - thrown when an exception occurs during
the write operation for this object.
|
||||||||||
| PREV CLASS Documentation homepage. NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||