org.apache.jdo.impl.fostore
Class Main

java.lang.Object
  extended byorg.apache.jdo.impl.fostore.Main

public class Main
extends java.lang.Object

Standalone server for FOStore databases.

This class is public because it has a main entry point for running as a standalone program.

Version:
1.0
Author:
Craig Russell

Constructor Summary
Main()
          Creates new Main
 
Method Summary
static void main(java.lang.String[] args)
          The main routine.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Main

public Main()
Creates new Main

Method Detail

main

public static void main(java.lang.String[] args)
The main routine.

Parameters:
args - the command line arguments


Copyright © 2005 Apache Software Foundation. All Rights Reserved.