org.ozoneDB.core
Class Server
java.lang.Object
|
+--org.ozoneDB.core.Server
- public class Server
- extends java.lang.Object
Main class to start the stand-alone server.
- Version:
- $Revision: 1.4 $Date: 2002/06/08 00:49:38 $
- Author:
- SMB
Method Summary |
private static java.lang.Runnable |
createShutdownHook()
Constructs and returns a Thread to be used as a shutdown hook. |
static void |
main(java.lang.String[] args)
|
private static void |
setupShutdownHook()
Attempt to add the shutdown hook using reflection. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
env
public static Env env
stop
public static boolean stop
stopped
public static boolean stopped
Server
public Server()
main
public static void main(java.lang.String[] args)
throws java.lang.Exception
java.lang.Exception
setupShutdownHook
private static void setupShutdownHook()
- Attempt to add the shutdown hook using reflection.
createShutdownHook
private static java.lang.Runnable createShutdownHook()
- Constructs and returns a Thread to be used as a shutdown hook.
Copyright (C) The Ozone Database Project - www.ozone-db.org. All rights reserved.