org.omg.CosTransactions
Class TerminatorPOATie

java.lang.Object
  extended byorg.omg.PortableServer.Servant
      extended byorg.omg.CosTransactions.TerminatorPOA
          extended byorg.omg.CosTransactions.TerminatorPOATie
All Implemented Interfaces:
InvokeHandler, TerminatorOperations

public class TerminatorPOATie
extends TerminatorPOA

Generated from IDL interface "Terminator"

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

Constructor Summary
TerminatorPOATie(TerminatorOperations delegate)
           
TerminatorPOATie(TerminatorOperations delegate, POA poa)
           
 
Method Summary
 POA _default_POA()
           
 TerminatorOperations _delegate()
           
 void _delegate(TerminatorOperations delegate)
           
 Terminator _this()
           
 Terminator _this(ORB orb)
           
 void commit(boolean report_heuristics)
           
 void rollback()
           
 
Methods inherited from class org.omg.CosTransactions.TerminatorPOA
_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

TerminatorPOATie

public TerminatorPOATie(TerminatorOperations delegate)

TerminatorPOATie

public TerminatorPOATie(TerminatorOperations delegate,
                        POA poa)
Method Detail

_this

public Terminator _this()
Overrides:
_this in class TerminatorPOA

_this

public Terminator _this(ORB orb)
Overrides:
_this in class TerminatorPOA

_delegate

public TerminatorOperations _delegate()

_delegate

public void _delegate(TerminatorOperations delegate)

_default_POA

public POA _default_POA()
Overrides:
_default_POA in class Servant

rollback

public void rollback()

commit

public void commit(boolean report_heuristics)
            throws HeuristicHazard,
                   HeuristicMixed
Throws:
HeuristicHazard
HeuristicMixed