| java.lang.Object org.jboss.tm.usertx.client.ServerVMClientUserTransaction
ServerVMClientUserTransaction | public class ServerVMClientUserTransaction implements UserTransaction(Code) | | The client-side UserTransaction implementation for clients
operating in the same VM as the server.
This will delegate all UserTransaction calls to the
TransactionManager of the server.
author: Ole Husgaard version: $Revision: 57209 $ |
Inner Class :public interface UserTransactionStartedListener extends EventListener | |
ServerVMClientUserTransaction | public ServerVMClientUserTransaction(TransactionManager tm)(Code) | | |
begin | public void begin() throws NotSupportedException, SystemException(Code) | | |
getStatus | public int getStatus() throws SystemException(Code) | | |
registerTxStartedListener | public void registerTxStartedListener(UserTransactionStartedListener txStartedListener)(Code) | | |
setTransactionTimeout | public void setTransactionTimeout(int seconds) throws SystemException(Code) | | |
unregisterTxStartedListener | public void unregisterTxStartedListener(UserTransactionStartedListener txStartedListener)(Code) | | |
|
|