Uses of Class
com.metamatrix.common.transaction.TransactionException

Packages that use TransactionException
com.metamatrix.common.transaction   
com.metamatrix.common.transaction.manager   
com.metamatrix.console.models   
com.metamatrix.console.ui.views.properties   
 

Uses of TransactionException in com.metamatrix.common.transaction
 

Subclasses of TransactionException in com.metamatrix.common.transaction
 class TransactionNotSupportedException
          TransactionNotSupportedException exception indicates that the request cannot be executed because the transaction operation is not a supported feature.
 

Methods in com.metamatrix.common.transaction that throw TransactionException
 void UserTransaction.begin()
          Create a new transaction and associate it with this object.
 void UserTransaction.commit()
          Complete the transaction associated with this object.
 java.lang.Object UserTransaction.getSource()
          Return the (optional) reference to the object that is considered the source of the transaction represented by this object.
 int UserTransaction.getStatus()
          Obtain the status of the transaction represented by this object.
 void UserTransaction.rollback()
          Roll back the transaction associated with this object.
 void UserTransaction.setRollbackOnly()
          Modify the transaction associated with this object such that the only possible outcome of the transaction is to roll back the transaction.
 void UserTransaction.setTransactionTimeout(int seconds)
          Modify the value of the timeout value that is associated with the transactions represented by this object.
 

Uses of TransactionException in com.metamatrix.common.transaction.manager
 

Methods in com.metamatrix.common.transaction.manager that throw TransactionException
 void SimpleUserTransaction.begin()
          Create a new transaction and associate it with this object.
 void SimpleUserTransaction.commit()
          Complete the transaction associated with this object.
 java.lang.Object SimpleUserTransaction.getSource()
          Return the (optional) reference to the object that is considered the source of the transaction represented by this object.
 int SimpleUserTransaction.getStatus()
          Obtain the status of the transaction represented by this object.
 void SimpleUserTransaction.rollback()
          Roll back the transaction associated with this object.
 void SimpleUserTransaction.setRollbackOnly()
          Modify the transaction associated with this object such that the only possible outcome of the transaction is to roll back the transaction.
 void SimpleUserTransaction.setTransactionTimeout(int seconds)
          Modify the value of the timeout value that is associated with the transactions represented by this object.
 

Uses of TransactionException in com.metamatrix.console.models
 

Methods in com.metamatrix.console.models that throw TransactionException
 void ResourcePropertiedObjectEditor.apply()
          Implmented for the purpose of the console to control the commit via the apply button.
 void ResourcePropertiedObjectEditor.begin()
           
 void ConfigurationPropertiedObjectEditor.begin()
          Create a new transaction and associate it with this object.
 void ResourcePropertiedObjectEditor.commit()
          Complete the transaction associated with this object.
 void ConfigurationPropertiedObjectEditor.commit()
          Complete the transaction associated with this object.
 java.lang.Object ConfigurationPropertiedObjectEditor.getSource()
          Return the (optional) reference to the object that is considered the source of the transaction represented by this object.
 int ConfigurationPropertiedObjectEditor.getStatus()
          Obtain the status of the transaction represented by this object.
 void ResourcePropertiedObjectEditor.rollback()
           
 void ConfigurationPropertiedObjectEditor.rollback()
          Roll back the transaction associated with this object.
 void ConfigurationPropertiedObjectEditor.setRollbackOnly()
          Modify the transaction associated with this object such that the only possible outcome of the transaction is to roll back the transaction.
 void ConfigurationPropertiedObjectEditor.setTransactionTimeout(int seconds)
          Modify the value of the timeout value that is associated with the transactions represented by this object.
 

Uses of TransactionException in com.metamatrix.console.ui.views.properties
 

Methods in com.metamatrix.console.ui.views.properties that throw TransactionException
 void FakeUserTransaction.begin()
           
 void FakeUserTransaction.commit()
           
 java.lang.Object FakeUserTransaction.getSource()
           
 int FakeUserTransaction.getStatus()
           
 void FakeUserTransaction.rollback()
           
 void FakeUserTransaction.setRollbackOnly()
           
 void FakeUserTransaction.setTransactionTimeout(int p0)
           
 



Copyright © 2009. All Rights Reserved.