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

Packages that use ComponentObject
com.metamatrix.admin.server   
com.metamatrix.common.config.api   
com.metamatrix.common.config.model   
com.metamatrix.common.config.xml   
com.metamatrix.console.models   
com.metamatrix.platform.config.api.service   
com.metamatrix.platform.config.service   
 

Uses of ComponentObject in com.metamatrix.admin.server
 

Methods in com.metamatrix.admin.server with parameters of type ComponentObject
protected  java.util.Collection AbstractAdminImpl.convertPropertyDefinitions(ComponentObject component)
          Convert a ComponentObject into a Collection of com.metamatrix.admin.api.objects.PropertyDefinition objects
protected  java.util.Collection AbstractAdminImpl.convertPropertyDefinitions(ComponentObject component, java.util.Properties properties)
           
 

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

Subinterfaces of ComponentObject in com.metamatrix.common.config.api
 interface AuthenticationProvider
          Date Oct 21, 2002 An AuthenticationProvider represents an authentication provider definition that is a non-configuration based object.
 interface ComponentDefn
           
 interface Configuration
          Configuration represents deployable components (e.g., service and vm components), components definitions, global properties, and additional information.
 interface ConnectorBinding
          A ConnectorBinding represents a connector binding definition that is a non-configuration based object.
 interface DeployedComponent
          DeployedComponent is a wrapper for a ComponentDefn - it represents a component that is declared deployed to a specied machine.
 interface ExtensionModule
          Defines an extension module as an object
 interface Host
           
 interface ResourceDescriptor
           
 interface ServiceComponentDefn
           
 interface SharedResource
          Date Oct 21, 2002 A SharedResource represents a definition of behavior for a non-configuration based object.
 interface VMComponentDefn
           
 

Methods in com.metamatrix.common.config.api that return ComponentObject
 ComponentObject ConfigurationObjectEditor.addProperty(ComponentObject t, java.lang.String name, java.lang.String value)
          Adds the property value for the specified name on the ComponentObject.
 ComponentObject ConfigurationObjectEditor.modifyProperties(ComponentObject t, java.util.Properties props, int command)
          call modifyProperties
 ComponentObject ConfigurationObjectEditor.removeProperty(ComponentObject t, java.lang.String name)
          Removes the property value for the specified name on the ComponentObject.
 ComponentObject ConfigurationObjectEditor.setComponentType(ComponentObject t, ComponentTypeID componentType)
          Sets the component type on the specifice component object.
 ComponentObject ConfigurationObjectEditor.setCreationChangedHistory(ComponentObject compObject, java.lang.String createdBy, java.lang.String creationDate)
           
 ComponentObject ConfigurationObjectEditor.setLastChangedHistory(ComponentObject compObject, java.lang.String lastChangedBy, java.lang.String lastChangedDate)
           
 ComponentObject ConfigurationObjectEditor.setProperty(ComponentObject t, java.lang.String name, java.lang.String value)
          Set the property value for the specified name on the ComponentObject.
 

Methods in com.metamatrix.common.config.api with parameters of type ComponentObject
 ComponentObject ConfigurationObjectEditor.addProperty(ComponentObject t, java.lang.String name, java.lang.String value)
          Adds the property value for the specified name on the ComponentObject.
 Configuration ConfigurationObjectEditor.delete(ComponentObject target, Configuration configuration)
          Removes the component object from the specified configuration if no dependent objects exist and returns an updated configuration.
 Configuration ConfigurationObjectEditor.delete(ComponentObject target, Configuration configuration, boolean deleteDependencies)
          Removes the component object from the specified configuration if no dependent objects exist.
 java.util.Properties ConfigurationObjectEditor.getEditableProperties(ComponentObject t)
          Returns a modifiable properties object for the specified ComponentObject.
 ComponentObject ConfigurationObjectEditor.modifyProperties(ComponentObject t, java.util.Properties props, int command)
          call modifyProperties
 ComponentObject ConfigurationObjectEditor.removeProperty(ComponentObject t, java.lang.String name)
          Removes the property value for the specified name on the ComponentObject.
 ComponentObject ConfigurationObjectEditor.setComponentType(ComponentObject t, ComponentTypeID componentType)
          Sets the component type on the specifice component object.
 ComponentObject ConfigurationObjectEditor.setCreationChangedHistory(ComponentObject compObject, java.lang.String createdBy, java.lang.String creationDate)
           
 ComponentObject ConfigurationObjectEditor.setLastChangedHistory(ComponentObject compObject, java.lang.String lastChangedBy, java.lang.String lastChangedDate)
           
 ComponentObject ConfigurationObjectEditor.setProperty(ComponentObject t, java.lang.String name, java.lang.String value)
          Set the property value for the specified name on the ComponentObject.
 

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

Classes in com.metamatrix.common.config.model that implement ComponentObject
 class BasicAuthenticationProvider
           
 class BasicComponentDefn
           
 class BasicComponentObject
           
 class BasicConfiguration
          Configuration represents a single named set of deployable components (e.g., service and system components), a deployed set of components, global properties, and additional information.
 class BasicConnectorBinding
           
 class BasicDeployedComponent
          DeployedComponent represents a Component that is declared deployed to a specified machine.
 class BasicExtensionModule
           
 class BasicHost
           
 class BasicResourceDescriptor
           
 class BasicServiceComponentDefn
           
 class BasicSharedResource
           
 class BasicVMComponentDefn
           
 

