Uses of Class
com.metamatrix.common.actions.ModificationException

Packages that use ModificationException
com.metamatrix.common.actions   
com.metamatrix.console.models   
com.metamatrix.platform.admin.api   
com.metamatrix.platform.admin.apiimpl   
com.metamatrix.platform.config.api.service   
com.metamatrix.platform.config.service   
 

Uses of ModificationException in com.metamatrix.common.actions
 

Subclasses of ModificationException in com.metamatrix.common.actions
 class StringLengthExceededException
           
 

Uses of ModificationException in com.metamatrix.console.models
 

Methods in com.metamatrix.console.models that throw ModificationException
 Configuration PropertiesManager.getStartUpConfiguration()
           
 

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

Methods in com.metamatrix.platform.admin.api that throw ModificationException
 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 ModificationException in com.metamatrix.platform.admin.apiimpl
 

Methods in com.metamatrix.platform.admin.apiimpl that throw ModificationException
 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.
 

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

Methods in com.metamatrix.platform.config.api.service that throw ModificationException
 void ConfigurationServiceInterface.delete(ComponentObject theObject, boolean theDeleteDependenciesFlag, java.lang.String principalName)
          Deletes a component object.
 void ConfigurationServiceInterface.delete(ComponentType componentType, java.lang.String principalName)
          Delete a Component Type
 java.util.Collection ConfigurationServiceInterface.deployPSC(Host theHost, VMComponentDefn theProcess, java.lang.String pscName, java.lang.String principalName)
          Deploys the ServiceComponentDefns indicated by the ProductServiceConfig, contained by the Configuration, onto the specified Host and VM.
 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.
 java.lang.Object ConfigurationServiceInterface.modify(ComponentObject theObject, java.util.Properties theProperties, java.lang.String principalName)
          Modify a Component in Configuration
 

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

Methods in com.metamatrix.platform.config.service that throw ModificationException
 void ConfigurationServiceImpl.delete(ComponentObject theObject, boolean theDeleteDependenciesFlag, java.lang.String principalName)
           
 void ConfigurationServiceImpl.delete(ComponentType componentType, java.lang.String principalName)
           
 java.util.Collection ConfigurationServiceImpl.deployPSC(Host theHost, VMComponentDefn theProcess, java.lang.String pscName, java.lang.String principalName)
          Deploys the ServiceComponentDefns indicated by the ProductServiceConfig, contained by the Configuration, onto the specified Host and VM.
 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)
           
 



Copyright © 2009. All Rights Reserved.