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
_impl
private 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)
void
begin()
void
commit(boolean report_heuristics)
Control
get_control()
Status
get_status()
int
get_timeout()
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
_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:Servant
Returns the root POA from the ORB instance associated with the servant. Subclasses may override this method to return a different POA.- Overrides:
_default_POA
in classServant
- Returns:
default_POA
the 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
-
-