ozone core API

org.ozoneDB.core
Class Server

java.lang.Object
  extended byorg.ozoneDB.core.Server

public class Server
extends java.lang.Object

Main class to start the stand-alone server.

Version:
$Revision: 1.6 $Date: 2002/09/21 16:06:35 $
Author:
SMB

Field Summary
static Env env
           
static boolean stop
           
static boolean stopped
           
 
Constructor Summary
Server()
           
 
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
 

Field Detail

env

public static Env env

stop

public static boolean stop

stopped

public static boolean stopped
Constructor Detail

Server

public Server()
Method Detail

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception
Throws:
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.


ozone core API

Copyright (C) The Ozone Database Project - www.ozone-db.org. All rights reserved.