org.jacorb.transaction
Class TransactionService
java.lang.Object
org.omg.PortableServer.Servant
org.omg.CosTransactions.TransactionFactoryPOA
org.jacorb.transaction.TransactionService
- All Implemented Interfaces:
- InvokeHandler, org.omg.CosTransactions.TransactionFactoryOperations
public class TransactionService
- extends org.omg.CosTransactions.TransactionFactoryPOA
|
Method Summary |
org.omg.CosTransactions.Control |
create(int time_out)
|
static org.omg.CosTransactions.TransactionFactory |
get_reference()
|
static boolean |
is_initialized()
|
static void |
main(String[] args)
|
org.omg.CosTransactions.Control |
recreate(org.omg.CosTransactions.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_component, _get_delegate, _get_interface_def, _get_interface, _is_a, _non_existent, _object_id, _orb, _poa, _repository_id, _set_delegate, _this_object, _this_object |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TransactionService
public TransactionService()
is_initialized
public static boolean is_initialized()
get_reference
public static org.omg.CosTransactions.TransactionFactory get_reference()
create
public org.omg.CosTransactions.Control create(int time_out)
recreate
public org.omg.CosTransactions.Control recreate(org.omg.CosTransactions.PropagationContext ctx)
start
public static void start(POA _poa,
int max_of_trans)
main
public static void main(String[] args)
Copyright © 2012 JacORB. All Rights Reserved.