|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface LargeReportManager
Interface LargeReportManager manages large report records.
| Method Summary | |
|---|---|
java.lang.String |
getErrorMessage(java.lang.String resultName)
Return Error Message if the large Report which name is resultname Running wrongly. |
LargeReportRecord |
getLargeReportRecord(java.lang.String tempResultName)
Gets the large report record of the temporary result. |
java.util.Vector |
getLargeReports(java.lang.String userID)
Gets large report records registered by the user. |
LargeReportRecord |
notifyCompleted(java.lang.String tempResultName)
|
void |
removeLargeReport(java.lang.String tempResultName,
boolean isStop)
Remove the large report record of the temporary result. |
| Method Detail |
|---|
java.util.Vector getLargeReports(java.lang.String userID)
userID - the userID.
LargeReportRecord getLargeReportRecord(java.lang.String tempResultName)
tempResultName - the temporary result name.
LargeReportRecord notifyCompleted(java.lang.String tempResultName)
void removeLargeReport(java.lang.String tempResultName,
boolean isStop)
tempResultName - the temporary result name.isStop - if stop the running large reports.java.lang.String getErrorMessage(java.lang.String resultName)
resultName - the large Report's result name
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||