public interface AdhocEngineInfo
AdhocEngineInfo takes charge of collecting a JReport Analysis Engine's information.| Modifier and Type | Method and Description | 
|---|---|
long | 
getCreatedTime()
Deprecated.  
Gets the engine's created time. 
 | 
java.lang.String | 
getEngineID()
Deprecated.  
Gets the identifier of Adhoc Engine. 
 | 
java.lang.String[] | 
getReports()
Deprecated.  
Gets currently running report's name. 
 | 
java.lang.String | 
getRunningReport()
Deprecated.  
Gets currently running report, the report file name with full path in resource tree 
 | 
java.lang.String | 
getRunningStatus()
Deprecated.  
Gets the engine's running status, running-process track point. 
 | 
long | 
getRunningTime()
Deprecated.  
Gets the time this engine spent on running current report. 
 | 
java.lang.String | 
getSessionID()
Deprecated.  
Gets the Session's identifier, which the Engines belongs to. 
 | 
java.lang.String getEngineID()
java.lang.String getSessionID()
java.lang.String getRunningStatus()
java.lang.String[] getReports()
java.lang.String getRunningReport()
long getCreatedTime()
long getRunningTime()