|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 |
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 |
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 |
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 |
XMLHelperImpl.createDeployedProductServiceConfigElement(ProductServiceConfig config)
|
org.jdom.Element |
XMLHelper.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 |
XMLHelperImpl.createProductServiceConfigElement(ProductServiceConfig config)
This method is used to create a ProductServiceConfig JDOM Element from a ProductServiceConfig 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 |
XMLConfig_42_HelperImpl.createProductServiceConfigElement(ProductServiceConfig config)
This method is used to create a ProductServiceConfig JDOM Element from a ProductServiceConfig object. |
Uses of ProductServiceConfig in com.metamatrix.console.models |
---|
Methods in com.metamatrix.console.models that return ProductServiceConfig | |
---|---|
ProductServiceConfig |
ConfigurationManager.copyPscDef(java.lang.String thePscDefName,
ProductServiceConfig thePscBeingCopied,
ConfigurationID theConfigId)
Creates a PSC definition. |
ProductServiceConfig |
ConfigurationManager.createPscDef(java.lang.String thePscDefName,
ProductTypeID thePscProdTypeID,
java.util.Collection theServiceIds,
ConfigurationID theConfigId)
Creates a PSC definition. |
ProductServiceConfig |
ConfigurationManager.modifyPsc(ProductServiceConfig thePscDef,
java.util.Properties theProperties)
|
ProductServiceConfig |
ConfigurationManager.updatePscDef(ProductServiceConfig thePscDef,
java.util.Collection theServiceIds)
Updates a PSC definition. |
Methods in com.metamatrix.console.models with parameters of type ProductServiceConfig | |
---|---|
void |
ConfigurationManager.changeDeployedPsc(ProductServiceConfig theOldPsc,
ProductServiceConfig theNewPsc,
VMComponentDefn theProcess,
Host theHost,
ConfigurationID theConfigId)
Changes the deployed PSC for a given process. |
ProductServiceConfig |
ConfigurationManager.copyPscDef(java.lang.String thePscDefName,
ProductServiceConfig thePscBeingCopied,
ConfigurationID theConfigId)
Creates a PSC definition. |
void |
ConnectorManager.createConnectorBinding(java.util.Collection bindings,
ConfigurationObjectEditor coe,
ProductServiceConfig[] pscs)
Method to commit actions to create a conector binding. |
void |
ConnectorManager.createConnectorBinding(ServiceComponentDefn binding,
ConfigurationObjectEditor coe,
ProductServiceConfig[] pscs)
Method to commit actions to create a conector binding. |
void |
ConfigurationManager.deleteDeployedPsc(ProductServiceConfig thePsc,
VMComponentDefn theProcess,
Host theHost,
ConfigurationID theConfigId)
|
void |
ConfigurationManager.deletePscDefinition(ProductServiceConfig thePsc,
ProductType theProduct,
ConfigurationID theConfigId)
|
void |
ConfigurationManager.deployPsc(ProductServiceConfig thePsc,
VMComponentDefn theProcess,
Host theHost,
ConfigurationID theConfigId)
|
ServiceComponentDefn |
ConnectorManager.getBindingCopyFromPsc(ProductServiceConfig psc,
ServiceComponentDefn scdBinding,
ConnectionInfo connection)
|
ServiceComponentDefn |
ConnectorManager.getBindingCopyFromPscByConfig(Configuration cfg,
ProductServiceConfig psc,
ServiceComponentDefn scdBinding)
|
java.util.Collection |
ConfigurationManager.getDeployedServices(ProductServiceConfig thePsc,
VMComponentDefn theProcess)
|
ProductType |
ConfigurationManager.getProduct(ProductServiceConfig thePsc)
|
java.util.Collection |
ConfigurationManager.getServiceDefinitions(ProductServiceConfig thePsc,
Configuration theConfiguration)
|
ProductServiceConfig |
ConfigurationManager.modifyPsc(ProductServiceConfig thePscDef,
java.util.Properties theProperties)
|
void |
ConfigurationManager.setEnabled(ServiceComponentDefn theService,
ProductServiceConfig psc,
boolean theEnableFlag,
Configuration theConfig)
|
void |
ConnectorManager.setEnableForBindingInPSC(ServiceComponentDefn scdBinding,
ProductServiceConfig psc,
boolean bEnabled,
ConfigurationObjectEditor coe)
|
void |
ConnectorManager.setEnableForBindingInPSCByConfig(Configuration cfg,
ServiceComponentDefn scdBinding,
ProductServiceConfig psc,
boolean bEnabled,
ConfigurationObjectEditor coe)
|
ProductServiceConfig |
ConfigurationManager.updatePscDef(ProductServiceConfig thePscDef,
java.util.Collection theServiceIds)
Updates a PSC definition. |
Uses of ProductServiceConfig in com.metamatrix.console.ui.views.connectorbinding |
---|
Methods in com.metamatrix.console.ui.views.connectorbinding that return ProductServiceConfig | |
---|---|
ProductServiceConfig[] |
NewBindingWizardPSCEnablePanel.getEnabledConfigs()
|
ProductServiceConfig[] |
ImportBindingWizardPSCEnablePanel.getEnabledConfigs()
|
Methods in com.metamatrix.console.ui.views.connectorbinding with parameters of type ProductServiceConfig | |
---|---|
protected boolean |
ImportBindingWizardController.saveNewItemToServer(java.util.Collection bindings,
ProductServiceConfig[] pscs)
|
Uses of ProductServiceConfig in com.metamatrix.console.ui.views.deploy |
---|
Constructors in com.metamatrix.console.ui.views.deploy with parameters of type ProductServiceConfig | |
---|---|
CreatePSCPanel(java.lang.String theMessageId,
java.lang.String theIconId,
java.lang.String theLabelId,
java.lang.String theNameTypeId,
ProductServiceConfig psc,
java.util.List serviceNames)
|
|
UpdatePSCPanel(java.lang.String theMessageId,
java.lang.String theIconId,
java.lang.String theLabelId,
java.lang.String theNameTypeId,
ProductServiceConfig psc,
java.util.List serviceNames)
|
|
UpdatePSCPanel(java.lang.String theMessageId,
java.lang.String theIconId,
java.lang.String theLabelId,
java.lang.String theNameTypeId,
ProductServiceConfig psc,
java.util.List serviceNames,
boolean editPSC)
|
Uses of ProductServiceConfig in com.metamatrix.console.ui.views.deploy.event |
---|
Methods in com.metamatrix.console.ui.views.deploy.event that return ProductServiceConfig | |
---|---|
ProductServiceConfig |
ConfigurationChangeEvent.getDeployedPsc()
Gets the deployed PSC if either a deployed PSC was the event source or an ancestor. |
ProductServiceConfig |
ConfigurationChangeEvent.getPscDefinition()
Gets the PSC definition if either a PSC definition was the event source or an ancestor. |
Uses of ProductServiceConfig in com.metamatrix.console.ui.views.deploy.model |
---|
Methods in com.metamatrix.console.ui.views.deploy.model that return ProductServiceConfig | |
---|---|
ProductServiceConfig |
ConfigurationTreeModel.PscWrapper.getPsc()
Gets the wrapped PSC object. |
Methods in com.metamatrix.console.ui.views.deploy.model with parameters of type ProductServiceConfig | |
---|---|
void |
ConfigurationTreeModel.addDeployedPsc(ProductServiceConfig thePsc,
VMComponentDefn theProcess,
Host theHost,
Configuration theConfig)
Adds a deployed PSC node to the model. |
void |
ConfigurationTreeModel.addPscDefn(ProductServiceConfig thePsc,
ProductType theProduct,
Configuration theConfig)
Adds a PSC definition node to the model. |
void |
ConfigurationTreeModel.addServiceDefinition(ServiceComponentDefn theService,
ProductServiceConfig thePsc,
ProductType theProduct,
Configuration theConfig)
Adds a service definition node to the model. |
void |
ConfigurationTreeModel.deleteDeployedPsc(ProductServiceConfig thePsc,
VMComponentDefn theProcess,
Host theHost,
Configuration theConfig)
Deletes a deployed PSC node from the model. |
void |
ConfigurationTreeModel.deletePscDefintion(ProductServiceConfig thePsc,
ProductType theProduct,
Configuration theConfig)
Deletes a PSC definition node from the model. |
DefaultTreeNode |
ConfigurationTreeModel.getPscNode(ProductServiceConfig thePsc,
Configuration theConfig)
Gets the requested PSC definition node. |
DefaultTreeNode |
ConfigurationTreeModel.getPscNode(ProductServiceConfig thePsc,
VMComponentDefn theProcess)
Gets the requested deployed PSC node. |
void |
ConfigurationTreeModel.modifyPscDefinition(ProductServiceConfig thePsc,
ProductType theProduct,
Configuration theConfig)
Modifies a PSC definitions node in the model. |
void |
ConfigurationTreeModel.modifyServiceDefintion(ServiceComponentDefn theService,
ProductServiceConfig thePsc,
ProductType theProduct,
Configuration theConfig)
Modifies a service definitions node in the model. |
Constructors in com.metamatrix.console.ui.views.deploy.model with parameters of type ProductServiceConfig | |
---|---|
ConfigurationTreeModel.PscWrapper(ProductServiceConfig thePsc,
Configuration theConfig)
Constructs a PscWrapper that wraps a PSC definition. |
|
ConfigurationTreeModel.PscWrapper(ProductServiceConfig thePsc,
VMComponentDefn theProcess)
Constructs a PscWrapper that wraps a deployed PSC. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |