com.metamatrix.console.ui.views.properties
Class FakeUserTransaction

java.lang.Object
  extended by com.metamatrix.console.ui.views.properties.FakeUserTransaction
All Implemented Interfaces:
UserTransaction

public class FakeUserTransaction
extends java.lang.Object
implements UserTransaction


Constructor Summary
FakeUserTransaction()
           
 
Method Summary
 void begin()
           
 void commit()
           
 java.lang.Object getSource()
           
 int getStatus()
           
 void rollback()
           
 void setRollbackOnly()
           
 void setTransactionTimeout(int p0)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FakeUserTransaction

public FakeUserTransaction()
Method Detail

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.