| java.lang.Object org.jboss.tm.usertx.client.ClientUserTransaction
ClientUserTransaction | public class ClientUserTransaction implements UserTransaction,TransactionPropagationContextFactory,Referenceable,Serializable(Code) | | The client-side UserTransaction implementation. This will delegate all
UserTransaction calls to the server.
Warning: This is only for stand-alone clients that do not have their
own transaction service. No local work is done in the context of transactions
started here, only work done in beans at the server. Instantiating objects of
this class outside the server will change the JRMP GenericProxy so that
outgoing calls use the propagation contexts of the transactions started
here.
author: Ole Husgaard author: Scott.Stark@jboss.org version: $Revision: 57209 $ |
begin | public void begin() throws NotSupportedException, SystemException(Code) | | |
getStatus | public int getStatus() throws SystemException(Code) | | |
getTransactionPropagationContext | public Object getTransactionPropagationContext()(Code) | | |
getTransactionPropagationContext | public Object getTransactionPropagationContext(Transaction tx)(Code) | | |
setTransactionTimeout | public void setTransactionTimeout(int seconds) throws SystemException(Code) | | |
|
|