org.jacorb.transaction
Class TransactionService

java.lang.Object
  extended by org.omg.PortableServer.Servant
      extended by org.omg.CosTransactions.TransactionFactoryPOA
          extended by org.jacorb.transaction.TransactionService
All Implemented Interfaces:
InvokeHandler, TransactionFactoryOperations

public class TransactionService
extends TransactionFactoryPOA


Constructor Summary
TransactionService()
           
 
Method Summary
 Control create(int time_out)
           
static TransactionFactory get_reference()
           
static boolean is_initialized()
           
static void main(String[] args)
           
 Control recreate(PropagationContext ctx)
           
static void start(POA _poa, int max_of_trans)
           
 
Methods inherited from class org.omg.CosTransactions.TransactionFactoryPOA
_all_interfaces, _invoke, _this, _this
 
Methods inherited from class org.omg.PortableServer.Servant
_default_POA, _get_delegate, _get_interface_def, _is_a, _non_existent, _object_id, _orb, _poa, _set_delegate, _this_object, _this_object
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TransactionService

public TransactionService()
Method Detail

is_initialized

public static boolean is_initialized()

get_reference

public static TransactionFactory get_reference()

create

public Control create(int time_out)

recreate

public Control recreate(PropagationContext ctx)

start

public static void start(POA _poa,
                         int max_of_trans)

main

public static void main(String[] args)


Copyright © 2015 JacORB. All rights reserved.