|
Oracle Reports Java API Reference 11g Release 1 (11.1.1) E10775-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Job
The interface for job object
| Method Summary | |
|---|---|
CacheItem[] |
getCacheItems()
Returns the cache items for the job. |
java.lang.String |
getCommandLine()
Get the command line. |
Job |
getDuplicatedJob()
Returns the duplicated job. |
oracle.reports.JobInfo |
getJobInfo()
Returns the job info. |
java.util.Properties |
getParameters()
Returns all parameters. |
int |
getRunCounter()
Returns the number of times this job has run (applicable only for scheduled jobs). |
java.util.Properties |
getSystemParameters()
Returns the system parameters. |
java.util.Properties |
getUserParameters()
Returns the user parameters. |
void |
setJobStatus(short status)
Sets the job status. |
| Method Detail |
|---|
oracle.reports.JobInfo getJobInfo()
java.util.Properties getSystemParameters()
java.util.Properties getUserParameters()
java.util.Properties getParameters()
java.lang.String getCommandLine()
CacheItem[] getCacheItems()
Job getDuplicatedJob()
void setJobStatus(short status)
throws RWException
RWExceptionint getRunCounter()
|
Oracle Reports Java API Reference |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||