public final class UserTransactionServerImp_Stub extends RemoteStub implements UserTransactionServer
ref| Constructor and Description |
|---|
UserTransactionServerImp_Stub() |
UserTransactionServerImp_Stub(RemoteRef ref) |
| Modifier and Type | Method and Description |
|---|---|
String |
begin(int $param_int_1)
Create a new transaction.
|
void |
commit(String $param_String_1)
Commit the transaction.
|
int |
getStatus(String $param_String_1)
Get the status of the transaction.
|
void |
rollback(String $param_String_1)
Rollback the transaction.
|
void |
setRollbackOnly(String $param_String_1)
Mark the transaction for rollback only.
|
setRefpublic UserTransactionServerImp_Stub()
public UserTransactionServerImp_Stub(RemoteRef ref)
public String begin(int $param_int_1) throws RemoteException, NotSupportedException, SystemException
UserTransactionServerbegin in interface UserTransactionServer$param_int_1 - The timeout setting of the client UserTx.RemoteExceptionNotSupportedExceptionSystemExceptionpublic void commit(String $param_String_1) throws IllegalStateException, SecurityException, RemoteException, HeuristicMixedException, HeuristicRollbackException, RollbackException, SystemException
UserTransactionServercommit in interface UserTransactionServer$param_String_1 - The tid of the tx to commit.IllegalStateExceptionSecurityExceptionRemoteExceptionHeuristicMixedExceptionHeuristicRollbackExceptionRollbackExceptionSystemExceptionpublic int getStatus(String $param_String_1) throws RemoteException, SystemException
UserTransactionServergetStatus in interface UserTransactionServer$param_String_1 - The tid.RemoteExceptionSystemExceptionpublic void rollback(String $param_String_1) throws IllegalStateException, SecurityException, RemoteException, SystemException
UserTransactionServerrollback in interface UserTransactionServer$param_String_1 - The tid of the transaction to rollback.IllegalStateExceptionSecurityExceptionRemoteExceptionSystemExceptionpublic void setRollbackOnly(String $param_String_1) throws IllegalStateException, RemoteException, SystemException
UserTransactionServersetRollbackOnly in interface UserTransactionServer$param_String_1 - The tid of the transaction to mark.IllegalStateExceptionRemoteExceptionSystemExceptionCopyright © 2016. All Rights Reserved.