Methods in com.metamatrix.common.config.model that return ComponentObject
 ComponentObject BasicConfigurationObjectEditor.addProperty(ComponentObject t, java.lang.String name, java.lang.String value)
           
 ComponentObject BasicConfigurationObjectEditor.modifyProperties(ComponentObject t, java.util.Properties props, int command)
           
 ComponentObject BasicConfigurationObjectEditor.removeProperty(ComponentObject t, java.lang.String name)
           
 ComponentObject BasicConfigurationObjectEditor.setComponentType(ComponentObject t, ComponentTypeID componentType)
           
static ComponentObject BasicUtil.setCreationChangedHistory(ComponentObject defn, java.lang.String createdBy, java.lang.String creationDate)
           
 ComponentObject BasicConfigurationObjectEditor.setCreationChangedHistory(ComponentObject defn, java.lang.String createdBy, java.lang.String creationDate)
           
static ComponentObject BasicUtil.setLastChangedHistory(ComponentObject defn, java.lang.String lastChangedBy, java.lang.String lastChangedDate)
           
 ComponentObject BasicConfigurationObjectEditor.setLastChangedHistory(ComponentObject defn, java.lang.String lastChangedBy, java.lang.String lastChangedDate)
           
 ComponentObject BasicConfigurationObjectEditor.setProperty(ComponentObject t, java.lang.String name, java.lang.String value)
           
 ComponentObject BasicConfigurationObjectEditor.undoAction(ActionDefinition action, ComponentObject target)
          Modify the specified target object by undoing the specified action.
 

Methods in com.metamatrix.common.config.model with parameters of type ComponentObject
 ComponentObject BasicConfigurationObjectEditor.addProperty(ComponentObject t, java.lang.String name, java.lang.String value)
           
 Configuration BasicConfigurationObjectEditor.delete(ComponentObject target, Configuration configuration)
           
 Configuration BasicConfigurationObjectEditor.delete(ComponentObject target, Configuration configuration, boolean deleteDependencies)
           
 java.util.Properties BasicConfigurationObjectEditor.getEditableProperties(ComponentObject t)
           
 ComponentObject BasicConfigurationObjectEditor.modifyProperties(ComponentObject t, java.util.Properties props, int command)
           
 ComponentObject BasicConfigurationObjectEditor.removeProperty(ComponentObject t, java.lang.String name)
           
 ComponentObject BasicConfigurationObjectEditor.setComponentType(ComponentObject t, ComponentTypeID componentType)
           
static ComponentObject BasicUtil.setCreationChangedHistory(ComponentObject defn, java.lang.String createdBy, java.lang.String creationDate)
           
 ComponentObject BasicConfigurationObjectEditor.setCreationChangedHistory(ComponentObject defn, java.lang.String createdBy, java.lang.String creationDate)
           
static ComponentObject BasicUtil.setLastChangedHistory(ComponentObject defn, java.lang.String lastChangedBy, java.lang.String lastChangedDate)
           
 ComponentObject BasicConfigurationObjectEditor.setLastChangedHistory(ComponentObject defn, java.lang.String lastChangedBy, java.lang.String lastChangedDate)
           
 ComponentObject BasicConfigurationObjectEditor.setProperty(ComponentObject t, java.lang.String name, java.lang.String value)
           
 ComponentObject BasicConfigurationObjectEditor.undoAction(ActionDefinition action, ComponentObject target)
          Modify the specified target object by undoing the specified action.
 

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

Methods in com.metamatrix.common.config.xml that return ComponentObject
 ComponentObject XMLHelperImpl.addProperties(org.jdom.Element propertiesElement, ComponentObject object, ConfigurationObjectEditor editor)
          This method will create a ComponentObject configuration object from an XML element that represents a ComponentObject.
 

Methods in com.metamatrix.common.config.xml with parameters of type ComponentObject
 ComponentObject XMLHelperImpl.addProperties(org.jdom.Element propertiesElement, ComponentObject object, ConfigurationObjectEditor editor)
          This method will create a ComponentObject configuration object from an XML element that represents a ComponentObject.
 

Uses of ComponentObject in com.metamatrix.console.models
 

Methods in com.metamatrix.console.models that return ComponentObject
protected  ComponentObject ConfigurationPropertiedObjectEditor.assertComponentObject(PropertiedObject obj)
           
 

Methods in com.metamatrix.console.models with parameters of type ComponentObject
 ComponentTypeDefn ConfigurationManager.getComponentTypeDefn(PropertyDefinition propertyDefinition, ComponentObject componentObject)
           
 PropertiedObject ConfigurationManager.getPropertiedObjectForComponentObject(ComponentObject componentObject)
          Returns a PropertiedObject representation of a ComponentObject
 PropertiedObject ResourceManager.getPropertiedObjectForResourceDescriptor(ComponentObject rd)
           
 

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

Methods in com.metamatrix.platform.config.api.service with parameters of type ComponentObject
 void ConfigurationServiceInterface.delete(ComponentObject theObject, boolean theDeleteDependenciesFlag, java.lang.String principalName)
          Deletes a component object.
 java.lang.Object ConfigurationServiceInterface.modify(ComponentObject theObject, java.util.Properties theProperties, java.lang.String principalName)
          Modify a Component in Configuration
 

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

Methods in com.metamatrix.platform.config.service with parameters of type ComponentObject
 void ConfigurationServiceImpl.delete(ComponentObject theObject, boolean theDeleteDependenciesFlag, java.lang.String principalName)
           
 java.lang.Object ConfigurationServiceImpl.modify(ComponentObject theObject, java.util.Properties theProperties, java.lang.String principalName)
           
 



Copyright © 2009. All Rights Reserved.