org.apache.turbine.services.schedule
Class TurbineSchedulerService.MainLoop

java.lang.Object
  extended byorg.apache.turbine.services.schedule.TurbineSchedulerService.MainLoop
All Implemented Interfaces:
java.lang.Runnable
Enclosing class:
TurbineSchedulerService

protected class TurbineSchedulerService.MainLoop
extends java.lang.Object
implements java.lang.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 TurbineSchedulerService.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

TurbineSchedulerService.MainLoop

protected TurbineSchedulerService.MainLoop()
Method Detail

run

public void run()
Method to run the class.

Specified by:
run in interface java.lang.Runnable


Copyright © 2000-2005 Apache Software Foundation. All Rights Reserved.