com.metamatrix.console.ui.views.properties
Class FakeUserTransaction
java.lang.Object
com.metamatrix.console.ui.views.properties.FakeUserTransaction
- All Implemented Interfaces:
- UserTransaction
public class FakeUserTransaction
- extends java.lang.Object
- implements UserTransaction
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FakeUserTransaction
public FakeUserTransaction()
begin
public void begin()
throws TransactionException
- Specified by:
begin in interface UserTransaction
- Throws:
TransactionException
commit
public void commit()
throws TransactionException
- Specified by:
commit in interface UserTransaction
- Throws:
TransactionException
getSource
public java.lang.Object getSource()
throws TransactionException
- Specified by:
getSource in interface UserTransaction
- Throws:
TransactionException
getStatus
public int getStatus()
throws TransactionException
- Specified by:
getStatus in interface UserTransaction
- Throws:
TransactionException
rollback
public void rollback()
throws TransactionException
- Specified by:
rollback in interface UserTransaction
- Throws:
TransactionException
setRollbackOnly
public void setRollbackOnly()
throws TransactionException
- Specified by:
setRollbackOnly in interface UserTransaction
- Throws:
TransactionException
setTransactionTimeout
public void setTransactionTimeout(int p0)
throws TransactionException
- Specified by:
setTransactionTimeout in interface UserTransaction
- Throws:
TransactionException
Copyright © 2009. All Rights Reserved.