org.omg.CosTransactions

Class CurrentPOATie

Implemented Interfaces:
CurrentOperations, CurrentOperations, InvokeHandler

public class CurrentPOATie
extends CurrentPOA

Generated from IDL interface "Current"

Author:
JacORB IDL compiler V 2.2, 7-May-2004

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()
void
rollback_only()
void
set_timeout(int seconds)
Control
suspend()

Methods inherited from class org.omg.CosTransactions.CurrentPOA

_all_interfaces, _invoke, _this, _this

Methods inherited from class org.omg.PortableServer.Servant

_all_interfaces, _default_POA, _get_delegate, _get_interface, _get_interface_def, _is_a, _non_existent, _object_id, _orb, _poa, _set_delegate, _this_object, _this_object

Constructor Details

CurrentPOATie

public CurrentPOATie(CurrentOperations delegate)


CurrentPOATie

public CurrentPOATie(CurrentOperations delegate,
                     POA poa)

Method Details

_default_POA

public POA _default_POA()
Overrides:
_default_POA in interface Servant


_delegate

public CurrentOperations _delegate()


_delegate

public void _delegate(CurrentOperations delegate)


_this

public Current _this()
Overrides:
_this in interface CurrentPOA


_this

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


begin

public void begin()
            throws SubtransactionsUnavailable
Specified by:
begin in interface CurrentOperations


commit

public void commit(boolean report_heuristics)
            throws HeuristicMixed,
                   HeuristicHazard,
                   NoTransaction
Specified by:
commit in interface CurrentOperations


get_control

public Control get_control()
Specified by:
get_control in interface CurrentOperations


get_status

public Status get_status()
Specified by:
get_status in interface CurrentOperations


get_transaction_name

public java.lang.String get_transaction_name()
Specified by:
get_transaction_name in interface CurrentOperations


resume

public void resume(Control which)
            throws InvalidControl
Specified by:
resume in interface CurrentOperations


rollback

public void rollback()
            throws NoTransaction
Specified by:
rollback in interface CurrentOperations


rollback_only

public void rollback_only()
            throws NoTransaction
Specified by:
rollback_only in interface CurrentOperations


set_timeout

public void set_timeout(int seconds)
Specified by:
set_timeout in interface CurrentOperations


suspend

public Control suspend()
Specified by:
suspend in interface CurrentOperations