Oracle Reports
Java API Reference
11g Release 1 (11.1.1)
E10775-01

oracle.reports.server
Interface Job


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

getJobInfo

oracle.reports.JobInfo getJobInfo()
Returns the job info. The JobInfo is defined in the .idl file reports.idl.


getSystemParameters

java.util.Properties getSystemParameters()
Returns the system parameters.


getUserParameters

java.util.Properties getUserParameters()
Returns the user parameters.


getParameters

java.util.Properties getParameters()
Returns all parameters.


getCommandLine

java.lang.String getCommandLine()
Get the command line.


getCacheItems

CacheItem[] getCacheItems()
Returns the cache items for the job.


getDuplicatedJob

Job getDuplicatedJob()
Returns the duplicated job.


setJobStatus

void setJobStatus(short status)
                  throws RWException
Sets the job status.

Throws:
RWException

getRunCounter

int getRunCounter()
Returns the number of times this job has run (applicable only for scheduled jobs).


Oracle Reports
Java API Reference

Copyright © 1994, 2009 Oracle Corporation. All Rights Reserved.