|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ActiveTaskRecord
A ActiveTaskRecord
represents status information of a running task.
| Method Summary | |
|---|---|
java.lang.String |
getCatalog()
Returns the report catalog of the active task. |
java.lang.String |
getEngineStatus()
Returns the report engine status message of the active task. |
int |
getLaunchType()
Returns the launch type of the active task. |
java.lang.String |
getLogicOfConditions()
Returns the logic between the trigger and the time condition of this task. |
java.lang.String |
getParamFile()
Returns the report parameter file of the task and displays it. |
java.lang.String |
getPublishType()
Returns the report publish type of the active task and displays as "Task Type". |
java.lang.String |
getReport()
Returns the report name of the active task. |
java.lang.String |
getReportNames()
Returns a String containing all report names. |
java.util.Date |
getStartedTime()
Returns the start time of the active task. |
java.lang.String |
getSubmitter()
Returns the submitter of the active task. |
java.lang.String |
getTaskClass()
Returns the task type of the active task. |
java.lang.String |
getTaskID()
Returns the task ID of the active task. |
java.lang.String |
getTaskName()
Returns the task name of the active task. |
java.lang.String |
getTrigger()
Returns the bound trigger name of the active task. |
| Method Detail |
|---|
java.util.Date getStartedTime()
java.lang.String getEngineStatus()
java.lang.String getSubmitter()
java.lang.String getTaskID()
java.lang.String getTaskName()
java.lang.String getTaskClass()
int getLaunchType()
java.lang.String getCatalog()
java.lang.String getReport()
java.lang.String getParamFile()
java.lang.String getPublishType()
java.lang.String getTrigger()
java.lang.String getLogicOfConditions()
java.lang.String getReportNames()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||