org.omg.BridgeTransactionMgmt
Class TransactionManagementPOATie

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

public class TransactionManagementPOATie
extends TransactionManagementPOA

Generated from IDL interface "TransactionManagement".

Version:
generated at Mar 12, 2011 4:11:29 PM
Author:
JacORB IDL compiler V 2.3.1 (JBoss patch01), 29-Jul-2009

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_component, _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