Uses of Class
com.novell.zos.jdl.Job

Uses of Job in com.novell.zos.jdl
 

Methods in com.novell.zos.jdl with parameters of type Job
 void Job.child_job_cancelled_event(Job job)
          child_job_cancelled_event is fired when a child job has transitioned to the cancelled state.
 void Job.child_job_completed_event(Job job)
          child_job_completed_event is fired when a child job has transitioned to the completed state.
 void Job.child_job_failed_event(Job job)
          child_job_failed_event is fired when a child job has transitioned to the failed state.
 void Job.child_job_started_event(Job job)
          child_job_started_event is fired when a child job has transitioned to the running state.
 



Copyright (c) 2011 Novell, Inc. All rights reserved.