org.apache.turbine.services.schedule
Class TurbineSchedulerService.MainLoop
java.lang.Object
org.apache.turbine.services.schedule.TurbineSchedulerService.MainLoop
- All Implemented Interfaces:
- Runnable
- Enclosing class:
- TurbineSchedulerService
protected class TurbineSchedulerService.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.
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 |
TurbineSchedulerService.MainLoop
protected TurbineSchedulerService.MainLoop()
run
public void run()
- Method to run the class.
- Specified by:
run
in interface Runnable
Copyright © 2000-2011 The Apache Software Foundation. All Rights Reserved.