Uses of Interface
com.metamatrix.common.config.api.ComponentType

Packages that use ComponentType
com.metamatrix.common.config.api   
com.metamatrix.common.config.model   
com.metamatrix.common.config.util   
com.metamatrix.common.config.xml   
com.metamatrix.common.vdb.api   
com.metamatrix.platform.admin.api   
com.metamatrix.vdb.runtime   
 

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

Subinterfaces of ComponentType in com.metamatrix.common.config.api
 interface AuthenticationProviderType
          The AuthorizationProviderType represents the authorization provider ComponentType.
 interface ConnectorBindingType
          The ConnectorBindingType represents the connector ComponentType.
 interface HostType
          The ConnectorComponentType represents the connector ComponentType.
 interface ProductServiceConfigComponentType
          The DeployedComponentType
 interface ProductType
          A Product, in this context, is simply a named collection of Service types.
 interface ResourceComponentType
          The ResourceComponentType indicates the type of resource
 interface ServiceComponentType
          The ServiceComponentType represents the service ComponentType.
 interface VMComponentDefnType
          The ConnectorComponentType represents the connector ComponentType.
 

Methods in com.metamatrix.common.config.api that return ComponentType
 ComponentType ConfigurationObjectEditor.createComponentType(ComponentType componentType, java.lang.String name)
          Create a new ComponentType instance from a copy of the specified ComponentType.
 ComponentType ConfigurationObjectEditor.createComponentType(int classTypeCode, java.lang.String name, ComponentTypeID parentID, ComponentTypeID superID, boolean deployable, boolean monitored)
          Create a new ComponentType instance with the specified name.
static ComponentType ResourceModel.getComponentType(java.lang.String resourceName)
           
 ComponentType ConfigurationModelContainer.getComponentType(java.lang.String fullName)
          Return the ComponentType for the specified name
 ComponentType ConfigurationObjectEditor.setComponentTypeDefinitions(ComponentType t, java.util.Collection defns)
          Set the list of ComponentTypeDefns for a local ComponentType object.
 ComponentType ConfigurationObjectEditor.setCreationChangedHistory(ComponentType type, java.lang.String createdBy, java.lang.String creationDate)
           
 ComponentType ConfigurationObjectEditor.setIsDeployable(ComponentType t, boolean newValue)
           
 ComponentType ConfigurationObjectEditor.setIsDeprecated(ComponentType t, boolean newValue)
           
 ComponentType ConfigurationObjectEditor.setIsMonitored(ComponentType t, boolean newValue)
           
 ComponentType ConfigurationObjectEditor.setLastChangedHistory(ComponentType type, java.lang.String lastChangedBy, java.lang.String lastChangedDate)
           
 ComponentType ConfigurationObjectEditor.setParentComponentTypeID(ComponentType t, ComponentTypeID parentID)
          Sets the parent component type, null is allowed;
 ComponentType ConfigurationObjectEditor.setSuperComponentTypeID(ComponentType t, ComponentTypeID superID)
          Sets the super component type, null is allowed;
 

