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

Packages that use Configuration
com.metamatrix.common.config   
com.metamatrix.common.config.api   
com.metamatrix.common.config.model   
com.metamatrix.common.config.xml   
com.metamatrix.platform.admin.api   
 

Uses of Configuration in com.metamatrix.common.config
 

Methods in com.metamatrix.common.config that return Configuration
 Configuration CurrentConfiguration.getConfiguration()
          Get the current configuration that is to be used for deployment.
 

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

Methods in com.metamatrix.common.config.api that return Configuration
 Configuration ConfigurationObjectEditor.createConfiguration(Configuration original, java.lang.String newName)
          Copy-create method - creates a deep-copy of the original configuration, with the new name.
 Configuration ConfigurationObjectEditor.createConfiguration(java.lang.String configurationName)
          Create a new Configuration instance with the specified name ID.
 Configuration ConfigurationObjectEditor.createConfiguration(java.lang.String configurationName, java.util.Date creationDate, java.util.Date lastChangedDate)
          Create a new Configuration instance with the specified name ID, and the specified Date parameters.
 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.
 Configuration ConfigurationModelContainer.getConfiguration()
           
 Configuration ConfigurationObjectEditor.setIsDeployed(Configuration t, boolean newValue)
           
 Configuration ConfigurationObjectEditor.setIsReleased(Configuration t, boolean newValue)
           
 Configuration ConfigurationObjectEditor.setLogConfiguration(Configuration t, LogConfiguration logConfiguration)
          Sets the LogConfiguration in effect for the Configuration
 

Methods in com.metamatrix.common.config.api with parameters of type Configuration
 void ConfigurationObjectEditor.addAuthenticationProvider(Configuration configuration, AuthenticationProvider provider)
           
 ProductServiceConfig ConfigurationObjectEditor.addServiceComponentDefn(Configuration configuration, ProductServiceConfig psc, ServiceComponentDefnID serviceComponentDefnID)
          Adds an existing ServiceComponentDefn to indicated PSC; the ServiceComponentDefn is assumed to already belong to the indicated Configuration.
 AuthenticationProvider ConfigurationObjectEditor.createAuthenticationProviderComponent(Configuration configuration, AuthenticationProvider original, java.lang.String newName)
          This method will create a provider component from the original provider and give a new name.
 Configuration ConfigurationObjectEditor.createConfiguration(Configuration original, java.lang.String newName)
          Copy-create method - creates a deep-copy of the original configuration, with the new name.
 ConnectorBinding ConfigurationObjectEditor.createConnectorComponent(Configuration configuration, ComponentTypeID typeID, java.lang.String componentName, ProductServiceConfigID pscID)
          Creates a new ConnectorBinding for a given Configuration and ProductServiceConfig; also automatically "deploys" the service anywhere that this PSC is already deployed, by creating the necessary DeployedComponents (this will only work if the PSC parameter belongs to the Configuration parameter).
 DeployedComponent ConfigurationObjectEditor.createDeployedServiceComponent(java.lang.String instanceName, Configuration configuration, HostID hostId, VMComponentDefnID vmId, ServiceComponentDefn serviceComponentDefn, ProductServiceConfigID pscID)
          Create a new DeployedComponent instance respresenting a deployed Service.
 Host ConfigurationObjectEditor.createHost(Configuration configuration, java.lang.String hostName)
           
 ProductServiceConfig ConfigurationObjectEditor.createProductServiceConfig(Configuration configuration, ProductServiceConfig originalPSC, java.lang.String newName)
          Copy-creation method, creates a new PSC from the given PSC, with the new given name, and inserts it into the given Configuration.
 ProductServiceConfig ConfigurationObjectEditor.createProductServiceConfig(Configuration configuration, ProductTypeID productTypeID, java.lang.String componentName)
          Allows the creation of an empty ProductServiceConfig entirely from ID objects.
 ResourceDescriptor ConfigurationObjectEditor.createResourceDescriptor(Configuration configuration, ComponentTypeID typeID, java.lang.String descriptorName)
          Create a new ResourceDescriptor Component Definition instance with a specified configuration
 ServiceComponentDefn ConfigurationObjectEditor.createServiceComponentDefn(Configuration configuration, ComponentTypeID typeID, java.lang.String componentName)
          Create a new Service Component Definition instance with a specified configuration
 ServiceComponentDefn ConfigurationObjectEditor.createServiceComponentDefn(Configuration configuration, ComponentTypeID typeID, java.lang.String componentName, ProductServiceConfigID pscID)
          Creates a new ServiceComponentDefn for a given Configuration and ProductServiceConfig; also automatically "deploys" the service anywhere that this PSC is already deployed, by creating the necessary DeployedComponents (this will only work if the PSC parameter belongs to the Configuration parameter).
 ServiceComponentDefn ConfigurationObjectEditor.createServiceComponentDefn(Configuration configuration, ComponentTypeID typeID, java.lang.String componentName, java.lang.String routingUUID)
          Create a new Service Component Definition instance with a specified configuration
 VMComponentDefn ConfigurationObjectEditor.createVMComponentDefn(Configuration configuration, HostID hostID, ComponentTypeID typeID, java.lang.String componentName)
          Create a new VM Component Definition instance with a specified configuration
 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.
 void ConfigurationObjectEditor.delete(Configuration target)
          Call to delete a configuration, which is assumed to have no dependencies.
 void ConfigurationObjectEditor.delete(Configuration target, boolean deleteDependencies)
          Deletes the configuration if there exist no dependent objects.
 java.util.Collection ConfigurationObjectEditor.deployProductServiceConfig(Configuration configuration, ProductServiceConfig psc, HostID hostId, VMComponentDefnID vmId)
          Deploys the ServiceComponentDefns indicated by the ProductServiceConfig, contained by the Configuration, onto the specified Host and VM.
 java.util.Collection ConfigurationObjectEditor.deployServiceDefn(Configuration configuration, ServiceComponentDefn serviceComponentDefn, ProductServiceConfigID pscID)
          Deploys a ServiceComponentDefn anywhere that it's PSC is already deployed.
 ComponentDefn DeployedComponent.getDeployedComponentDefn(Configuration configuration)
          Returns the ComponentDefn that is deployed.
 java.util.Collection ConfigurationObjectEditor.setEnabled(Configuration configuration, ServiceComponentDefn serviceComponentDefn, ProductServiceConfig psc, boolean enabled, boolean deleteDeployedComps)
          Sets whether the indicated ServiceComponentDefn is enabled for deployment (when the PSC which contains it is deployed) or not.
 Configuration ConfigurationObjectEditor.setIsDeployed(Configuration t, boolean newValue)
           
 Configuration ConfigurationObjectEditor.setIsReleased(Configuration t, boolean newValue)
           
 Configuration ConfigurationObjectEditor.setLogConfiguration(Configuration t, LogConfiguration logConfiguration)
          Sets the LogConfiguration in effect for the Configuration
 ProductServiceConfig ConfigurationObjectEditor.updateProductServiceConfig(Configuration config, ProductServiceConfig psc, java.util.Collection newServiceIDList)
          This method will update a PSC by adding the new service list of ID's and removing the service ID's from the PSC that are not in the service list.
 

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

