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

Packages that use ServiceComponentDefn
com.metamatrix.common.config.api   
com.metamatrix.common.config.model   
com.metamatrix.common.config.xml   
 

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

Subinterfaces of ServiceComponentDefn in com.metamatrix.common.config.api
 interface ConnectorBinding
          A ConnectorBinding represents a connector binding definition that is a non-configuration based object.
 

Methods in com.metamatrix.common.config.api that return ServiceComponentDefn
 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
 ServiceComponentDefn ConfigurationObjectEditor.createServiceComponentDefn(ConfigurationID configurationID, ComponentTypeID typeID, java.lang.String componentName)
          Create a new Service Component Definition instance with a specified configuration
 ServiceComponentDefn ConfigurationObjectEditor.createServiceComponentDefn(ConfigurationID configurationID, ComponentTypeID typeID, java.lang.String componentName, java.lang.String routingUUID)
          Create a new Service Component Definition instance with a specified configuration
 ServiceComponentDefn Configuration.getServiceComponentDefn(ComponentDefnID defnID)
          Returns a ServiceComponentDefn
 ServiceComponentDefn Configuration.getServiceComponentDefn(java.lang.String name)
          Returns a ServiceComponentDefn based on the service name.
 

Methods in com.metamatrix.common.config.api with parameters of type ServiceComponentDefn
 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.
 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 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.
 void ConfigurationObjectEditor.setRoutingUUID(ServiceComponentDefn serviceComponentDefn, java.lang.String newRoutingUUID)
          Sets this ServiceComponentDefn's String routing UUID.
 

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

Classes in com.metamatrix.common.config.model that implement ServiceComponentDefn
 class BasicConnectorBinding
           
 class BasicServiceComponentDefn
           
 

Methods in com.metamatrix.common.config.model that return ServiceComponentDefn
 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(ConfigurationID configurationID, ComponentTypeID typeID, java.lang.String componentName)
           
 ServiceComponentDefn BasicConfigurationObjectEditor.createServiceComponentDefn(ConfigurationID configurationID, 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.
 ServiceComponentDefn BasicConfiguration.getServiceComponentDefn(ComponentDefnID componentID)
           
 ServiceComponentDefn BasicConfiguration.getServiceComponentDefn(java.lang.String name)
          Returns a ConnectorBinding based on the specified name.
 

Methods in com.metamatrix.common.config.model with parameters of type ServiceComponentDefn
 DeployedComponent BasicConfigurationObjectEditor.createDeployedServiceComponent(java.lang.String name, Configuration configuration, HostID hostId, VMComponentDefnID vmId, ServiceComponentDefn serviceComponentDefn, ProductServiceConfigID pscID)
           
 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.
 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 BasicConfigurationObjectEditor.setEnabled(Configuration configuration, ServiceComponentDefn serviceComponentDefn, ProductServiceConfig psc, boolean enabled, boolean deleteDeployedComps)
           
static void ConfigurationObjectEditorHelper.setRoutingUUID(ServiceComponentDefn serviceComponentDefn, java.lang.String newRoutingUUID)
          Sets this ServiceComponentDefn's String routing UUID.
 void BasicConfigurationObjectEditor.setRoutingUUID(ServiceComponentDefn serviceComponentDefn, java.lang.String newRoutingUUID)
          Sets this ServiceComponentDefn's String routing UUID.
 

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

Methods in com.metamatrix.common.config.xml with parameters of type ServiceComponentDefn
 org.jdom.Element XMLConfig_42_HelperImpl.createDeployedServiceComponentDefnElement(ServiceComponentDefn defn)
           
 org.jdom.Element XMLHelper.createServiceComponentDefnElement(ServiceComponentDefn defn)
          This method is used to create a ServiceComponentDefn JDOM Element from a ServiceComponentDefn object.
 org.jdom.Element XMLHelperImpl.createServiceComponentDefnElement(ServiceComponentDefn defn)
          This method is used to create a ServiceComponentDefn JDOM Element from a ServiceComponentDefn object.
 org.jdom.Element XMLConfig_42_HelperImpl.createServiceComponentDefnElement(ServiceComponentDefn defn)
          This method is used to create a ServiceComponentDefn JDOM Element from a ServiceComponentDefn object.
 void XMLConfig_Base_ImportExportUtility.exportServiceComponentDefn(java.io.OutputStream stream, ServiceComponentDefn defn, ComponentType type, java.util.Properties props)
          This method will generally be used to create a file representation of a Connector Binding.
 



Copyright © 2009. All Rights Reserved.