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   
com.metamatrix.platform.config.spi.xml   
 

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)
           
 

Uses of TransactionException in com.metamatrix.platform.config.spi.xml
 

Subclasses of TransactionException in com.metamatrix.platform.config.spi.xml
 class ConfigTransactionException
          Date Oct 10, 2002 TransactionException exception indicates that the request cannot be executed because of an error with the transaction.
 

Methods in com.metamatrix.platform.config.spi.xml that throw TransactionException
 void ConfigUserTransaction.begin()
           
 void ConfigTransaction.begin(java.lang.String principal, int reason, boolean readOnly)
          This method is implemented by this class so that the actual lock can be obtained prior to the transaction beginning.
 void XMLConfigurationTransaction.commit()
          Complete the transaction represented by this TransactionObject.
 void ConfigUserTransaction.commit()
           
 void ConfigTransaction.commit()
          Complete the transaction represented by this TransactionObject.
 ConfigUserTransaction ConfigUserTransactionFactory.createReadTransaction(java.lang.String principal)
          Create a new instance of a UserTransaction that may be used to read information.
 ConfigUserTransaction ConfigUserTransactionFactory.createWriteTransaction(java.lang.String principal)
          Create a new instance of a UserTransaction that may be used to write and/or update information.
 void XMLConfigurationTransaction.rollback()
           
 void ConfigUserTransaction.rollback()
           
 void ConfigTransaction.rollback()
          Roll back the transaction represented by this TransactionObject.
 void ConfigTransaction.setRollbackOnly()
          Modify the transaction such that the only possible outcome of the transaction is to roll back the transaction.
 



Copyright © 2009. All Rights Reserved.