com.ch.odi.parallel
Class SchedulerEvent
java.lang.Object
|
+--com.ch.odi.parallel.SchedulerEvent
- public class SchedulerEvent
- extends Object
Title:
Description:
Copyright: Copyright (c) 2002 Ortwin Glück
Company:
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
SchedulerEvent
public SchedulerEvent(ParallelScheduler sched,
ParallelJob job)
- Creates a new SchedulerEvent. Events are generated by the ParallelScheduler.
getJob
public ParallelJob getJob()
- Gets the job that caused the event.
getSched
public ParallelScheduler getSched()
- Gets the PrallelScheduler that caused the event.