Classes in com.metamatrix.common.config.model that implement Configuration
 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.
 

Methods in com.metamatrix.common.config.model that return Configuration
static Configuration ConfigurationObjectEditorHelper.addAuthenticationProviderComponent(Configuration t, AuthenticationProvider provider)
           
static Configuration ConfigurationObjectEditorHelper.addComponentDefn(Configuration t, ComponentDefn defn)
           
static Configuration ConfigurationObjectEditorHelper.addConfigurationComponentDefn(Configuration t, ComponentDefn defn)
           
static Configuration ConfigurationObjectEditorHelper.addConfigurationDeployedComponent(Configuration t, DeployedComponent deployedComponent)
           
static Configuration ConfigurationObjectEditorHelper.addConfigurationHostComponent(Configuration t, Host host)
           
static Configuration ConfigurationObjectEditorHelper.addDeployedComponent(Configuration t, DeployedComponent deployComponent)
           
static Configuration ConfigurationObjectEditorHelper.addHostComponent(Configuration t, Host host)
           
 Configuration BasicConfigurationObjectEditor.createConfiguration(Configuration original, java.lang.String newName)
          Copy-create method - creates a deep-copy of the original configuration, with the new name.
 Configuration BasicConfigurationObjectEditor.createConfiguration(java.lang.String configurationName)
           
 Configuration BasicConfigurationObjectEditor.createConfiguration(java.lang.String configurationName, java.util.Date creationDate, java.util.Date lastChangedDate)
          Create a new Configuration instance with the specified name ID, and the specified Date parameters.
 Configuration BasicConfigurationObjectEditor.delete(ComponentObject target, Configuration configuration)
           
 Configuration BasicConfigurationObjectEditor.delete(ComponentObject target, Configuration configuration, boolean deleteDependencies)
           
