Uses of Interface
com.metamatrix.common.transaction.UserTransaction

Packages that use UserTransaction
com.metamatrix.common.object   
com.metamatrix.common.transaction   
com.metamatrix.common.transaction.manager   
com.metamatrix.common.tree   
com.metamatrix.common.tree.basic   
com.metamatrix.common.tree.directory   
com.metamatrix.console.models   
com.metamatrix.console.ui.views.properties   
com.metamatrix.toolbox.ui.widget.tree   
 

Uses of UserTransaction in com.metamatrix.common.object
 

Methods in com.metamatrix.common.object that return UserTransaction
 UserTransaction PropertiedObjectEditorImpl.createReadTransaction()
          Create a new instance of a UserTransaction that may be used to read information.
 UserTransaction PropertiedObjectEditorImpl.createWriteTransaction()
          Create a new instance of a UserTransaction that may be used to write and/or update information.
 UserTransaction PropertiedObjectEditorImpl.createWriteTransaction(java.lang.Object source)
          Create a new instance of a UserTransaction that may be used to write and/or update information.
 

Uses of UserTransaction in com.metamatrix.common.transaction
 

Methods in com.metamatrix.common.transaction that return UserTransaction
 UserTransaction UserTransactionFactory.createReadTransaction()
          Create a new instance of a UserTransaction that may be used to read information.
 UserTransaction UserTransactionFactory.createWriteTransaction()
          Create a new instance of a UserTransaction that may be used to write and/or update information.
 UserTransaction UserTransactionFactory.createWriteTransaction(java.lang.Object source)
          Create a new instance of a UserTransaction that may be used to write and/or update information.
 

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

Classes in com.metamatrix.common.transaction.manager that implement UserTransaction
 class SimpleUserTransaction
           
 

Methods in com.metamatrix.common.transaction.manager that return UserTransaction
 UserTransaction SimpleUserTransactionFactory.createReadTransaction()
          Create a new instance of a UserTransaction that may be used to read information.
 UserTransaction SimpleUserTransactionFactory.createWriteTransaction()
          Create a new instance of a UserTransaction that may be used to write and/or update information.
 UserTransaction SimpleUserTransactionFactory.createWriteTransaction(java.lang.Object source)
          Create a new instance of a UserTransaction that may be used to write and/or update information.
 

Uses of UserTransaction in com.metamatrix.common.tree
 

Methods in com.metamatrix.common.tree that return UserTransaction
 UserTransaction RuledTreeViewImpl.createReadTransaction()
          Create a new instance of a UserTransaction that may be used to read information.
abstract  UserTransaction AbstractTreeView.createReadTransaction()
          Create a new instance of a UserTransaction that may be used to read information.
 UserTransaction RuledTreeViewImpl.createWriteTransaction()
          Create a new instance of a UserTransaction that may be used to write and/or update information.
abstract  UserTransaction AbstractTreeView.createWriteTransaction()
          Create a new instance of a UserTransaction that may be used to write and/or update information.
 UserTransaction RuledTreeViewImpl.createWriteTransaction(java.lang.Object source)
          Create a new instance of a UserTransaction that may be used to write and/or update information.
abstract  UserTransaction AbstractTreeView.createWriteTransaction(java.lang.Object source)
          Create a new instance of a UserTransaction that may be used to write and/or update information.
 

Uses of UserTransaction in com.metamatrix.common.tree.basic
 

Methods in com.metamatrix.common.tree.basic that return UserTransaction
 UserTransaction BasicTreeView.createReadTransaction()
          Create a new instance of a UserTransaction that may be used to read information.
 UserTransaction BasicTreeNodeEditor.createReadTransaction()
          Create a new instance of a UserTransaction that may be used to read information.
 UserTransaction BasicTreeView.createWriteTransaction()
          Create a new instance of a UserTransaction that may be used to write and/or update information.
 UserTransaction BasicTreeNodeEditor.createWriteTransaction()
          Create a new instance of a UserTransaction that may be used to write and/or update information.
 UserTransaction BasicTreeView.createWriteTransaction(java.lang.Object source)
          Create a new instance of a UserTransaction that may be used to write and/or update information.
 UserTransaction BasicTreeNodeEditor.createWriteTransaction(java.lang.Object source)
          Create a new instance of a UserTransaction that may be used to write and/or update information.
 

Uses of UserTransaction in com.metamatrix.common.tree.directory
 

Methods in com.metamatrix.common.tree.directory that return UserTransaction
 UserTransaction FileSystemView.createReadTransaction()
          Create a new instance of a UserTransaction that may be used to read information.
 UserTransaction FileSystemEntryEditor.createReadTransaction()
          Create a new instance of a UserTransaction that may be used to read information.
 UserTransaction FileSystemView.createWriteTransaction()
          Create a new instance of a UserTransaction that may be used to write and/or update information.
 UserTransaction FileSystemEntryEditor.createWriteTransaction()
          Create a new instance of a UserTransaction that may be used to write and/or update information.
 UserTransaction FileSystemView.createWriteTransaction(java.lang.Object source)
          Create a new instance of a UserTransaction that may be used to write and/or update information.
 UserTransaction FileSystemEntryEditor.createWriteTransaction(java.lang.Object source)
          Create a new instance of a UserTransaction that may be used to write and/or update information.
 

Uses of UserTransaction in com.metamatrix.console.models
 

Classes in com.metamatrix.console.models that implement UserTransaction
 class ConfigurationPropertiedObjectEditor
          This class serves as both a PropertiedObjectEditor and a UserTransaction for the editing of ComponentObjects and the PropertyDefinitions associated to them through their ComponentType.
 class ResourcePropertiedObjectEditor
          Created on Jun 11, 2002 This propertied object editor is for internal resources.
 

Methods in com.metamatrix.console.models that return UserTransaction
 UserTransaction ConfigurationPropertiedObjectEditor.createReadTransaction()
          Create a new instance of a UserTransaction that may be used to read information.
 UserTransaction ConfigurationPropertiedObjectEditor.createWriteTransaction()
          Create a new instance of a UserTransaction that may be used to write and/or update information.
 UserTransaction ConfigurationPropertiedObjectEditor.createWriteTransaction(java.lang.Object source)
          Create a new instance of a UserTransaction that may be used to write and/or update information.
 

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

Classes in com.metamatrix.console.ui.views.properties that implement UserTransaction
 class FakeUserTransaction
           
 

Methods in com.metamatrix.console.ui.views.properties that return UserTransaction
 UserTransaction ConsolePropertiedEditor.createReadTransaction()
           
 UserTransaction ConsolePropertiedEditor.createWriteTransaction()
           
 UserTransaction ConsolePropertiedEditor.createWriteTransaction(java.lang.Object p0)
           
 

Uses of UserTransaction in com.metamatrix.toolbox.ui.widget.tree
 

Methods in com.metamatrix.toolbox.ui.widget.tree that return UserTransaction
 UserTransaction DefaultTreeView.createReadTransaction()
           
 UserTransaction DefaultTreeNodeEditor.createReadTransaction()
           
 UserTransaction DefaultTreeView.createWriteTransaction()
           
 UserTransaction DefaultTreeNodeEditor.createWriteTransaction()
           
 UserTransaction DefaultTreeView.createWriteTransaction(java.lang.Object source)
           
 UserTransaction DefaultTreeNodeEditor.createWriteTransaction(java.lang.Object source)
           
 



Copyright © 2009. All Rights Reserved.