org.objectweb.jotm
Class Main
public class Main
extends Thread
This class is used to start JOTM as a standalone transaction manager.
- Christophe Ney - cney@batisseurs.com
Created on Feb 26, 2002
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
|
main
public static void main(String[] args)
Used to start JOTM from a command line interface.
args
- JOTM arguments
printHelp
public static void printHelp(Options cmdLineOptions)
run
public void run()
used as shutdown hook