Oracle Reports
Java API Reference
10g Release 2 (10.1.2)
B14049-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.
 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

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

getSystemParameters

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

getUserParameters

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

getParameters

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

getCommandLine

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

getCacheItems

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

getDuplicatedJob

public Job getDuplicatedJob()
Returns the duplicated job.

setJobStatus

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

Oracle Reports
Java API Reference

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