org.basex.test.examples
Class ServerConcurrencyExample

java.lang.Object
  extended by org.basex.test.examples.ServerConcurrencyExample

public final class ServerConcurrencyExample
extends Object

This class connects multiple clients to one server instance. It sets up three clients with read/write access to the database. Database information will be shown before and after the clients have been run.

Author:
Workgroup DBIS, University of Konstanz 2005-10, ISC License, BaseX Team

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

Constructor Detail

ServerConcurrencyExample

public ServerConcurrencyExample()
Method Detail

main

public static void main(String[] args)
                 throws Exception
Main method of the example class.

Parameters:
args - (ignored) command-line arguments
Throws:
Exception - exception