radtools
Class Main
java.lang.Object
rcf.core.concurrent.events.AbstractEventSource
rcf.core.concurrent.schedule.AbstractTask
rcf.core.concurrent.schedule.AbstractInterruptibleTask
rcf.core.framework.services.AbstractApplication
radtools.Main
- All Implemented Interfaces:
- Runnable, EventSource, ConcurrentRunnableTask, InterruptibleTask, RunnableTask, Task, Application, Service
@Revision(value="$Revision: 1.4 $",
date="$Date: 2006/12/15 20:37:52 $",
tag="$Name: $")
public class Main- extends AbstractApplication
The main class of the RADTools project. This class will initialize the RCF
Framework, which will in turn invoke the inner() method.
This inner() method is responsible for creating the RADTools
instance, and setting up the default Ruby on Rails webservice configuration
on the x7-x12 machines of the
Millennium Cluster.
TODO: Javadoc review, Seal/Finalize
- Version:
- $Revision: 1.4 $
- Author:
- Greg Gibeling
| Nested classes/interfaces inherited from interface rcf.core.concurrent.schedule.Task |
Task.State |
|
Constructor Summary |
Main()
|
|
Method Summary |
void |
inner()
TODO: Javadoc |
static void |
main(String[] args)
The main method of the RADTools project, initializes the RCF
Framework, which will in turn invoke the inner()
method. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface rcf.core.concurrent.schedule.Task |
taskState |
Main
public Main()
main
public static void main(String[] args)
- The main method of the RADTools project, initializes the RCF
Framework, which will in turn invoke the inner()
method.
- Parameters:
args - Unused command line arguments.
inner
public void inner()
- Description copied from class:
AbstractInterruptibleTask
- TODO: Javadoc
- Specified by:
inner in class AbstractInterruptibleTask