|
Novell exteNd Messaging Platform 5.1 | |||||||||
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.CurrentPOA
org.omg.CosTransactions.CurrentPOATie
Stream based POA TIE Skeleton for Current
Constructor Summary | |
CurrentPOATie(CurrentOperations delegate)
|
|
CurrentPOATie(CurrentOperations delegate,
POA poa)
|
Method Summary | |
POA |
_default_POA()
Get the Default POA - the Root POA. |
CurrentOperations |
_delegate()
|
void |
_delegate(CurrentOperations delegate)
|
void |
begin()
Create a new transaction and associate it with the current thread. |
void |
commit(boolean report_heuristics)
Complete the transaction associated with the current thread by committing all operations. |
Control |
get_control()
The Control object that represents the transaction associated with the current thread. |
Status |
get_status()
The Status of the transaction associated with the current thread. |
int |
get_timeout()
|
String |
get_transaction_name()
The printable string describing the transaction associated with the current thread. |
void |
resume(Control which)
The current tread is associated with the transaciton represented by the Control object in the parameter. |
void |
rollback_only()
The transaction associated with the current thread is modified so that the only posible outcome is to rollback the transaction. |
void |
rollback()
Complete the transaction associated with the current thread by rolling back all operations. |
void |
set_timeout(int seconds)
Set the time-out period in seconds of the transaction associated with the current thread |
Control |
suspend()
If there is a tread associated with the current thread, it is disassociated with current thread and a Control object representing the transaction is returned. |
Methods inherited from class org.omg.CosTransactions.CurrentPOA |
_all_interfaces, _invoke, _this, _this |
Methods inherited from class org.omg.PortableServer.Servant |
_get_delegate, _getClassLoader, _is_a, _non_existent, _object_id, _orb, _orb, _poa, _set_delegate, _setClassLoader, _this_object, _this_object |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public CurrentPOATie(CurrentOperations delegate)
public CurrentPOATie(CurrentOperations delegate, POA poa)
Method Detail |
public CurrentOperations _delegate()
public void _delegate(CurrentOperations delegate)
public POA _default_POA()
Servant
_default_POA
in class Servant
public void begin() throws SubtransactionsUnavailable
CurrentOperations
SubtransactionsUnavailable
public void commit(boolean report_heuristics) throws NoTransaction, HeuristicMixed, HeuristicHazard
CurrentOperations
NoTransaction
HeuristicMixed
HeuristicHazard
public void rollback() throws NoTransaction
CurrentOperations
NoTransaction
public void rollback_only() throws NoTransaction
CurrentOperations
NoTransaction
public Status get_status()
CurrentOperations
public String get_transaction_name()
CurrentOperations
public void set_timeout(int seconds)
CurrentOperations
public int get_timeout()
public Control get_control()
CurrentOperations
public Control suspend()
CurrentOperations
public void resume(Control which) throws InvalidControl
CurrentOperations
InvalidControl
|
Novell exteNd Messaging Platform 5.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |