|
![]() |
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface PropertiesCacheManager.Saveable
This interface allows for persistence of non-properties session objects. These methods should behave precisely like the corrosponding methods of the Properties class.
Method Summary | |
---|---|
boolean |
isEmpty()
The current object state is the "default"; "save" does not need to write out any state. |
void |
load(InputStream in)
Recreate the object from the ascii representation stored as a Properties format file. |
void |
save(OutputStream out,
String header)
Create an ascii representation of this object in a Java Properties format. |
Method Detail |
---|
void load(InputStream in) throws IOException
IOException
void save(OutputStream out, String header) throws IOException
IOException
boolean isEmpty()
|
Version Kenai-svn-r24, Generated 08/18/09 Copyright (c) 2001-2009, Sun Microsystems. |
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |