|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ExecutionFileStorage
public interface LogFileStorage
Handles log file storage and retrieval
Method Summary | |
---|---|
boolean |
retrieve(java.io.OutputStream stream)
Deprecated. Writes a log file to the given stream |
boolean |
store(java.io.InputStream stream,
long length,
java.util.Date lastModified)
Deprecated. Stores a log file read from the given stream |
Method Detail |
---|
boolean store(java.io.InputStream stream, long length, java.util.Date lastModified) throws java.io.IOException, LogFileStorageException
stream
- the input streamlength
- the file lengthlastModified
- the file modification time
java.io.IOException
LogFileStorageException
boolean retrieve(java.io.OutputStream stream) throws java.io.IOException, LogFileStorageException
stream
- the output stream
java.io.IOException
LogFileStorageException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |