|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.omg.PortableServer.Servant
org.omg.CosTransactions.CoordinatorPOA
org.omg.CosTransactions.CoordinatorPOATie
The Coordinator interface provides operations that are used by participants in a transaction. These participants are typically either recoverable objects or agents of recoverable objects, such as subordinate coordinators. Each object supporting the Coordinator interface is implicitly associated with a single transaction.
Constructor Summary | |
CoordinatorPOATie(CoordinatorOperations tieObject)
Constructor |
|
CoordinatorPOATie(CoordinatorOperations tieObject,
org.omg.PortableServer.POA poa)
Constructor |
Method Summary | |
org.omg.PortableServer.POA |
_default_POA()
_default_POA method |
CoordinatorOperations |
_delegate()
Get the delegate |
void |
_delegate(CoordinatorOperations delegate_)
Set the delegate |
Control |
create_subtransaction()
Operation create_subtransaction |
Status |
get_parent_status()
Operation get_parent_status |
Status |
get_status()
Operation get_status |
Status |
get_top_level_status()
Operation get_top_level_status |
java.lang.String |
get_transaction_name()
Operation get_transaction_name |
PropagationContext |
get_txcontext()
Operation get_txcontext |
int |
hash_top_level_tran()
Operation hash_top_level_tran |
int |
hash_transaction()
Operation hash_transaction |
boolean |
is_ancestor_transaction(Coordinator tc)
Operation is_ancestor_transaction |
boolean |
is_descendant_transaction(Coordinator tc)
Operation is_descendant_transaction |
boolean |
is_related_transaction(Coordinator tc)
Operation is_related_transaction |
boolean |
is_same_transaction(Coordinator tc)
Operation is_same_transaction |
boolean |
is_top_level_transaction()
Operation is_top_level_transaction |
RecoveryCoordinator |
register_resource(Resource r)
Operation register_resource |
void |
register_subtran_aware(SubtransactionAwareResource r)
Operation register_subtran_aware |
void |
register_synchronization(Synchronization sync)
Operation register_synchronization |
void |
rollback_only()
Operation rollback_only |
Methods inherited from class org.omg.CosTransactions.CoordinatorPOA |
_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 |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public CoordinatorPOATie(CoordinatorOperations tieObject)
public CoordinatorPOATie(CoordinatorOperations tieObject, org.omg.PortableServer.POA poa)
Method Detail |
public CoordinatorOperations _delegate()
public void _delegate(CoordinatorOperations delegate_)
public org.omg.PortableServer.POA _default_POA()
public Status get_status()
public Status get_parent_status()
public Status get_top_level_status()
public boolean is_same_transaction(Coordinator tc)
public boolean is_related_transaction(Coordinator tc)
public boolean is_ancestor_transaction(Coordinator tc)
public boolean is_descendant_transaction(Coordinator tc)
public boolean is_top_level_transaction()
public int hash_transaction()
public int hash_top_level_tran()
public RecoveryCoordinator register_resource(Resource r) throws Inactive
Inactive
public void register_synchronization(Synchronization sync) throws Inactive, SynchronizationUnavailable
Inactive
SynchronizationUnavailable
public void register_subtran_aware(SubtransactionAwareResource r) throws Inactive, NotSubtransaction
Inactive
NotSubtransaction
public void rollback_only() throws Inactive
Inactive
public java.lang.String get_transaction_name()
public Control create_subtransaction() throws SubtransactionsUnavailable, Inactive
SubtransactionsUnavailable
Inactive
public PropagationContext get_txcontext() throws Unavailable
Unavailable
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |