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:


Constructor Summary
SchedulerEvent(ParallelScheduler sched, ParallelJob job)
          Creates a new SchedulerEvent.
 
Method Summary
 ParallelJob getJob()
          Gets the job that caused the event.
 ParallelScheduler getSched()
          Gets the PrallelScheduler that caused the event.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SchedulerEvent

public SchedulerEvent(ParallelScheduler sched,
                      ParallelJob job)
Creates a new SchedulerEvent. Events are generated by the ParallelScheduler.
Method Detail

getJob

public ParallelJob getJob()
Gets the job that caused the event.

getSched

public ParallelScheduler getSched()
Gets the PrallelScheduler that caused the event.