org.objectweb.jotm

Class Main


public class Main
extends Thread

This class is used to start JOTM as a standalone transaction manager.

Author:
Christophe Ney - cney@batisseurs.com Created on Feb 26, 2002

Method Summary

static void
main(String[] args)
Used to start JOTM from a command line interface.
static void
printHelp(Options cmdLineOptions)
void
run()
used as shutdown hook

Method Details

main

public static void main(String[] args)
Used to start JOTM from a command line interface.

Parameters:
args - JOTM arguments


printHelp

public static void printHelp(Options cmdLineOptions)


run

public void run()
used as shutdown hook