static Configuration ConfigurationObjectEditorHelper.delete(ComponentObjectID targetID, Configuration configuration)
           
 Configuration ConfigurationModelContainerImpl.getConfiguration()
           
 Configuration BasicConfigurationObjectEditor.setConfigurationComponentDefns(Configuration t, java.util.Collection componentDefns)
           
 Configuration BasicConfigurationObjectEditor.setConfigurationDeployedComponents(Configuration t, java.util.Collection deployedComponents)
           
 Configuration BasicConfigurationObjectEditor.setConfigurationHostComponents(Configuration t, java.util.Collection hostComponents)
           
 Configuration BasicConfigurationObjectEditor.setIsDeployed(Configuration t, boolean newValue)
           
 Configuration BasicConfigurationObjectEditor.setIsReleased(Configuration t, boolean newValue)
           
 Configuration BasicConfigurationObjectEditor.setLogConfiguration(Configuration t, LogConfiguration logConfiguration)
          Sets the LogConfiguration in effect for the Configuration
 Configuration BasicConfigurationObjectEditor.undoAction(ActionDefinition action, BaseObject target)
           
 

Methods in com.metamatrix.common.config.model with parameters of type Configuration
 void BasicConfigurationObjectEditor.addAuthenticationProvider(Configuration configuration, AuthenticationProvider provider)
           
static Configuration ConfigurationObjectEditorHelper.addAuthenticationProviderComponent(Configuration t, AuthenticationProvider provider)
           
static Configuration ConfigurationObjectEditorHelper.addComponentDefn(Configuration t, ComponentDefn defn)
           
static Configuration ConfigurationObjectEditorHelper.addConfigurationComponentDefn(Configuration t, ComponentDefn defn)
           
static Configuration ConfigurationObjectEditorHelper.addConfigurationDeployedComponent(Configuration t, DeployedComponent deployedComponent)
           
static Configuration ConfigurationObjectEditorHelper.addConfigurationHostComponent(Configuration t, Host host)
           
static Configuration ConfigurationObjectEditorHelper.addDeployedComponent(Configuration t, DeployedComponent deployComponent)
           
static Configuration ConfigurationObjectEditorHelper.addHostComponent(Configuration t, Host host)
           
 ProductServiceConfig BasicConfigurationObjectEditor.addServiceComponentDefn(Configuration configuration, ProductServiceConfig psc, ServiceComponentDefnID serviceComponentDefnID)
          Adds an existing ServiceComponentDefn to indicated PSC; the ServiceComponentDefn is assumed to already belong to the indicated Configuration.
 AuthenticationProvider BasicConfigurationObjectEditor.createAuthenticationProviderComponent(Configuration configuration, AuthenticationProvider originalProvider, java.lang.String newName)
           
 Configuration BasicConfigurationObjectEditor.createConfiguration(Configuration original, java.lang.String newName)
          Copy-create method - creates a deep-copy of the original configuration, with the new name.
 ConnectorBinding BasicConfigurationObjectEditor.createConnectorComponent(Configuration configuration, ComponentTypeID typeID, java.lang.String componentName, ProductServiceConfigID pscID)
           
 ConnectorBinding BasicConfigurationObjectEditor.createConnectorComponent(Configuration configuration, ConnectorBinding originalConnector, java.lang.String newName)
           
 DeployedComponent BasicConfigurationObjectEditor.createDeployedServiceComponent(java.lang.String name, Configuration configuration, HostID hostId, VMComponentDefnID vmId, ServiceComponentDefn serviceComponentDefn, ProductServiceConfigID pscID)
           
 DeployedComponent BasicConfigurationObjectEditor.createDeployedVMComponentx(java.lang.String name, Configuration configuration, VMComponentDefn vmComponentDefn)
           
 Host BasicConfigurationObjectEditor.createHost(Configuration configuration, Host original, java.lang.String newName)
           
