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

Packages that use ConfigurationLockException
com.metamatrix.common.config.model   
com.metamatrix.platform.admin.api   
com.metamatrix.platform.admin.apiimpl   
com.metamatrix.platform.config.api.service   
com.metamatrix.platform.config.service   
com.metamatrix.platform.config.spi.xml   
 

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.
 

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

Methods in com.metamatrix.platform.admin.apiimpl that throw ConfigurationLockException
 java.util.Set ConfigurationAdminAPIImpl.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 ConfigurationAdminAPIImpl.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 ConfigurationAdminAPIImpl.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.
 void RuntimeStateAdminAPIHelper.setLogConfiguration(Configuration config, LogConfiguration logConfig, java.util.List actions, java.lang.String principalName)
          Set the Log Configuration in the database and propagate changes to other VM
 

Uses of ConfigurationLockException in com.metamatrix.platform.config.api.service
 

Methods in com.metamatrix.platform.config.api.service that throw ConfigurationLockException
 java.util.Set ConfigurationServiceInterface.executeInsertTransaction(ConfigurationID assignConfigurationID, java.util.List actions, java.lang.String principalName)
          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 ConfigurationServiceInterface.executeTransaction(ActionDefinition action, java.lang.String principalName)
          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 ConfigurationServiceInterface.executeTransaction(java.util.List actions, java.lang.String principalName)
          Execute a list of actions, and optionally return the set of objects or object IDs that were affected/modified by the action.
 

Uses of ConfigurationLockException in com.metamatrix.platform.config.service
 

Methods in com.metamatrix.platform.config.service that throw ConfigurationLockException
 java.util.Set ConfigurationServiceImpl.executeInsertTransaction(ConfigurationID assignConfigurationID, java.util.List actions, java.lang.String principalName)
          Execute a list of insert actions and for actions on objects of type component 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 ConfigurationServiceImpl.executeTransaction(ActionDefinition action, java.lang.String principalName)
          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 ConfigurationServiceImpl.executeTransaction(java.util.List actions, java.lang.String principalName)
          Execute as a single transaction the specified actions, and optionally return the set of objects or object IDs that were affected/modified by the action.
 java.lang.Object ConfigurationServiceImpl.modify(ComponentObject theObject, java.util.Properties theProperties, java.lang.String principalName)
           
 

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

Methods in com.metamatrix.platform.config.spi.xml that throw ConfigurationLockException
 java.util.Set XMLConfigurationWriter.executeActions(java.util.List actions, ConfigTransaction transaction)
          Executes the list of actions, returns the Set of affected objects.
 



Copyright © 2009. All Rights Reserved.