Oracle Containers for J2EE Job Scheduler Java API Reference
10g Release 3 (10.1.3)

B16026-01

Uses of Class
oracle.ias.scheduler.JobNotFoundException

Packages that use JobNotFoundException
oracle.ias.scheduler   
 

Uses of JobNotFoundException in oracle.ias.scheduler
 

Methods in oracle.ias.scheduler that throw JobNotFoundException
 Job Scheduler.getJob(JobHandle job)
          Retrieve the metadata for the job specified.
 void Scheduler.remove(JobHandle job)
          Once a job has been submitted to the scheduler it may be optionally removed.
 void Scheduler.cancel(JobHandle job)
          A submitted job may be optionally cancelled.
 void Scheduler.pause(JobHandle job)
          Used to pause any subsequent executions of the specified job.
 void Scheduler.resume(JobHandle job, boolean replay)
          Used to resume the execution of a job that was previously paused.
 int Scheduler.getState(JobHandle job)
          Returns the state of the job specified.
 void Scheduler.setLogLevel(JobHandle job, java.util.logging.Level level)
          Set the log level for the job specified to the level indicated as defined in java.util.logging.Level.
 java.util.logging.Level Scheduler.getLogLevel(JobHandle job)
          Returns the log level for the job specified.
 void Scheduler.notify(java.util.Collection jobs, Notification notification)
          This method is used to send an asynchronous notification to one or more triggers associated with the specified jobs.
 void Scheduler.addListener(JobHandle job, java.lang.Class listener)
          Add event listener for job specified
 void Scheduler.removeListener(JobHandle job, java.lang.Class listener)
          Remote event listener for job specified
 


Oracle Containers for J2EE Job Scheduler Java API Reference
10g Release 3 (10.1.3)

B16026-01

Copyright © 2006, Oracle. All rights reserved.