org.omg.BridgeTransactionMgmt
Class TransactionManagementPOATie

java.lang.Object
  extended byorg.omg.PortableServer.Servant
      extended byorg.omg.BridgeTransactionMgmt.TransactionManagementPOA
          extended byorg.omg.BridgeTransactionMgmt.TransactionManagementPOATie
All Implemented Interfaces:
InvokeHandler, TransactionManagementOperations

public class TransactionManagementPOATie
extends TransactionManagementPOA

Generated from IDL interface "TransactionManagement"

Author:
JacORB IDL compiler V 2.2.3, 10-Dec-2005

Constructor Summary
TransactionManagementPOATie(TransactionManagementOperations delegate)
           
TransactionManagementPOATie(TransactionManagementOperations delegate, POA poa)
           
 
Method Summary
 POA _default_POA()
           
 TransactionManagementOperations _delegate()
           
 void _delegate(TransactionManagementOperations delegate)
           
 TransactionManagement _this()
           
 TransactionManagement _this(ORB orb)
           
 void disable_transaction()
           
 void enable_transaction(int events, int timeout)
           
 
Methods inherited from class org.omg.BridgeTransactionMgmt.TransactionManagementPOA
_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

TransactionManagementPOATie

public TransactionManagementPOATie(TransactionManagementOperations delegate)

TransactionManagementPOATie

public TransactionManagementPOATie(TransactionManagementOperations delegate,
                                   POA poa)
Method Detail

_this

public TransactionManagement _this()
Overrides:
_this in class TransactionManagementPOA

_this

public TransactionManagement _this(ORB orb)
Overrides:
_this in class TransactionManagementPOA

_delegate

public TransactionManagementOperations _delegate()

_delegate

public void _delegate(TransactionManagementOperations delegate)

_default_POA

public POA _default_POA()
Overrides:
_default_POA in class Servant

disable_transaction

public void disable_transaction()
                         throws TransactionActive
Throws:
TransactionActive

enable_transaction

public void enable_transaction(int events,
                               int timeout)
                        throws TransactionAlreadyActive,
                               UnsupportedTransaction
Throws:
TransactionAlreadyActive
UnsupportedTransaction