Uses of Class
com.metamatrix.common.config.api.ComponentObjectID

Packages that use ComponentObjectID
com.metamatrix.common.config.api   
com.metamatrix.common.config.model   
com.metamatrix.platform.config.spi   
com.metamatrix.platform.config.spi.xml   
 

Uses of ComponentObjectID in com.metamatrix.common.config.api
 

Subclasses of ComponentObjectID in com.metamatrix.common.config.api
 class AuthenticationProviderID
           
 class ComponentDefnID
           
 class ConfigurationID
           
 class ConnectorBindingID
           
 class DeployedComponentID
           
 class HostID
           
 class LockedConfigurationID
          This class acts as a wrapper around a single ConfigurationID, denoting that ID as being locked.
 class ProductServiceConfigID
           
 class ResourceDescriptorID
           
 class ServiceComponentDefnID
           
 class SharedResourceID
          Date Oct 21, 2002 The SharedResourceID instance represents a SharedResource.
 class VMComponentDefnID
           
 

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

Methods in com.metamatrix.common.config.model with parameters of type ComponentObjectID
static Configuration ConfigurationObjectEditorHelper.delete(ComponentObjectID targetID, Configuration configuration)
           
 void BasicConfiguration.removeComponentObject(ComponentObjectID componentID)
          Remove the component from this list of available components that can be deployed.
 

Uses of ComponentObjectID in com.metamatrix.platform.config.spi
 

Methods in com.metamatrix.platform.config.spi with parameters of type ComponentObjectID
 java.lang.String ConfigurationTransaction.getComponentPropertyValue(ComponentObjectID componentObjectID, ComponentTypeID typeID, java.lang.String propertyName)
          Obtain the value for a specific property name
 

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

Methods in com.metamatrix.platform.config.spi.xml with parameters of type ComponentObjectID
 java.lang.String XMLConfigurationReader.getComponentPropertyValue(ComponentObjectID componentObjectID, ComponentTypeID typeID, java.lang.String propertyName)
           
 java.lang.String XMLConfigurationConnector.getComponentPropertyValue(ComponentObjectID componentObjectID, ComponentTypeID typeID, java.lang.String propertyName)
           
 



Copyright © 2009. All Rights Reserved.