public class _UserTransactionServer_Stub extends Stub implements UserTransactionServer
| Constructor and Description |
|---|
_UserTransactionServer_Stub() |
| Modifier and Type | Method and Description |
|---|---|
String[] |
_ids() |
String |
begin(int arg0)
Create a new transaction.
|
void |
commit(String arg0)
Commit the transaction.
|
int |
getStatus(String arg0)
Get the status of the transaction.
|
void |
rollback(String arg0)
Rollback the transaction.
|
void |
setRollbackOnly(String arg0)
Mark the transaction for rollback only.
|
_get_codebase_create_request, _create_request, _duplicate, _get_delegate, _get_domain_managers, _get_interface_def, _get_policy, _hash, _invoke, _is_a, _is_equivalent, _is_local, _non_existent, _orb, _release, _releaseReply, _request, _request, _servant_postinvoke, _servant_preinvoke, _set_delegate, _set_policy_overridepublic String[] _ids()
_ids in class ObjectImplpublic String begin(int arg0) throws RemoteException, SystemException, NotSupportedException
UserTransactionServerbegin in interface UserTransactionServerarg0 - The timeout setting of the client UserTx.RemoteExceptionSystemExceptionNotSupportedExceptionpublic void commit(String arg0) throws RemoteException, RollbackException, HeuristicMixedException, HeuristicRollbackException, SystemException
UserTransactionServercommit in interface UserTransactionServerarg0 - The tid of the tx to commit.RemoteExceptionRollbackExceptionHeuristicMixedExceptionHeuristicRollbackExceptionSystemExceptionpublic void rollback(String arg0) throws RemoteException, SystemException
UserTransactionServerrollback in interface UserTransactionServerarg0 - The tid of the transaction to rollback.RemoteExceptionSystemExceptionpublic void setRollbackOnly(String arg0) throws RemoteException, SystemException
UserTransactionServersetRollbackOnly in interface UserTransactionServerarg0 - The tid of the transaction to mark.RemoteExceptionSystemExceptionpublic int getStatus(String arg0) throws RemoteException, SystemException
UserTransactionServergetStatus in interface UserTransactionServerarg0 - The tid.RemoteExceptionSystemExceptionCopyright © 2016. All Rights Reserved.