|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DataContainer
Method Summary | |
---|---|
void |
deserialize(java.io.ObjectInput in)
The data container implements the deserialize method to restore its data objects. |
void |
destroy()
Called when the data container is going out of scope |
java.lang.String |
getBeanId()
The id used to retrieve the data container in the scope. |
java.lang.String |
getId()
Return the unique id for this data container |
void |
serialize(java.io.ObjectOutput out)
The data container implements the serialize method to save its data objects. |
Method Detail |
---|
java.lang.String getBeanId()
java.lang.String getId()
void destroy()
void serialize(java.io.ObjectOutput out) throws java.io.IOException
out
- the stream to write the data container to
java.io.IOException
- Includes any I/O exceptions that may occurvoid deserialize(java.io.ObjectInput in) throws java.io.IOException
in
- the stream to read data from in order to restore the data container
java.io.IOException
- if I/O errors occur
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |