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

Uses of Interface
oracle.reports.server.Job

Packages that use Job
oracle.reports.cache   
oracle.reports.server   
 

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
 Job Job.getDuplicatedJob()
          Returns the duplicated job.
protected  Job Destination.getJob()
          Returns the job object to which the destination object attaches.
 

Methods in oracle.reports.server with parameters of type Job
 void JobRepository.insertJob(Job job)
          Inserts a job object into the repository.
 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.
 void Notification.notify(Job job)
          Notifies when a job is done.
 void JobRepository.removeJob(Job job)
          Removes a job object from the repository.
protected  void Destination.setJob(Job job)
          Sets the job object to which the Destination object attaches.
 


Oracle Reports
Java API Reference

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