static Host ConfigurationObjectEditorHelper.createHost(Configuration config, java.lang.String hostName)
           
 Host BasicConfigurationObjectEditor.createHost(Configuration configuration, java.lang.String hostName)
           
 ProductServiceConfig BasicConfigurationObjectEditor.createProductServiceConfig(Configuration configuration, ProductServiceConfig originalPSC, java.lang.String newName)
          Copy-creation method, creates a new PSC from the given PSC, with the new given name, and inserts it into the given Configuration.
 ProductServiceConfig BasicConfigurationObjectEditor.createProductServiceConfig(Configuration config, ProductTypeID productTypeID, java.lang.String name)
           
 ResourceDescriptor BasicConfigurationObjectEditor.createResourceDescriptor(Configuration configuration, ComponentTypeID typeID, java.lang.String descriptorName)
           
 ResourceDescriptor BasicConfigurationObjectEditor.createResourceDescriptor(Configuration configuration, ResourceDescriptor original, java.lang.String newName)
           
 ServiceComponentDefn BasicConfigurationObjectEditor.createServiceComponentDefn(Configuration configuration, ComponentTypeID typeID, java.lang.String componentName)
           
 ServiceComponentDefn BasicConfigurationObjectEditor.createServiceComponentDefn(Configuration configuration, ComponentTypeID typeID, java.lang.String componentName, ProductServiceConfigID pscID)
          Creates a new ServiceComponentDefn for a given Configuration and ProductServiceConfig; also automatically "deploys" the service anywhere that this PSC is already deployed, by creating the necessary DeployedComponents (this will only work if the PSC parameter belongs to the Configuration parameter).
 ServiceComponentDefn BasicConfigurationObjectEditor.createServiceComponentDefn(Configuration configuration, ComponentTypeID typeID, java.lang.String componentName, java.lang.String routingUUID)
           
 ServiceComponentDefn BasicConfigurationObjectEditor.createServiceComponentDefn(Configuration configuration, ServiceComponentDefn originalServiceComponentDefn, java.lang.String newName)
          Creates a new ServiceComponentDefn in the indicated Configuration, copied from the indicated original ServiceComponentDefn, with the indicated new name.
 VMComponentDefn BasicConfigurationObjectEditor.createVMComponentDefn(Configuration configuration, HostID hostID, ComponentTypeID typeID, java.lang.String componentName)
           
 VMComponentDefn BasicConfigurationObjectEditor.createVMComponentDefn(Configuration configuration, VMComponentDefn original, java.lang.String newName)
           
 Configuration BasicConfigurationObjectEditor.delete(ComponentObject target, Configuration configuration)
           
 Configuration BasicConfigurationObjectEditor.delete(ComponentObject target, Configuration configuration, boolean deleteDependencies)
           
static Configuration ConfigurationObjectEditorHelper.delete(ComponentObjectID targetID, Configuration configuration)
           
 void BasicConfigurationObjectEditor.delete(Configuration target)
           
 void BasicConfigurationObjectEditor.delete(Configuration target, boolean deleteDependencies)
           
 java.util.Collection BasicConfigurationObjectEditor.deployProductServiceConfig(Configuration configuration, ProductServiceConfig psc, HostID hostId, VMComponentDefnID vmId)
          Deploys the ServiceComponentDefns indicated by the ProductServiceConfig, contained by the Configuration, onto the specified Host and VM.
 java.util.Collection BasicConfigurationObjectEditor.deployServiceDefn(Configuration configuration, ServiceComponentDefn serviceComponentDefn, ProductServiceConfigID pscID)
          Deploys a ServiceComponentDefn anywhere that it's PSC is already deployed.
 ComponentDefn BasicDeployedComponent.getDeployedComponentDefn(Configuration configuration)
           
 boolean BasicConfigurationObjectEditor.isDeployed(ServiceComponentDefnID defnID, Configuration config)
           
 Configuration BasicConfigurationObjectEditor.setConfigurationComponentDefns(Configuration t, java.util.Collection componentDefns)
           
 Configuration BasicConfigurationObjectEditor.setConfigurationDeployedComponents(Configuration t, java.util.Collection deployedComponents)
           
 Configuration BasicConfigurationObjectEditor.setConfigurationHostComponents(Configuration t, java.util.Collection hostComponents)
           
 java.util.Collection BasicConfigurationObjectEditor.setEnabled(Configuration configuration, ServiceComponentDefn serviceComponentDefn, ProductServiceConfig psc, boolean enabled, boolean deleteDeployedComps)
           
 Configuration BasicConfigurationObjectEditor.setIsDeployed(Configuration t, boolean newValue)
           
 Configuration BasicConfigurationObjectEditor.setIsReleased(Configuration t, boolean newValue)
           
 Configuration BasicConfigurationObjectEditor.setLogConfiguration(Configuration t, LogConfiguration logConfiguration)
          Sets the LogConfiguration in effect for the Configuration
 ProductServiceConfig BasicConfigurationObjectEditor.updateProductServiceConfig(Configuration config, ProductServiceConfig psc, java.util.Collection newServiceIDList)
          This method will update a PSC by adding the new service list of ID's and removing the service ID's from the PSC that are not in the service list.
 

