org.apache.avalon.phoenix.frontends
Class CLIMain
java.lang.Object
|
+--java.util.Observable
|
+--org.apache.avalon.phoenix.frontends.CLIMain
- All Implemented Interfaces:
- Runnable
- public final class CLIMain
- extends Observable
- implements Runnable
The class to load the kernel and start it running.
- Author:
- Peter Donald, Leo Simons
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CLIMain
public CLIMain()
main
public int main(String[] args,
Hashtable data,
boolean blocking)
- Main entry point.
- Parameters:
args
- the command line arguments
run
public void run()
- Specified by:
run
in interface Runnable
forceShutdown
protected void forceShutdown()
- Shut the embeddor down.
This method is designed to only be called from within the ShutdownHook.
To shutdown Pheonix, call shutdown() below.
shutdown
public void shutdown()
- Shut the embeddor down.
Note must be public so that the Frontend can
shut it down via reflection.
Copyright © 2001 Apache Jakarta Project. All Rights Reserved.