org.omg.CosTransactions
Class CurrentPOATie

java.lang.Object
  extended byorg.omg.PortableServer.Servant
      extended byorg.omg.CosTransactions.CurrentPOA
          extended byorg.omg.CosTransactions.CurrentPOATie
All Implemented Interfaces:
CurrentOperations, CurrentOperations, InvokeHandler

public class CurrentPOATie
extends CurrentPOA

Generated from IDL interface "Current"

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

Constructor Summary
CurrentPOATie(CurrentOperations delegate)
           
CurrentPOATie(CurrentOperations delegate, POA poa)
           
 
Method Summary
 POA _default_POA()
           
 CurrentOperations _delegate()
           
 void _delegate(CurrentOperations delegate)
           
 Current _this()
           
 Current _this(ORB orb)
           
 void begin()
           
 void commit(boolean report_heuristics)
           
 Control get_control()
           
 Status get_status()
           
 java.lang.String get_transaction_name()
           
 void resume(Control which)
           
 void rollback_only()
           
 void rollback()
           
 void set_timeout(int seconds)
           
 Control suspend()
           
 
Methods inherited from class org.omg.CosTransactions.CurrentPOA
_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

CurrentPOATie

public CurrentPOATie(CurrentOperations delegate)

CurrentPOATie

public CurrentPOATie(CurrentOperations delegate,
                     POA poa)
Method Detail

_this

public Current _this()
Overrides:
_this in class CurrentPOA

_this

public Current _this(ORB orb)
Overrides:
_this in class CurrentPOA

_delegate

public CurrentOperations _delegate()

_delegate

public void _delegate(CurrentOperations delegate)

_default_POA

public POA _default_POA()
Overrides:
_default_POA in class Servant

suspend

public Control suspend()

get_status

public Status get_status()

rollback

public void rollback()
              throws NoTransaction
Throws:
NoTransaction

resume

public void resume(Control which)
            throws InvalidControl
Throws:
InvalidControl

get_transaction_name

public java.lang.String get_transaction_name()

set_timeout

public void set_timeout(int seconds)

commit

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

rollback_only

public void rollback_only()
                   throws NoTransaction
Throws:
NoTransaction

get_control

public Control get_control()

begin

public void begin()
           throws SubtransactionsUnavailable
Throws:
SubtransactionsUnavailable