tyrex.corba

Class OTSServer

public final class OTSServer extends 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

Method Summary
static TransactionFactorycreateTransactionFactory(ORB orb)
static voidmain(String[] args)
Application entry point
static voidshutdownTransactionManager()
Shutdown the transaction manager

Method Detail

createTransactionFactory

public static TransactionFactory createTransactionFactory(ORB orb)

main

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

shutdownTransactionManager

public static void shutdownTransactionManager()
Shutdown the transaction manager
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.