| |
|
| java.lang.Object java.lang.Thread org.objectweb.jotm.Main
Main | public class Main extends Thread (Code) | | This class is used to start JOTM as a standalone transaction manager.
author: Christophe Ney - cney@batisseurs.com author: Created on Feb 26, 2002 |
Method Summary | |
public static void | main(String[] args) Used to start JOTM from a command line interface. | public static void | printHelp(Options cmdLineOptions) | public void | run() |
debug | static boolean debug(Code) | | |
remote | static boolean remote(Code) | | |
timeout | static int timeout(Code) | | |
transactionManagerName | static String transactionManagerName(Code) | | |
verbose | static boolean verbose(Code) | | |
main | public static void main(String[] args)(Code) | | Used to start JOTM from a command line interface.
Parameters: args - JOTM arguments |
printHelp | public static void printHelp(Options cmdLineOptions)(Code) | | |
run | public void run()(Code) | | used as shutdown hook
|
|
|
|