Methods in com.metamatrix.common.config.api with parameters of type ComponentType
 ProductType ConfigurationObjectEditor.addServiceComponentType(ProductType productType, ComponentType serviceComponentType)
          Adds the service type represented by the indicated ComponentType to the list of legal service types of the indicated ProductType.
 ComponentType ConfigurationObjectEditor.createComponentType(ComponentType componentType, java.lang.String name)
          Create a new ComponentType instance from a copy of the specified ComponentType.
 ComponentTypeDefn ConfigurationObjectEditor.createComponentTypeDefn(ComponentType type, PropertyDefinition propertyDefinition)
          Deprecated. as of v 2.0 beta 1, use ConfigurationObjectEditor.createComponentTypeDefn(ComponentType, PropertyDefinition, boolean)
 ComponentTypeDefn ConfigurationObjectEditor.createComponentTypeDefn(ComponentType type, PropertyDefinition propertyDefinition, boolean isEffectiveImmediately)
          Create a new ComponentTypeDefn and update the ComponentType with the new defintion.
 void ConfigurationObjectEditor.delete(ComponentType target)
          Call to delete a component type and all its definitions.
 void ConfigurationObjectEditor.delete(ComponentTypeDefn target, ComponentType type)
          Call to delete a ComponentTypeDefn and remove it from the ComponentType.
 ProductType ConfigurationObjectEditor.removeServiceComponentType(ProductType productType, ComponentType serviceComponentType)
          Removes the service type represented by the indicated ComponentType from the list of legal service types of the indicated ProductType.
 ComponentType ConfigurationObjectEditor.setComponentTypeDefinitions(ComponentType t, java.util.Collection defns)
          Set the list of ComponentTypeDefns for a local ComponentType object.
 ComponentType ConfigurationObjectEditor.setCreationChangedHistory(ComponentType type, java.lang.String createdBy, java.lang.String creationDate)
           
 ComponentType ConfigurationObjectEditor.setIsDeployable(ComponentType t, boolean newValue)
           
 ComponentType ConfigurationObjectEditor.setIsDeprecated(ComponentType t, boolean newValue)
           
 ComponentType ConfigurationObjectEditor.setIsMonitored(ComponentType t, boolean newValue)
           
 ComponentType ConfigurationObjectEditor.setLastChangedHistory(ComponentType type, java.lang.String lastChangedBy, java.lang.String lastChangedDate)
           
 ComponentType ConfigurationObjectEditor.setParentComponentTypeID(ComponentType t, ComponentTypeID parentID)
          Sets the parent component type, null is allowed;
 ComponentType ConfigurationObjectEditor.setSuperComponentTypeID(ComponentType t, ComponentTypeID superID)
          Sets the super component type, null is allowed;
 

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

Classes in com.metamatrix.common.config.model that implement ComponentType
 class BasicAuthenticationProviderType
           
 class BasicComponentType
           
 class BasicConnectorBindingType
           
 class BasicHostType
           
 class BasicProductServiceConfigType
           
 class BasicProductType
           
 class BasicResourceComponentType
           
 class BasicServiceComponentType
           
 class BasicVMComponentDefnType
           
 

Methods in com.metamatrix.common.config.model that return ComponentType
 ComponentType BasicConfigurationObjectEditor.createComponentType(ComponentType componentType, java.lang.String name)
           
 ComponentType BasicConfigurationObjectEditor.createComponentType(int classTypeCode, java.lang.String name, ComponentTypeID parentID, ComponentTypeID superID, boolean deployable, boolean monitored)
           
 ComponentType ConfigurationModelContainerImpl.getComponentType(java.lang.String fullName)
           
 ComponentType BasicConfigurationObjectEditor.setComponentTypeDefinitions(ComponentType t, java.util.Collection defns)
          Set the list of ComponentTypeDefns for a local ComponentType object.
static ComponentType ConfigurationObjectEditorHelper.setCreationChangedHistory(ComponentType type, java.lang.String createdBy, java.lang.String creationDate)
           
 ComponentType BasicConfigurationObjectEditor.setCreationChangedHistory(ComponentType type, java.lang.String createdBy, java.lang.String creationDate)
           
 ComponentType BasicConfigurationObjectEditor.setIsDeployable(ComponentType t, boolean newValue)
           
 ComponentType BasicConfigurationObjectEditor.setIsDeprecated(ComponentType t, boolean newValue)
           
 ComponentType BasicConfigurationObjectEditor.setIsMonitored(ComponentType t, boolean newValue)
           
static ComponentType ConfigurationObjectEditorHelper.setLastChangedHistory(ComponentType type, java.lang.String lastChangedBy, java.lang.String lastChangedDate)
           
 ComponentType BasicConfigurationObjectEditor.setLastChangedHistory(ComponentType type, java.lang.String lastChangedBy, java.lang.String lastChangedDate)
           
