Uses of Class
com.metamatrix.common.config.api.exceptions.ConfigurationLockException

Packages that use ConfigurationLockException
com.metamatrix.common.config.model   
com.metamatrix.platform.admin.api   
 

Uses of ConfigurationLockException in com.metamatrix.common.config.model
 

Methods in com.metamatrix.common.config.model that throw ConfigurationLockException
 void ConfigurationModelContainerImpl.setComponentTypes(java.util.Map newCompTypes)
           
 void ConfigurationModelContainerImpl.setProductTypes(java.util.Collection newProdTypes)
           
 

Uses of ConfigurationLockException in com.metamatrix.platform.admin.api
 

Methods in com.metamatrix.platform.admin.api that throw ConfigurationLockException
 java.util.Set ConfigurationAdminAPI.executeInsertTransaction(ConfigurationID assignConfigurationID, java.util.List actions)
          Execute a list of insert actions and for actions on objects of type ComponentDefn or DeployedComponent object, it will have its configuration id resassigned, and optionally return the set of objects or object IDs that were affected/modified by the action.
 java.util.Set ConfigurationAdminAPI.executeTransaction(ActionDefinition action)
          Execute as a single transaction the specified action, and optionally return the set of objects or object IDs that were affected/modified by the action.
 java.util.Set ConfigurationAdminAPI.executeTransaction(java.util.List actions)
          Execute a list of actions, and optionally return the set of objects or object IDs that were affected/modified by the action.
 



Copyright © 2009. All Rights Reserved.