tyrex.corba
Class OTSServer

java.lang.Object
  extended bytyrex.corba.OTSServer

public final class OTSServer
extends java.lang.Object

This class is the OTS server class. It provides the ability to use Tyrex as an OTS server. Most of this code is extracted from the OpenORB OTS developed by Jerome Daniel & Marina Daniel ( changed to be used with a BOA approach ).

Version:
1.0
Author:
Jerome Daniel

Constructor Summary
OTSServer()
           
 
Method Summary
static org.omg.CosTransactions.TransactionFactory createTransactionFactory(org.omg.CORBA.ORB orb)
           
static void main(java.lang.String[] args)
          Application entry point
static void shutdownTransactionManager()
          Shutdown the transaction manager
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OTSServer

public OTSServer()
Method Detail

createTransactionFactory

public static org.omg.CosTransactions.TransactionFactory createTransactionFactory(org.omg.CORBA.ORB orb)

shutdownTransactionManager

public static void shutdownTransactionManager()
Shutdown the transaction manager


main

public static void main(java.lang.String[] args)
Application entry point



Original code is Copyright (c) 1999-2001, Intalio, Inc. All Rights Reserved. Contributions by MetaBoss team are Copyright (c) 2003-2005, Softaris Pty. Ltd. All Rights Reserved.