jet.server.api
Interface ActiveTaskRecord

All Superinterfaces:
java.io.Serializable

public interface ActiveTaskRecord
extends java.io.Serializable

ClassActiveTaskRecord contains information of an active task in report server.


Method Summary
 java.lang.String getCatalog()
          Return the report catalog of the active task.
 java.lang.String getEngineStatus()
          Return the report engine status message of the active task.
 int getLaunchType()
          Return the launch type of the active task.
 java.lang.String getParamFile()
          Returns the report parameter file of the task and display it.
 java.lang.String getPublishType()
          Return the report publish type of the active task and display as "Task Type".
 java.lang.String getReport()
          Return the report name of the active task.
 java.util.Date getStartedTime()
          Return the start time of the active task.
 java.lang.String getSubmitter()
          Return the submitter of the active task.
 java.lang.String getTaskClass()
          Return the task type of the active task.
 java.lang.String getTaskID()
          Return the task ID of the active task.
 java.lang.String getTaskName()
          Return the task name of the active task.
 

Method Detail

getStartedTime

public java.util.Date getStartedTime()
Return the start time of the active task.

Returns:
the start time of the active task.

getEngineStatus

public java.lang.String getEngineStatus()
Return the report engine status message of the active task.

Returns:
the report engine status message of the active task .

getSubmitter

public java.lang.String getSubmitter()
Return the submitter of the active task.

Returns:
the submitter of the active task.

getTaskID

public java.lang.String getTaskID()
Return the task ID of the active task.

Returns:
the task ID of the active task.

getTaskName

public java.lang.String getTaskName()
Return the task name of the active task.

Returns:
the task name of the active task.

getTaskClass

public java.lang.String getTaskClass()
Return the task type of the active task.

Returns:
the task type of the active task.

getLaunchType

public int getLaunchType()
Return the launch type of the active task.

Returns:
the launch type of the active task.

getCatalog

public java.lang.String getCatalog()
Return the report catalog of the active task.

Returns:
the report catalog of the active task.

getReport

public java.lang.String getReport()
Return the report name of the active task.

Returns:
the report name of the active task.

getParamFile

public java.lang.String getParamFile()
Returns the report parameter file of the task and display it.

Returns:
the parameter file name of the task and display it.

getPublishType

public java.lang.String getPublishType()
Return the report publish type of the active task and display as "Task Type".