protected static ComponentType ConfigurationObjectEditorHelper.setParentComponentTypeID(ComponentType t, ComponentTypeID parentID)
           
 ComponentType BasicConfigurationObjectEditor.setParentComponentTypeID(ComponentType t, ComponentTypeID parentID)
           
 ComponentType BasicConfigurationObjectEditor.setSuperComponentTypeID(ComponentType t, ComponentTypeID superID)
           
 ComponentType BasicConfigurationObjectEditor.updateComponentType(ComponentType origType, ComponentType replaceType)
          This will update / replace the existing component type with the specified component type.
 

Methods in com.metamatrix.common.config.model with parameters of type ComponentType
 void ConfigurationModelContainerImpl.addComponentType(ComponentType type)
          NOTE: The following 2 methods are provided here because the editor does not interact with the ConfiguratonModelContainer.
static ProductType ConfigurationObjectEditorHelper.addServiceComponentType(ProductType productType, ComponentType serviceComponentType)
          Adds the service type represented by the indicated ComponentType to the list of legal service types of the indicated ProductType.
 ProductType BasicConfigurationObjectEditor.addServiceComponentType(ProductType productType, ComponentType serviceComponentType)
          Adds the service type represented by the indicated ComponentType to the list of legal service types of the indicated ProductType.
 ComponentType BasicConfigurationObjectEditor.createComponentType(ComponentType componentType, java.lang.String name)
           
 ComponentTypeDefn BasicConfigurationObjectEditor.createComponentTypeDefn(ComponentType type, PropertyDefinition propertyDefinition)
          Deprecated. as of v 2.0 beta 1, use BasicConfigurationObjectEditor.createComponentTypeDefn(ComponentType, PropertyDefinition, boolean)
 ComponentTypeDefn BasicConfigurationObjectEditor.createComponentTypeDefn(ComponentType type, PropertyDefinition propertyDefinition, boolean isEffectiveImmediately)
           
 void BasicConfigurationObjectEditor.delete(ComponentType target)
           
 void BasicConfigurationObjectEditor.delete(ComponentTypeDefn target, ComponentType type)
           
static ProductType ConfigurationObjectEditorHelper.removeServiceComponentType(ProductType productType, ComponentType serviceComponentType)
          Removes the service type represented by the indicated ComponentType from the list of legal service types of the indicated ProductType.
 ProductType BasicConfigurationObjectEditor.removeServiceComponentType(ProductType productType, ComponentType serviceComponentType)
          Removes the service type represented by the indicated ComponentType from the list of legal service types of the indicated ProductType.
 ComponentType BasicConfigurationObjectEditor.setComponentTypeDefinitions(ComponentType t, java.util.Collection defns)
          Set the list of ComponentTypeDefns for a local ComponentType object.
static ComponentType ConfigurationObjectEditorHelper.setCreationChangedHistory(ComponentType type, java.lang.String createdBy, java.lang.String creationDate)
           
 ComponentType BasicConfigurationObjectEditor.setCreationChangedHistory(ComponentType type, java.lang.String createdBy, java.lang.String creationDate)
           
 ComponentType BasicConfigurationObjectEditor.setIsDeployable(ComponentType t, boolean newValue)
           
 ComponentType BasicConfigurationObjectEditor.setIsDeprecated(ComponentType t, boolean newValue)
           
 ComponentType BasicConfigurationObjectEditor.setIsMonitored(ComponentType t, boolean newValue)
           
static ComponentType ConfigurationObjectEditorHelper.setLastChangedHistory(ComponentType type, java.lang.String lastChangedBy, java.lang.String lastChangedDate)
           
 ComponentType BasicConfigurationObjectEditor.setLastChangedHistory(ComponentType type, java.lang.String lastChangedBy, java.lang.String lastChangedDate)
           
protected static ComponentType ConfigurationObjectEditorHelper.setParentComponentTypeID(ComponentType t, ComponentTypeID parentID)
           
 ComponentType BasicConfigurationObjectEditor.setParentComponentTypeID(ComponentType t, ComponentTypeID parentID)
           
 ComponentType BasicConfigurationObjectEditor.setSuperComponentTypeID(ComponentType t, ComponentTypeID superID)
           
 ComponentType BasicConfigurationObjectEditor.updateComponentType(ComponentType origType, ComponentType replaceType)
          This will update / replace the existing component type with the specified component type.
 

