|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface LargeReportRecord
Interface LargReportRecord contains information of a large report in
the report server.
| Method Summary | |
|---|---|
java.lang.String |
getCatalog()
Return the catalog. |
long |
getCompletedTime()
Return the completed time if the report runs over, else return -1. |
java.lang.String |
getErrorMessage()
Return Error Message if the large Report Running wrongly. |
java.util.Properties |
getParameters()
Return the parameter properties. |
java.lang.String |
getQuery()
Return the HTTP query for "To Applet". |
java.lang.String |
getReportName()
Return the report name. |
java.lang.String |
getResult()
Return the report result. |
long |
getStartedTime()
Return the started time of the report running. |
long |
getTimeElapse()
Return time elapse in milliseconds if the report does not runs over, else return the running time. |
java.lang.String |
getUserID()
Return the user ID. |
boolean |
isCompleted()
Return if the report runs over. |
| Method Detail |
|---|
java.lang.String getUserID()
java.lang.String getResult()
java.lang.String getCatalog()
java.lang.String getReportName()
java.util.Properties getParameters()
java.lang.String getQuery()
long getStartedTime()
boolean isCompleted()
long getCompletedTime()
long getTimeElapse()
java.lang.String getErrorMessage()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||