org.apache.jetspeed.scheduler
Class AbstractScheduler.MainLoop

java.lang.Object
  extended by org.apache.jetspeed.scheduler.AbstractScheduler.MainLoop
All Implemented Interfaces:
Runnable
Enclosing class:
AbstractScheduler

protected class AbstractScheduler.MainLoop
extends Object
implements Runnable

Inner class. This is isolated in its own Runnable class just so that the main class need not implement Runnable, which would allow others to directly invoke run, which is not supported.


Constructor Summary
protected AbstractScheduler.MainLoop()
           
 
Method Summary
 void run()
          Method to run the class.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractScheduler.MainLoop

protected AbstractScheduler.MainLoop()
Method Detail

run

public void run()
Method to run the class.

Specified by:
run in interface Runnable


Copyright © 1999-2007 Apache Software Foundation. All Rights Reserved.