|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface FinishedReportTable
Interface FinishedReportTable contains information of a finished report in
the report server.
| Method Summary | |
|---|---|
java.util.Vector |
getFinishedReports()
Returns a vector of FinishedReport that are the immediate sources of finished reports for this server. |
java.util.Vector |
getFinishedReportsByUserID(java.lang.String userID)
Gets finished reports by the user. |
long |
getMaxKeepTime()
Gets the keep time of reports in milliseconds. |
int |
getMaxSaveNumber()
Gets the max report number to save. |
void |
removeFinishedReportIfOverFlow()
Removes the finished report when the amount number up to maxKeepNumber or finished time reaches MaxKeepNumber. |
void |
setMaxKeepTime(long keepTime)
Sets the keep time of finished reports in milliseconds. |
void |
setMaxSaveNumber(int maxSaveNumber)
Sets the max report number to save. |
| Method Detail |
|---|
java.util.Vector getFinishedReports()
FinishedReport objects.java.util.Vector getFinishedReportsByUserID(java.lang.String userID)
userID - the userID.
void setMaxSaveNumber(int maxSaveNumber)
maxSaveNumber - the max number of saved reports.int getMaxSaveNumber()
void setMaxKeepTime(long keepTime)
keepTime - the max time for keeping the finished reports in milliseconds.long getMaxKeepTime()
void removeFinishedReportIfOverFlow()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||