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

Packages that use ServiceComponentDefn
com.metamatrix.admin.server   
com.metamatrix.common.config.api   
com.metamatrix.common.config.model   
com.metamatrix.common.config.xml   
com.metamatrix.console.models   
com.metamatrix.console.ui.views.connectorbinding   
com.metamatrix.console.ui.views.deploy   
com.metamatrix.console.ui.views.deploy.event   
com.metamatrix.console.ui.views.deploy.model   
 

Uses of ServiceComponentDefn in com.metamatrix.admin.server
 

Methods in com.metamatrix.admin.server that return ServiceComponentDefn
protected  ServiceComponentDefn ServerConfigAdminImpl.getServiceByID(ServiceComponentDefnID serviceID)
           
protected  ServiceComponentDefn ServerConfigAdminImpl.getServiceByName(java.lang.String serviceName)
           
 

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 XMLHelperImpl.createServiceComponentDefnElement(ServiceComponentDefn defn)
          This method is used to create a ServiceComponentDefn JDOM Element from a ServiceComponentDefn object.
 org.jdom.Element XMLHelper.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.
 

Uses of ServiceComponentDefn in com.metamatrix.console.models
 

Methods in com.metamatrix.console.models that return ServiceComponentDefn
 ServiceComponentDefn ConnectorManager.getBindingCopyFromPsc(ProductServiceConfig psc, ServiceComponentDefn scdBinding, ConnectionInfo connection)
           
 ServiceComponentDefn ConnectorManager.getBindingCopyFromPscByConfig(Configuration cfg, ProductServiceConfig psc, ServiceComponentDefn scdBinding)
           
 ServiceComponentDefn ConfigurationManager.modifyService(ServiceComponentDefn theService, java.util.Properties theProperties)
           
 

Methods in com.metamatrix.console.models with parameters of type ServiceComponentDefn
 void ConnectorManager.createConnectorBinding(ServiceComponentDefn binding, ConfigurationObjectEditor coe, ProductServiceConfig[] pscs)
          Method to commit actions to create a conector binding.
 void ConnectorManager.deleteBinding(ServiceComponentDefn scdConnectorBinding)
           
 ComponentType AuthenticationProviderManager.getAuthProvider(ServiceComponentDefn serviceDefn)
           
 ServiceComponentDefn ConnectorManager.getBindingCopyFromPsc(ProductServiceConfig psc, ServiceComponentDefn scdBinding, ConnectionInfo connection)
           
 ServiceComponentDefn ConnectorManager.getBindingCopyFromPscByConfig(Configuration cfg, ProductServiceConfig psc, ServiceComponentDefn scdBinding)
           
 ComponentType ConnectorManager.getConnectorForConnectorBinding(ServiceComponentDefn scdBinding)
           
 PropertiedObject ConnectorManager.getPropertiedObject(ServiceComponentDefn scdConnectorBinding)
           
 ServiceComponentDefn ConfigurationManager.modifyService(ServiceComponentDefn theService, 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)
           
 

Uses of ServiceComponentDefn in com.metamatrix.console.ui.views.connectorbinding
 

Methods in com.metamatrix.console.ui.views.connectorbinding that return ServiceComponentDefn
 ServiceComponentDefn ConnectorAndBinding.getBinding()
           
 ServiceComponentDefn BindingVDBsPanel.getConnectorBinding()
           
 ServiceComponentDefn BindingPropertiesPanel.getConnectorBinding()
           
 ServiceComponentDefn BindingDetailsPanel.getConnectorBinding()
           
 ServiceComponentDefn BindingPropertiesPanel.getNewConnectorBinding()
           
 ServiceComponentDefn NewBindingWizardController.runWizard()
           
 

Methods in com.metamatrix.console.ui.views.connectorbinding with parameters of type ServiceComponentDefn
 void BindingVDBsPanel.setConnectorBinding(ServiceComponentDefn connectorBindingDefn)
           
 void BindingPropertiesPanel.setConnectorBinding(ServiceComponentDefn connectorBindingDefn)
           
 void ConnectorBindingDisplayer.setConnectorBinding(ServiceComponentDefn scdConnectorBinding)
          Called when the master panel detects that the user has selected a different ConnectorBinding.
 void BindingDetailsPanel.setConnectorBinding(ServiceComponentDefn scdConnectorBinding)
           
 

Constructors in com.metamatrix.console.ui.views.connectorbinding with parameters of type ServiceComponentDefn
ConnectorAndBinding(ComponentType conn, ServiceComponentDefn bind)
           
 

Uses of ServiceComponentDefn in com.metamatrix.console.ui.views.deploy
 

Methods in com.metamatrix.console.ui.views.deploy that return ServiceComponentDefn
 ServiceComponentDefn ServiceDefinitionPanel.getService()
           
 

Methods in com.metamatrix.console.ui.views.deploy with parameters of type ServiceComponentDefn
 void ServiceDefinitionPanel.displayDetailFor(ServiceComponentDefn serviceDef, java.lang.Object[] theAncestors)
           
 

Uses of ServiceComponentDefn in com.metamatrix.console.ui.views.deploy.event
 

Methods in com.metamatrix.console.ui.views.deploy.event that return ServiceComponentDefn
 ServiceComponentDefn ConfigurationChangeEvent.getServiceDefinition()
          Gets the service definition if either a service definition was the event source or an ancestor.
 

Uses of ServiceComponentDefn in com.metamatrix.console.ui.views.deploy.model
 

Methods in com.metamatrix.console.ui.views.deploy.model with parameters of type ServiceComponentDefn
 void ConfigurationTreeModel.addServiceDefinition(ServiceComponentDefn theService, ProductServiceConfig thePsc, ProductType theProduct, Configuration theConfig)
          Adds a service definition node to the model.
 void ConfigurationTreeModel.modifyServiceDefintion(ServiceComponentDefn theService, ProductServiceConfig thePsc, ProductType theProduct, Configuration theConfig)
          Modifies a service definitions node in the model.
 



Copyright © 2009. All Rights Reserved.