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

Packages that use ResourceDescriptor
com.metamatrix.common.config.api   
com.metamatrix.common.config.model   
com.metamatrix.common.config.xml   
com.metamatrix.console.models   
com.metamatrix.console.ui.views.pools   
 

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

Methods in com.metamatrix.common.config.api that return ResourceDescriptor
 ResourceDescriptor ConfigurationObjectEditor.createResourceDescriptor(Configuration configuration, ComponentTypeID typeID, java.lang.String descriptorName)
          Create a new ResourceDescriptor Component Definition instance with a specified configuration
 ResourceDescriptor ConfigurationObjectEditor.createResourceDescriptor(ConfigurationID configurationID, ComponentTypeID typeID, java.lang.String descriptorName)
          Create a new ResourceDescriptor Component Definition instance with a specified configuration
 

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

Classes in com.metamatrix.common.config.model that implement ResourceDescriptor
 class BasicResourceDescriptor
           
 

Methods in com.metamatrix.common.config.model that return ResourceDescriptor
 ResourceDescriptor BasicConfigurationObjectEditor.createResourceDescriptor(Configuration configuration, ComponentTypeID typeID, java.lang.String descriptorName)
           
 ResourceDescriptor BasicConfigurationObjectEditor.createResourceDescriptor(ConfigurationID configurationID, ComponentTypeID typeID, java.lang.String descriptorName)
           
 ResourceDescriptor BasicConfigurationObjectEditor.createResourceDescriptor(Configuration configuration, ResourceDescriptor original, java.lang.String newName)
           
 ResourceDescriptor BasicConfiguration.getConnectionPool(ComponentDefnID componentID)
           
 ResourceDescriptor BasicConfiguration.getResourcePool(java.lang.String poolName)
          Returns a ResourceDescriptor for the specified descriptorName
 

Methods in com.metamatrix.common.config.model with parameters of type ResourceDescriptor
 ResourceDescriptor BasicConfigurationObjectEditor.createResourceDescriptor(Configuration configuration, ResourceDescriptor original, java.lang.String newName)
           
 

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

Methods in com.metamatrix.common.config.xml that return ResourceDescriptor
 ResourceDescriptor XMLHelperImpl.createResourcePool(org.jdom.Element element, ConfigurationID configID, ConfigurationObjectEditor editor)
          This method will create a Resource configuration object from an XML element that represents a Resource.
 ResourceDescriptor XMLHelper.createResourcePool(org.jdom.Element element, ConfigurationID configID, ConfigurationObjectEditor editor)
          This method will create a resource pool configuration object from an XML element that represents a ResourceDescriptor.
 ResourceDescriptor XMLConfig_42_HelperImpl.createResourcePool(org.jdom.Element element, ConfigurationID configID, ConfigurationObjectEditor editor)
          This method will create a Resource configuration object from an XML element that represents a Resource.
 

Methods in com.metamatrix.common.config.xml with parameters of type ResourceDescriptor
 org.jdom.Element XMLHelperImpl.createResourcePoolElement(ResourceDescriptor resource)
          This method is used to create a ResourceDescriptor JDOM Element from a ServiceComponentDefn object.
 org.jdom.Element XMLHelper.createResourcePoolElement(ResourceDescriptor resource)
          This method is used to create a ResourceDescriptor JDOM Element from a ResourceDescriptor object.
 org.jdom.Element XMLConfig_42_HelperImpl.createResourcePoolElement(ResourceDescriptor resource)
          This method is used to create a ResourceDescriptor JDOM Element from a ServiceComponentDefn object.
 

Uses of ResourceDescriptor in com.metamatrix.console.models
 

Methods in com.metamatrix.console.models that return ResourceDescriptor
 ResourceDescriptor ConfigurationManager.updateResourcePropertyValue(ResourceDescriptor resourceDescriptor, java.lang.String propertyKey, java.lang.String propertyValue)
          Updates the resourceDescriptor with the new propertyValue and returns the updated resourceDescriptor.
 

Methods in com.metamatrix.console.models with parameters of type ResourceDescriptor
 ResourceDescriptor ConfigurationManager.updateResourcePropertyValue(ResourceDescriptor resourceDescriptor, java.lang.String propertyKey, java.lang.String propertyValue)
          Updates the resourceDescriptor with the new propertyValue and returns the updated resourceDescriptor.
 

Uses of ResourceDescriptor in com.metamatrix.console.ui.views.pools
 

Methods in com.metamatrix.console.ui.views.pools that return ResourceDescriptor
 ResourceDescriptor PoolConfigTableRowData.getNextStartupResourceDescriptor()
           
 ResourceDescriptor PoolPropertiedObjectAndEditor.getPool()
           
 ResourceDescriptor PoolNameAndType.getResourceDescriptor()
           
 ResourceDescriptor PoolConfigTableRowData.getStartupResourceDescriptor()
           
 

Constructors in com.metamatrix.console.ui.views.pools with parameters of type ResourceDescriptor
PoolConfigTableRowData(java.lang.String poolName, java.lang.String poolType, boolean active, ResourceDescriptor nsuResourceDescriptor, ResourceDescriptor suResourceDescriptor)
           
PoolNameAndType(java.lang.String name, java.lang.String type, ResourceDescriptor rd)
           
PoolPropertiedObjectAndEditor(java.lang.String poolName, java.lang.String poolType, PropertiedObject po, PropertiedObjectEditor poe, ResourceDescriptor pool, ModificationActionQueue modificationActionQueue)
           
 



Copyright © 2009. All Rights Reserved.