|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TemporaryDataStorage
Interface for temporary data storage.
Method Summary | |
---|---|
Serializable |
getAttribute(String attributeName)
Retrieves an attribute from the temporary data storage. |
InputStream |
getTempInputStream()
Gives back the temporary input stream for retrieval of the previously stored data. |
OutputStream |
getTempOutputStream()
Gives back the temporary output stream that can be used for data storage. |
void |
setAttribute(String attributeName,
Serializable attributeValue)
Stores an attribute to the temporary data storage. |
Method Detail |
---|
OutputStream getTempOutputStream()
InputStream getTempInputStream()
void setAttribute(String attributeName, Serializable attributeValue)
attributeName
- attributeValue
- Serializable getAttribute(String attributeName)
attributeName
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |