public interface TemporaryDataStorage
Modifier and Type | Method and Description |
---|---|
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.
|
OutputStream getTempOutputStream()
InputStream getTempInputStream()
void setAttribute(String attributeName, Serializable attributeValue)
attributeName
- attributeValue
- Serializable getAttribute(String attributeName)
attributeName
- Copyright © 2008-2016 FedICT. All Rights Reserved.