org.basex
Class BaseXServer

java.lang.Object
  extended by org.basex.BaseXServer

public final class BaseXServer
extends java.lang.Object

This is the starter class for the database server. It handles incoming requests and offers some simple threading to allow simultaneous database requests. Add the '-h' option to get a list on all available command-line arguments.

Author:
Workgroup DBIS, University of Konstanz 2005-08, ISC License, Christian Gruen

Method Summary
static void main(java.lang.String[] args)
          Main method, launching the server process.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

main

public static void main(java.lang.String[] args)
Main method, launching the server process. Command-line arguments can be listed with the -h argument.

Parameters:
args - command line arguments