|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ProductServiceConfig | |
|---|---|
| com.metamatrix.common.config.api | |
| com.metamatrix.common.config.model | |
| com.metamatrix.common.config.util | |
| com.metamatrix.common.config.xml | |
| Uses of ProductServiceConfig in com.metamatrix.common.config.api |
|---|
| Methods in com.metamatrix.common.config.api that return ProductServiceConfig | |
|---|---|
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. |
ProductServiceConfig |
ConfigurationObjectEditor.addServiceComponentDefn(ProductServiceConfig psc,
ServiceComponentDefnID serviceComponentDefnID)
Adds an existing ServiceComponentDefn to indicated PSC. |
ProductServiceConfig |
ConfigurationObjectEditor.createProductServiceConfig(ConfigurationID configurationID,
ProductTypeID productTypeID,
java.lang.String componentName)
Allows the creation of an empty ProductServiceConfig entirely from ID objects. |
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. |
ProductServiceConfig |
Configuration.getPSC(ComponentDefnID pscID)
Returns the ProductServiceConfig for the specificed id. |
ProductServiceConfig |
ConfigurationObjectEditor.renamePSC(ProductServiceConfig psc,
java.lang.String name)
Change the name of a previously defined PSC. |
ProductServiceConfig |
ConfigurationObjectEditor.setEnabled(ServiceComponentDefnID serviceComponentDefnID,
ProductServiceConfig psc,
boolean enabled)
It simply modifies the ProductServiceConfig by setting the specified service enabled value and creates the necessary change object. |
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. |
| Methods in com.metamatrix.common.config.api with parameters of type ProductServiceConfig | |
|---|---|
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. |
ProductServiceConfig |
ConfigurationObjectEditor.addServiceComponentDefn(ProductServiceConfig psc,
ServiceComponentDefnID serviceComponentDefnID)
Adds an existing ServiceComponentDefn to indicated PSC. |
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. |
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 |
Configuration.getDeployedServices(VMComponentDefn vm,
ProductServiceConfig psc)
Returns a Collection of DeployedComponents that
represent ServiceComponentDefns deployed on the indicated deployed VM,
and originating from the indicated ProductServiceConfig |
ProductServiceConfig |
ConfigurationObjectEditor.renamePSC(ProductServiceConfig psc,
java.lang.String name)
Change the name of a previously defined PSC. |
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. |
ProductServiceConfig |
ConfigurationObjectEditor.setEnabled(ServiceComponentDefnID serviceComponentDefnID,
ProductServiceConfig psc,
boolean enabled)
It simply modifies the ProductServiceConfig by setting the specified service enabled value and creates the necessary change object. |
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 ProductServiceConfig in com.metamatrix.common.config.model |
|---|
| Classes in com.metamatrix.common.config.model that implement ProductServiceConfig | |
|---|---|
class |
BasicProductServiceConfig
|
| Methods in com.metamatrix.common.config.model that return ProductServiceConfig | |
|---|---|
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. |
static ProductServiceConfig |
ConfigurationObjectEditorHelper.addServiceComponentDefn(ProductServiceConfig psc,
ServiceComponentDefnID serviceComponentDefnID)
Adds an existing ServiceComponentDefn to indicated PSC. |
ProductServiceConfig |
BasicConfigurationObjectEditor.addServiceComponentDefn(ProductServiceConfig psc,
ServiceComponentDefnID serviceComponentDefnID)
Adds an existing ServiceComponentDefn to indicated PSC. |
ProductServiceConfig |
BasicConfigurationObjectEditor.createProductServiceConfig(ConfigurationID configurationID,
ProductTypeID productTypeID,
java.lang.String componentName)
Allows the creation of an empty ProductServiceConfig entirely from ID objects. |
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)
|
ProductServiceConfig |
BasicConfiguration.getPSC(ComponentDefnID componentID)
|
ProductServiceConfig |
BasicConfigurationObjectEditor.renamePSC(ProductServiceConfig psc,
java.lang.String name)
Change the name of a previously defined PSC in the Next Startup config. |
static ProductServiceConfig |
ConfigurationObjectEditorHelper.resetServices(ProductServiceConfig psc)
|
ProductServiceConfig |
BasicConfigurationObjectEditor.setEnabled(ServiceComponentDefnID serviceComponentDefnID,
ProductServiceConfig psc,
boolean enabled)
|
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. |
| Methods in com.metamatrix.common.config.model with parameters of type ProductServiceConfig | |
|---|---|
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. |
static ProductServiceConfig |
ConfigurationObjectEditorHelper.addServiceComponentDefn(ProductServiceConfig psc,
ServiceComponentDefnID serviceComponentDefnID)
Adds an existing ServiceComponentDefn to indicated PSC. |
ProductServiceConfig |
BasicConfigurationObjectEditor.addServiceComponentDefn(ProductServiceConfig psc,
ServiceComponentDefnID serviceComponentDefnID)
Adds an existing ServiceComponentDefn to indicated PSC. |
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. |
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 |
BasicConfiguration.getDeployedServices(VMComponentDefn vm,
ProductServiceConfig psc)
Returns a Collection of DeployedComponents that
represent ServiceComponentDefns deployed on the indicated deployed VM,
and originating from the indicated ProductServiceConfig |
ProductServiceConfig |
BasicConfigurationObjectEditor.renamePSC(ProductServiceConfig psc,
java.lang.String name)
Change the name of a previously defined PSC in the Next Startup config. |
static ProductServiceConfig |
ConfigurationObjectEditorHelper.resetServices(ProductServiceConfig psc)
|
java.util.Collection |
BasicConfigurationObjectEditor.setEnabled(Configuration configuration,
ServiceComponentDefn serviceComponentDefn,
ProductServiceConfig psc,
boolean enabled,
boolean deleteDeployedComps)
|
static void |
ConfigurationObjectEditorHelper.setEnabled(ServiceComponentDefnID serviceComponentDefnID,
ProductServiceConfig psc,
boolean enabled)
This is a lighterweight version of the other setEnabled
method. |
ProductServiceConfig |
BasicConfigurationObjectEditor.setEnabled(ServiceComponentDefnID serviceComponentDefnID,
ProductServiceConfig psc,
boolean enabled)
|
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. |
| Uses of ProductServiceConfig in com.metamatrix.common.config.util |
|---|
| Methods in com.metamatrix.common.config.util that return ProductServiceConfig | |
|---|---|
static ProductServiceConfig |
ConfigUtil.getFirstDeployedConnectorProductTypePSC(ConfigurationModelContainer cmc)
|
| Uses of ProductServiceConfig in com.metamatrix.common.config.xml |
|---|
| Methods in com.metamatrix.common.config.xml that return ProductServiceConfig | |
|---|---|
ProductServiceConfig |
XMLHelper.createProductServiceConfig(org.jdom.Element element,
ConfigurationID configID,
ConfigurationObjectEditor editor,
java.lang.String name)
This method will create a ProductServiceConfig configuration object from an XML element that represents a ProductServiceConfig. |
ProductServiceConfig |
XMLHelperImpl.createProductServiceConfig(org.jdom.Element element,
ConfigurationID configID,
ConfigurationObjectEditor editor,
java.lang.String name)
This method will create a ProductServiceConfig configuration object from an XML element that represents a ProductServiceConfig. |
ProductServiceConfig |
XMLConfig_42_HelperImpl.createProductServiceConfig(org.jdom.Element element,
ConfigurationID configID,
ConfigurationObjectEditor editor,
java.lang.String name)
This method will create a ProductServiceConfig configuration object from an XML element that represents a ProductServiceConfig. |
| Methods in com.metamatrix.common.config.xml with parameters of type ProductServiceConfig | |
|---|---|
org.jdom.Element |
XMLHelper.createDeployedProductServiceConfigElement(ProductServiceConfig config)
|
org.jdom.Element |
XMLHelperImpl.createDeployedProductServiceConfigElement(ProductServiceConfig config)
|
org.jdom.Element |
XMLConfig_42_HelperImpl.createDeployedProductServiceConfigElement(ProductServiceConfig config)
This method is used to create a ServiceComponentDefn JDOM Element from a ServiceComponentDefn object. |
org.jdom.Element |
XMLHelper.createProductServiceConfigElement(ProductServiceConfig config)
This method is used to create a ProductServiceConfig JDOM Element from a ProductServiceConfig object. |
org.jdom.Element |
XMLHelperImpl.createProductServiceConfigElement(ProductServiceConfig config)
This method is used to create a ProductServiceConfig JDOM Element from a ProductServiceConfig object. |
org.jdom.Element |
XMLConfig_42_HelperImpl.createProductServiceConfigElement(ProductServiceConfig config)
This method is used to create a ProductServiceConfig JDOM Element from a ProductServiceConfig object. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||