Uses of Class
com.metamatrix.common.config.api.ProductServiceConfigID

Packages that use ProductServiceConfigID
com.metamatrix.common.config.api   
com.metamatrix.common.config.model   
com.metamatrix.common.config.xml   
com.metamatrix.platform.admin.api.runtime   
com.metamatrix.platform.config.spi.xml   
com.metamatrix.platform.registry   
 

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

Methods in com.metamatrix.common.config.api that return ProductServiceConfigID
 ProductServiceConfigID DeployedComponent.getProductServiceConfigID()
          Returns the ProductServiceConfigID of the service that is deployed (if it is a service).
 ProductServiceConfigID DeployedComponentID.getPscID()
           
 

Methods in com.metamatrix.common.config.api with parameters of type ProductServiceConfigID
 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.
 DeployedComponent ConfigurationObjectEditor.createDeployedServiceComponent(java.lang.String instanceName, ConfigurationID configurationID, HostID hostId, VMComponentDefnID vmId, ServiceComponentDefnID serviceComponentDefnID, ProductServiceConfigID pscID, ComponentTypeID serviceComponentTypeID)
          Create a new DeployedComponent instance respresenting a deployed Service.
 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).
 java.util.Collection ConfigurationObjectEditor.deployServiceDefn(Configuration configuration, ServiceComponentDefn serviceComponentDefn, ProductServiceConfigID pscID)
          Deploys a ServiceComponentDefn anywhere that it's PSC is already deployed.
 java.util.Collection Configuration.getDeployedComponents(ComponentDefnID componentDefnID, ProductServiceConfigID pscID)
          Returns a Collection of deployed components that have been deployed for that specified component definition and belong to a specific ProductServiceConfiguration.
 boolean Configuration.isPSCDeployed(ProductServiceConfigID pscID)
          Returns true if the PSC is deployed to any host.
 

Constructors in com.metamatrix.common.config.api with parameters of type ProductServiceConfigID
AuthenticationProviderID(java.lang.String name, ProductServiceConfigID pscID)
           
ConnectorBindingID(java.lang.String name, ProductServiceConfigID pscID)
           
DeployedComponentID(java.lang.String name, ConfigurationID configId, HostID hostId, VMComponentDefnID vmId, ProductServiceConfigID pscID, ServiceComponentDefnID serviceId)
          Instantiate a Service or Connector Binding deployed service, that incorporates the PSC name into it
ServiceComponentDefnID(ConfigurationID configID, java.lang.String name, ProductServiceConfigID pscID)
           
 

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

Methods in com.metamatrix.common.config.model that return ProductServiceConfigID
 ProductServiceConfigID BasicDeployedComponent.getProductServiceConfigID()
          Returns the ProductServiceConfigID of the ServiceComponentDefn that is deployed.
 

Methods in com.metamatrix.common.config.model with parameters of type ProductServiceConfigID
 ConnectorBinding BasicConfigurationObjectEditor.createConnectorComponent(Configuration configuration, ComponentTypeID typeID, java.lang.String componentName, ProductServiceConfigID pscID)
           
static BasicDeployedComponent BasicUtil.createDeployedComponent(java.lang.String name, ConfigurationID configID, HostID hostID, VMComponentDefnID vmID, ServiceComponentDefnID svcID, ProductServiceConfigID pscID, ComponentTypeID typeID)
           
 DeployedComponent BasicConfigurationObjectEditor.createDeployedServiceComponent(java.lang.String name, Configuration configuration, HostID hostId, VMComponentDefnID vmId, ServiceComponentDefn serviceComponentDefn, ProductServiceConfigID pscID)
           
 DeployedComponent BasicConfigurationObjectEditor.createDeployedServiceComponent(java.lang.String name, ConfigurationID configurationID, HostID hostId, VMComponentDefnID vmId, ServiceComponentDefnID serviceComponentDefnID, ProductServiceConfigID pscID, ComponentTypeID serviceComponentTypeID)
           
 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).
 java.util.Collection BasicConfigurationObjectEditor.deployServiceDefn(Configuration configuration, ServiceComponentDefn serviceComponentDefn, ProductServiceConfigID pscID)
          Deploys a ServiceComponentDefn anywhere that it's PSC is already deployed.
 java.util.Collection BasicConfiguration.getDeployedComponents(ComponentDefnID componentDefnID, ProductServiceConfigID pscID)
           
 boolean BasicConfiguration.isPSCDeployed(ProductServiceConfigID pscID)
           
 

Constructors in com.metamatrix.common.config.model with parameters of type ProductServiceConfigID
BasicDeployedComponent(DeployedComponentID deployedId, ConfigurationID configId, HostID hostId, VMComponentDefnID vmId, ServiceComponentDefnID serviceId, ProductServiceConfigID pscID, ComponentTypeID deployedTypeID)
           
BasicProductServiceConfig(ConfigurationID configurationID, ProductServiceConfigID componentID, ProductTypeID productTypeID)
           
 

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

Methods in com.metamatrix.common.config.xml with parameters of type ProductServiceConfigID
 DeployedComponent XMLHelperImpl.createDeployedComponent(org.jdom.Element element, ConfigurationID configID, HostID hostID, VMComponentDefnID vmID, ProductServiceConfigID pscID, java.util.Map componentTypeMap, ConfigurationObjectEditor editor)
           
 DeployedComponent XMLHelper.createDeployedComponent(org.jdom.Element element, ConfigurationID configID, HostID hostID, VMComponentDefnID vmID, ProductServiceConfigID pscID, java.util.Map componentTypeMap, ConfigurationObjectEditor editor)
           
 DeployedComponent XMLConfig_42_HelperImpl.createDeployedComponent(org.jdom.Element element, ConfigurationID configID, HostID hostID, VMComponentDefnID vmID, ProductServiceConfigID pscID, java.util.Map componentTypeMap, ConfigurationObjectEditor editor)
           
 DeployedComponent XMLConfig_42_HelperImpl.createDeployedServiceComponent(org.jdom.Element element, ConfigurationID configID, HostID hostID, VMComponentDefnID vmID, ProductServiceConfigID pscID, java.util.Map componentTypeMap, ConfigurationObjectEditor editor)
           
 

Uses of ProductServiceConfigID in com.metamatrix.platform.admin.api.runtime
 

Methods in com.metamatrix.platform.admin.api.runtime that return ProductServiceConfigID
 ProductServiceConfigID PscID.getPscConfigID()
           
 

Constructors in com.metamatrix.platform.admin.api.runtime with parameters of type ProductServiceConfigID
PSCData(ProductServiceConfigID pscConfigID, java.util.Collection services, java.lang.String processName)
          Create a new instance of VMRegistryBinding.
PscID(ProductServiceConfigID pscConfigID, java.lang.String processName)
          Create a new instance of PscID.
 

Uses of ProductServiceConfigID in com.metamatrix.platform.config.spi.xml
 

Methods in com.metamatrix.platform.config.spi.xml with parameters of type ProductServiceConfigID
 java.util.Set XMLActionUpdateStrategy.executeActions(ConfigurationModelContainerImpl config, ProductServiceConfigID targetID, java.util.List actions, ConfigTransaction transaction)
           
 

Uses of ProductServiceConfigID in com.metamatrix.platform.registry
 

Methods in com.metamatrix.platform.registry that return ProductServiceConfigID
 ProductServiceConfigID ServiceRegistryBinding.getPscID()
           
 

Constructors in com.metamatrix.platform.registry with parameters of type ProductServiceConfigID
ServiceRegistryBinding(ServiceID serviceID, ServiceInterface si, java.lang.String serviceType, java.lang.String instanceName, java.lang.String componentType, java.lang.String deployedName, java.lang.String hostName, DeployedComponent deployedComponent, ProductServiceConfigID pscID, int state, java.util.Date time, boolean essential, MessageBus bus)
          Create new ServiceRegistryInstance
 



Copyright © 2009. All Rights Reserved.