Uses of ComponentType in com.metamatrix.common.config.util
 

Methods in com.metamatrix.common.config.util that return ComponentType
 ComponentType ConfigurationImportExportUtility.importComponentType(java.io.InputStream stream, ConfigurationObjectEditor editor, java.lang.String newName)
          This method will be used to import a ComponentType Object from given a InputStream instance.
 ComponentType ConfigurationImportExportUtility.importConnector(java.io.InputStream stream, ConfigurationObjectEditor editor, java.lang.String newName)
          This method will be used to import a Connector ComponentType Object from given a InputStream .
 

Methods in com.metamatrix.common.config.util with parameters of type ComponentType
 void ConfigurationImportExportUtility.exportConnector(java.io.OutputStream stream, ComponentType type, java.util.Properties props)
          This method will generally be used to create a file representation of a Connector.
 void ConfigurationImportExportUtility.exportConnectorBinding(java.io.OutputStream stream, ConnectorBinding defn, ComponentType type, java.util.Properties props)
          This method will generally be used to create a file representation of a Connector Binding.
 void ConfigurationImportExportUtility.exportConnectorBindings(java.io.OutputStream stream, ConnectorBinding[] bindings, ComponentType[] types, java.util.Properties props)
          This method will generally be used to create a file representation of one or more Connector Bindings.
 

Uses of ComponentType in com.metamatrix.common.config.xml
 

Methods in com.metamatrix.common.config.xml that return ComponentType
protected  ComponentType XMLConfig_Base_ImportExportUtility.createComponentType(org.jdom.Element root, ConfigurationObjectEditor editor, java.lang.String name)
           
protected  ComponentType XMLConfig_42_ImportExportUtility.createComponentType(org.jdom.Element root, ConfigurationObjectEditor editor, java.lang.String name)
           
 ComponentType XMLHelper.createComponentType(org.jdom.Element element, ConfigurationObjectEditor editor, java.lang.String name, boolean maintainParentID)
          This method will create a ComponentType configuration object from an XML element that represents a ComponentType.
 ComponentType XMLHelperImpl.createComponentType(org.jdom.Element element, ConfigurationObjectEditor editor, java.lang.String name, boolean maintainParentID)
          This method will create a ComponentType configuration object from an XML element that represents a ComponentType.
 ComponentType XMLConfig_42_HelperImpl.createComponentType(org.jdom.Element element, ConfigurationObjectEditor editor, java.lang.String name, boolean maintainParentID)
          This method will create a ComponentType configuration object from an XML element that represents a ComponentType.
 ComponentType XMLConfig_42_ImportExportUtility.importComponentType(org.jdom.Element root, ConfigurationObjectEditor editor, java.lang.String name)
          This method will be used to import a ComponentType Object
 ComponentType XMLConfigurationImportExportUtility.importComponentType(java.io.InputStream stream, ConfigurationObjectEditor editor, java.lang.String name)
          This method will be used to import a ComponentType Object
 ComponentType XMLConfigurationImportExportUtility.importConnector(java.io.InputStream stream, ConfigurationObjectEditor editor, java.lang.String newName)
           
 ComponentType XMLConfig_42_HelperImpl.loadComponentType(org.jdom.Element rootElement)
           
 

