Oracle Reports
Java API Reference
10g Release 2 (10.1.2)
B14049-01

Uses of Interface
oracle.reports.server.Job

Uses of Job in oracle.reports.cache

 

Methods in oracle.reports.cache that return Job
 Job CacheItem.getJob()
          Returns the job owning this CacheItem.

 

Methods in oracle.reports.cache with parameters of type Job
 CacheItem Cache.newItem(Job job, java.lang.String key)
          Creates a new item in the cache for a given job object.
 void CacheItem.setJob(Job job)
          Sets the associated job for this CacheItem.

 

Uses of Job in oracle.reports.server

 

Fields in oracle.reports.server declared as Job
protected  Job Destination.m_job
          The job object to which the destination object attaches.

 

Methods in oracle.reports.server that return Job
protected  Job Destination.getJob()
          Returns the job object to which the destination object attaches.
 Job Job.getDuplicatedJob()
          Returns the duplicated job.

 

Methods in oracle.reports.server with parameters of type Job
protected  void Destination.setJob(Job job)
          Sets the job object to which the Destination object attaches.
 void JobRepository.insertJob(Job job)
          Inserts a job object into the repository.
 void JobRepository.removeJob(Job job)
          Removes a job object from the repository.
 void Notification.notify(Job job)
          Notifies when a job is done.
 void Security.jobCommandCheck(java.lang.Object user, Job job)
          Performs a security check for the job at runtime or at a scheduled time, depending on which queue the job is in.

 


Oracle Reports
Java API Reference

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