org.xquark.bridge
Class Main

java.lang.Object
  |
  +--org.xquark.bridge.Main

public class Main
extends java.lang.Object

This class is the command-line launcher for Bridge. It is mostly useful for test and demo purposes, as the JVM and connection setup overhead are prohibitive in most cases.


Constructor Summary
Main()
           
 
Method Summary
static void main(java.lang.String[] args)
          The method called from the command line to run the XQBridge as a standalone program.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Main

public Main()
Method Detail

main

public static void main(java.lang.String[] args)
The method called from the command line to run the XQBridge as a standalone program. Use the -help option to display a list of available options.

Parameters:
args - the command line parameters


Copyright © 2004 Université de Versailles Saint-Quentin, XQuark Group. All rights reserved.