Methods in com.metamatrix.common.config.xml with parameters of type ComponentType
 org.jdom.Element XMLHelper.createComponentTypeElement(ComponentType type)
          This method is used to create a ComponentType JDOM Element from a ComponentType object.
 org.jdom.Element XMLHelperImpl.createComponentTypeElement(ComponentType type)
          This method is used to create a ComponentType JDOM Element from a ComponentType object.
 org.jdom.Element XMLConfig_42_HelperImpl.createComponentTypeElement(ComponentType type)
          This method is used to create a ComponentType JDOM Element from a ComponentType object.
 void XMLConfig_Base_ImportExportUtility.exportComponentType(java.io.OutputStream stream, ComponentType type, java.util.Properties props)
          This method will write to the passed in DirectoryEntry instance a complete representation of the Collection of Configuration objects that are passed into it.
 void XMLConfigurationImportExportUtility.exportComponentType(java.io.OutputStream stream, ComponentType type, java.util.Properties props)
          This method will generally be used to create a file representation of a ConnectorType that is defined in the CDK.
 void XMLConfig_Base_ImportExportUtility.exportComponentTypes(java.io.OutputStream stream, ComponentType[] types, java.util.Properties props)
           
 void XMLConfigurationImportExportUtility.exportComponentTypes(java.io.OutputStream stream, ComponentType[] types, java.util.Properties props)
          This method will generally be used to create a file representation containing one or more connector types.
 void XMLConfig_Base_ImportExportUtility.exportConnector(java.io.OutputStream stream, ComponentType type, java.util.Properties props)
          This method will generally be used to create a file representation of a Connector.
 void XMLConfigurationImportExportUtility.exportConnector(java.io.OutputStream stream, ComponentType type, java.util.Properties props)
          This method will generally be used to create a file representation of a Connector.
 void XMLConfig_Base_ImportExportUtility.exportConnectorBinding(java.io.OutputStream stream, ConnectorBinding defn, ComponentType type, java.util.Properties props)
          This method will generally be used to create a file representation of a Connector Binding.
 void XMLConfigurationImportExportUtility.exportConnectorBinding(java.io.OutputStream stream, ConnectorBinding defn, ComponentType type, java.util.Properties props)
          This method will generally be used to create a file representation of a Connector Binding.
 void XMLConfig_Base_ImportExportUtility.exportConnectorBindings(ConnectorBinding[] bindings, ComponentType[] types, org.jdom.Element root)
          Add connector bindings and component types (connector types) under a common root element.
 void XMLConfigurationImportExportUtility.exportConnectorBindings(ConnectorBinding[] bindings, ComponentType[] types, org.jdom.Element root)
           
 void XMLConfig_Base_ImportExportUtility.exportConnectorBindings(java.io.OutputStream stream, ConnectorBinding[] bindings, ComponentType[] types, java.util.Properties props)
           
 void XMLConfigurationImportExportUtility.exportConnectorBindings(java.io.OutputStream stream, ConnectorBinding[] bindings, ComponentType[] types, java.util.Properties props)
          This method will generally be used to create a file representation of one or more Connector Bindings.
 void XMLConfig_Base_ImportExportUtility.exportServiceComponentDefn(java.io.OutputStream stream, ServiceComponentDefn defn, ComponentType type, java.util.Properties props)
          This method will generally be used to create a file representation of a Connector Binding.
 

Uses of ComponentType in com.metamatrix.common.vdb.api
 

Methods in com.metamatrix.common.vdb.api that return ComponentType
 ComponentType VDBDefn.getConnectorType(java.lang.String componentTypeName)
          Returns the component type for the specified componentTypeName.
 

Methods in com.metamatrix.common.vdb.api that return types with arguments of type ComponentType
 java.util.Map<java.lang.String,ComponentType> VDBDefn.getConnectorTypes()
          Returns the connector types that are used in this VDB.
 

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

Methods in com.metamatrix.platform.admin.api that return ComponentType
 ComponentType ConfigurationAdminAPI.getComponentType(ComponentTypeID id)
          Returns a ComponentType for the specified ComponentTypeID
 

Uses of ComponentType in com.metamatrix.vdb.runtime
 

Methods in com.metamatrix.vdb.runtime that return ComponentType
 ComponentType BasicVDBDefn.getConnectorType(java.lang.String componentTypeName)
           
 

Methods in com.metamatrix.vdb.runtime with parameters of type ComponentType
 void BasicVDBDefn.addConnectorType(ComponentType type)
           
 



Copyright © 2009. All Rights Reserved.