|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Object
|
+--org.omg.PortableServer.Servant
|
+--org.omg.CosTransactions.SynchronizationPOA
|
+--org.openorb.ccs.kernel.Synchronization
This class is a Synchronization implementation of the Transaction Service. It is used to release all locks from transaction which rolledbacked or committed.
| Constructor Summary | |
Synchronization(TransactionalLockSet tls,
org.omg.CosTransactions.Coordinator current)
Constructor. |
|
| Method Summary | |
void |
after_completion(org.omg.CosTransactions.Status status)
This operation is invoked after all commit or rollback responses have been received by this coordinator. |
void |
before_completion()
This operation is invoked prior to the start of the two-phase commit protocol within the coordinator the Synchronization has registered with. |
| Methods inherited from class org.omg.CosTransactions.SynchronizationPOA |
_all_interfaces, _invoke, _this, _this |
| Methods inherited from class org.omg.PortableServer.Servant |
_default_POA, _get_delegate, _get_interface_def, _get_interface, _is_a, _non_existent, _object_id, _orb, _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 Synchronization(TransactionalLockSet tls,
org.omg.CosTransactions.Coordinator current)
tls - The trnascational lock set.current - The current transaction coordinator.| Method Detail |
public void before_completion()
before_completion in class org.omg.CosTransactions.SynchronizationPOApublic void after_completion(org.omg.CosTransactions.Status status)
after_completion in class org.omg.CosTransactions.SynchronizationPOAstatus - The transaction status.
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||