org.omg.CosTransactions
Class CoordinatorPOATie

java.lang.Object
  extended byorg.omg.PortableServer.Servant
      extended byorg.omg.CosTransactions.CoordinatorPOA
          extended byorg.omg.CosTransactions.CoordinatorPOATie
All Implemented Interfaces:
CoordinatorOperations, InvokeHandler

public class CoordinatorPOATie
extends CoordinatorPOA

Generated from IDL interface "Coordinator"

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

Constructor Summary
CoordinatorPOATie(CoordinatorOperations delegate)
           
CoordinatorPOATie(CoordinatorOperations delegate, POA poa)
           
 
Method Summary
 POA _default_POA()
           
 CoordinatorOperations _delegate()
           
 void _delegate(CoordinatorOperations delegate)
           
 Coordinator _this()
           
 Coordinator _this(ORB orb)
           
 Control create_subtransaction()
           
 Status get_parent_status()
           
 Status get_status()
           
 Status get_top_level_status()
           
 java.lang.String get_transaction_name()
           
 PropagationContext get_txcontext()
           
 int hash_top_level_tran()
           
 int hash_transaction()
           
 boolean is_ancestor_transaction(Coordinator tc)
           
 boolean is_descendant_transaction(Coordinator tc)
           
 boolean is_related_transaction(Coordinator tc)
           
 boolean is_same_transaction(Coordinator tc)
           
 boolean is_top_level_transaction()
           
 RecoveryCoordinator register_resource(Resource r)
           
 void register_subtran_aware(SubtransactionAwareResource r)
           
 void register_synchronization(Synchronization sync)
           
 void rollback_only()
           
 
Methods inherited from class org.omg.CosTransactions.CoordinatorPOA
_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

CoordinatorPOATie

public CoordinatorPOATie(CoordinatorOperations delegate)

CoordinatorPOATie

public CoordinatorPOATie(CoordinatorOperations delegate,
                         POA poa)
Method Detail

_this

public Coordinator _this()
Overrides:
_this in class CoordinatorPOA

_this

public Coordinator _this(ORB orb)
Overrides:
_this in class CoordinatorPOA

_delegate

public CoordinatorOperations _delegate()

_delegate

public void _delegate(CoordinatorOperations delegate)

_default_POA

public POA _default_POA()
Overrides:
_default_POA in class Servant

is_ancestor_transaction

public boolean is_ancestor_transaction(Coordinator tc)

get_status

public Status get_status()

is_descendant_transaction

public boolean is_descendant_transaction(Coordinator tc)

get_transaction_name

public java.lang.String get_transaction_name()

get_top_level_status

public Status get_top_level_status()

get_parent_status

public Status get_parent_status()

rollback_only

public void rollback_only()
                   throws Inactive
Throws:
Inactive

is_top_level_transaction

public boolean is_top_level_transaction()

create_subtransaction

public Control create_subtransaction()
                              throws SubtransactionsUnavailable,
                                     Inactive
Throws:
SubtransactionsUnavailable
Inactive

get_txcontext

public PropagationContext get_txcontext()
                                 throws Unavailable
Throws:
Unavailable

register_synchronization

public void register_synchronization(Synchronization sync)
                              throws SynchronizationUnavailable,
                                     Inactive
Throws:
SynchronizationUnavailable
Inactive

hash_top_level_tran

public int hash_top_level_tran()

is_same_transaction

public boolean is_same_transaction(Coordinator tc)

register_subtran_aware

public void register_subtran_aware(SubtransactionAwareResource r)
                            throws NotSubtransaction,
                                   Inactive
Throws:
NotSubtransaction
Inactive

hash_transaction

public int hash_transaction()

register_resource

public RecoveryCoordinator register_resource(Resource r)
                                      throws Inactive
Throws:
Inactive

is_related_transaction

public boolean is_related_transaction(Coordinator tc)