Package org.omg.CosTransactions
Class CurrentPOATie
- java.lang.Object
-
- org.omg.PortableServer.Servant
-
- org.omg.CosTransactions.CurrentPOA
-
- org.omg.CosTransactions.CurrentPOATie
-
- All Implemented Interfaces:
CurrentOperations,InvokeHandler,CurrentOperations
public class CurrentPOATie extends CurrentPOA
org/omg/CosTransactions/CurrentPOATie.java . Generated by the IDL-to-Java compiler (portable), version "4.1" from /home/abuild/rpmbuild/BUILD/glassfish-corba-4.2.4/omgapi/src/main/idl/CosTransactions.idl Wednesday, February 21, 2024 at 12:00:00 PM Greenwich Mean Time
-
-
Field Summary
Fields Modifier and Type Field Description private CurrentOperations_implprivate POA_poa
-
Constructor Summary
Constructors Constructor Description CurrentPOATie(CurrentOperations delegate)CurrentPOATie(CurrentOperations delegate, POA poa)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description POA_default_POA()Returns the root POA from the ORB instance associated with the servant.CurrentOperations_delegate()void_delegate(CurrentOperations delegate)voidbegin()voidcommit(boolean report_heuristics)Controlget_control()Statusget_status()intget_timeout()java.lang.Stringget_transaction_name()voidresume(Control which)voidrollback()voidrollback_only()voidset_timeout(int seconds)Controlsuspend()-
Methods inherited from class org.omg.CosTransactions.CurrentPOA
_all_interfaces, _invoke, _this, _this
-
Methods inherited from class org.omg.PortableServer.Servant
_get_delegate, _get_interface_def, _is_a, _non_existent, _object_id, _orb, _poa, _set_delegate, _this_object, _this_object
-
-
-
-
Field Detail
-
_impl
private CurrentOperations _impl
-
_poa
private POA _poa
-
-
Constructor Detail
-
CurrentPOATie
public CurrentPOATie(CurrentOperations delegate)
-
CurrentPOATie
public CurrentPOATie(CurrentOperations delegate, POA poa)
-
-
Method Detail
-
_delegate
public CurrentOperations _delegate()
-
_delegate
public void _delegate(CurrentOperations delegate)
-
_default_POA
public POA _default_POA()
Description copied from class:ServantReturns the root POA from the ORB instance associated with the servant. Subclasses may override this method to return a different POA.- Overrides:
_default_POAin classServant- Returns:
default_POAthe POA associated with theServant.
-
begin
public void begin() throws SubtransactionsUnavailable- Throws:
SubtransactionsUnavailable
-
commit
public void commit(boolean report_heuristics) throws NoTransaction, HeuristicMixed, HeuristicHazard
-
rollback
public void rollback() throws NoTransaction- Throws:
NoTransaction
-
rollback_only
public void rollback_only() throws NoTransaction- Throws:
NoTransaction
-
get_status
public Status get_status()
-
get_transaction_name
public java.lang.String get_transaction_name()
-
set_timeout
public void set_timeout(int seconds)
-
get_timeout
public int get_timeout()
-
get_control
public Control get_control()
-
suspend
public Control suspend()
-
resume
public void resume(Control which) throws InvalidControl
- Throws:
InvalidControl
-
-