org.omg.CosTransactions
Class TransactionFactoryPOATie

java.lang.Object
  extended byorg.omg.PortableServer.Servant
      extended byorg.omg.CosTransactions.TransactionFactoryPOA
          extended byorg.omg.CosTransactions.TransactionFactoryPOATie
All Implemented Interfaces:
InvokeHandler, TransactionFactoryOperations

public class TransactionFactoryPOATie
extends TransactionFactoryPOA

Generated from IDL interface "TransactionFactory"

Author:
JacORB IDL compiler V 2.1 (JBoss patch 1), 01-Mar-2004

Constructor Summary
TransactionFactoryPOATie(TransactionFactoryOperations delegate)
           
TransactionFactoryPOATie(TransactionFactoryOperations delegate, POA poa)
           
 
Method Summary
 POA _default_POA()
           
 TransactionFactoryOperations _delegate()
           
 void _delegate(TransactionFactoryOperations delegate)
           
 TransactionFactory _this()
           
 TransactionFactory _this(ORB orb)
           
 Control create(int time_out)
           
 Control recreate(PropagationContext ctx)
           
 
Methods inherited from class org.omg.CosTransactions.TransactionFactoryPOA
_all_interfaces, _invoke
 
Methods inherited from class org.omg.PortableServer.Servant
_get_delegate, _get_interface_def, _get_interface, _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

TransactionFactoryPOATie

public TransactionFactoryPOATie(TransactionFactoryOperations delegate)

TransactionFactoryPOATie

public TransactionFactoryPOATie(TransactionFactoryOperations delegate,
                                POA poa)
Method Detail

_this

public TransactionFactory _this()
Overrides:
_this in class TransactionFactoryPOA

_this

public TransactionFactory _this(ORB orb)
Overrides:
_this in class TransactionFactoryPOA

_delegate

public TransactionFactoryOperations _delegate()

_delegate

public void _delegate(TransactionFactoryOperations delegate)

_default_POA

public POA _default_POA()
Overrides:
_default_POA in class Servant

create

public Control create(int time_out)

recreate

public Control recreate(PropagationContext ctx)