| 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. |