|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.rmi.server.RemoteObject
java.rmi.server.RemoteStub
org.jboss.tm.usertx.server.UserTransactionSessionImpl_Stub
public final class UserTransactionSessionImpl_Stub
Field Summary |
---|
Fields inherited from class java.rmi.server.RemoteObject |
---|
ref |
Constructor Summary | |
---|---|
UserTransactionSessionImpl_Stub(RemoteRef ref)
|
Method Summary | |
---|---|
Object |
begin(int $param_int_1)
Start a new transaction, and return its TPC. |
void |
commit(Object $param_Object_1)
Commit the transaction. |
void |
destroy()
Destroy this session. |
int |
getStatus(Object $param_Object_1)
Return status of the transaction. |
void |
rollback(Object $param_Object_1)
Rollback the transaction. |
void |
setRollbackOnly(Object $param_Object_1)
Mark the transaction for rollback only. |
Methods inherited from class java.rmi.server.RemoteStub |
---|
setRef |
Methods inherited from class java.rmi.server.RemoteObject |
---|
equals, getRef, hashCode, toString, toStub |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public UserTransactionSessionImpl_Stub(RemoteRef ref)
Method Detail |
---|
public Object begin(int $param_int_1) throws RemoteException, NotSupportedException, SystemException
UserTransactionSession
begin
in interface UserTransactionSession
$param_int_1
- The timeout value for the new transaction, in seconds.
RemoteException
NotSupportedException
SystemException
public void commit(Object $param_Object_1) throws IllegalStateException, SecurityException, RemoteException, HeuristicMixedException, HeuristicRollbackException, RollbackException, SystemException
UserTransactionSession
commit
in interface UserTransactionSession
$param_Object_1
- The transaction propagation context for the transaction.
IllegalStateException
SecurityException
RemoteException
HeuristicMixedException
HeuristicRollbackException
RollbackException
SystemException
public void destroy() throws RemoteException
UserTransactionSession
destroy
in interface UserTransactionSession
RemoteException
public int getStatus(Object $param_Object_1) throws RemoteException, SystemException
UserTransactionSession
getStatus
in interface UserTransactionSession
$param_Object_1
- The transaction propagation context for the transaction.
RemoteException
SystemException
public void rollback(Object $param_Object_1) throws IllegalStateException, SecurityException, RemoteException, SystemException
UserTransactionSession
rollback
in interface UserTransactionSession
$param_Object_1
- The transaction propagation context for the transaction.
IllegalStateException
SecurityException
RemoteException
SystemException
public void setRollbackOnly(Object $param_Object_1) throws IllegalStateException, RemoteException, SystemException
UserTransactionSession
setRollbackOnly
in interface UserTransactionSession
$param_Object_1
- The transaction propagation context for the transaction.
IllegalStateException
RemoteException
SystemException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |