tyrex.corba
Class OTSServer

java.lang.Object
  |
  +--tyrex.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


Intalio Inc. (C) 1999-2001. All rights reserved.