Constructors in com.metamatrix.common.config.model with parameters of type Configuration
ConfigurationModelContainerImpl(Configuration config)
           
 

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

Methods in com.metamatrix.common.config.xml that return Configuration
 Configuration XMLHelper.createConfiguration(org.jdom.Element element, ConfigurationObjectEditor editor, java.lang.String name)
          This method will create a Configuration configuration object from an XML element that represents a Configuration.
 Configuration XMLHelperImpl.createConfiguration(org.jdom.Element element, ConfigurationObjectEditor editor, java.lang.String name)
          This method will create a Configuration configuration object from an XML element that represents a Configuration.
 Configuration XMLConfig_42_HelperImpl.createConfiguration(org.jdom.Element element, ConfigurationObjectEditor editor, java.lang.String name)
          This method will create a Configuration configuration object from an XML element that represents a Configuration.
 

Methods in com.metamatrix.common.config.xml with parameters of type Configuration
 org.jdom.Element XMLHelper.createConfigurationElement(Configuration configuration)
          This method is used to create a Configuration JDOM Element from a Configuration object.
 org.jdom.Element XMLHelperImpl.createConfigurationElement(Configuration configuration)
          This method is used to create a Configuration JDOM Element from a Configuration object.
 org.jdom.Element XMLConfig_42_HelperImpl.createConfigurationElement(Configuration configuration)
          This method is used to create a Configuration JDOM Element from a Configuration object.
 DeployedComponent XMLHelper.createDeployedComponent(org.jdom.Element element, Configuration config, ConfigurationObjectEditor editor, java.util.Map serviceComponentDefnMap, java.util.Map vmComponentDefnMap, java.util.Map componentTypeMap, java.lang.String name)
          This method will create a DeployedComponent configuration object from an XML element that represents a DeployedComponent.
 DeployedComponent XMLHelperImpl.createDeployedComponent(org.jdom.Element element, Configuration config, ConfigurationObjectEditor editor, java.util.Map serviceComponentDefnMap, java.util.Map vmComponentDefnMap, java.util.Map componentTypeMap, java.lang.String name)
          This method will create a DeployedComponent configuration object from an XML element that represents a DeployedComponent.
 DeployedComponent XMLConfig_42_HelperImpl.createDeployedComponent(org.jdom.Element element, Configuration config, ConfigurationObjectEditor editor, java.util.Map serviceComponentDefnMap, java.util.Map vmComponentDefnMap, java.util.Map componentTypeMap, java.lang.String name)
          This method will create a DeployedComponent configuration object from an XML element that represents a DeployedComponent.
 ComponentDefn XMLHelper.createServiceComponentDefn(org.jdom.Element element, Configuration config, ConfigurationObjectEditor editor, java.lang.String name)
          This method will create a ServiceComponentDefn configuration object from an XML element that represents a ServiceComponentDefn.
 ComponentDefn XMLHelperImpl.createServiceComponentDefn(org.jdom.Element element, Configuration config, ConfigurationObjectEditor editor, java.lang.String name)
          This method will create a ServiceComponentDefn configuration object from an XML element that represents a ServiceComponentDefn.
 ComponentDefn XMLConfig_42_HelperImpl.createServiceComponentDefn(org.jdom.Element element, Configuration config, ConfigurationObjectEditor editor, java.lang.String name)
          This method will create a ServiceComponentDefn configuration object from an XML element that represents a ServiceComponentDefn.
 java.lang.Object[] XMLConfig_Base_ImportExportUtility.importServiceComponentDefn(java.io.InputStream stream, Configuration config, ConfigurationObjectEditor editor, java.lang.String[] name)
          This method will be used to import a ServiceComponentDefn Object given a Directory entry instance.
 

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

Methods in com.metamatrix.platform.admin.api that return Configuration
 Configuration ConfigurationAdminAPI.getConfiguration(java.lang.String configName)
          Returns the named Configuration.
 Configuration ConfigurationAdminAPI.getCurrentConfiguration()
          Returns the current deployed Configuration.
 Configuration ConfigurationAdminAPI.getNextStartupConfiguration()
          Returns the current deployed Configuration.
 Configuration ConfigurationAdminAPI.getStartupConfiguration()
          Returns the current deployed Configuration.
 

Methods in com.metamatrix.platform.admin.api with parameters of type Configuration
 void RuntimeStateAdminAPI.setLoggingConfiguration(Configuration config, LogConfiguration logConfig, java.util.List actions)
          Sets the LogConfiguration on the given Configuration.
 



Copyright © 2009. All Rights Reserved.