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, 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.deployServiceDefn(Configuration configuration, ServiceComponentDefn serviceComponentDefn, VMComponentDefnID vmID)
          Deploys a ServiceComponentDefn to the specified VM.
 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)
          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)
           
 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.
 DeployedComponent BasicConfigurationObjectEditor.deployServiceDefn(Configuration configuration, ServiceComponentDefn serviceComponentDefn, VMComponentDefnID vmID)
          Deploys a ServiceComponentDefn to the specified VM This method is harmless to call if the ServiceComponentDefn is already deployed anywhere.
 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 XMLHelperImpl.createServiceComponentDefnElement(ServiceComponentDefn defn)
          This method is used to create a ServiceComponentDefn JDOM Element from a ServiceComponentDefn object.
 

Uses of ServiceComponentDefn in com.metamatrix.console.models
 

Methods in com.metamatrix.console.models that return ServiceComponentDefn
 ServiceComponentDefn ConfigurationManager.modifyService(ServiceComponentDefn theService, java.util.Properties theProperties)
           
 

Methods in com.metamatrix.console.models with parameters of type ServiceComponentDefn
 void ConnectorManager.deleteBinding(ServiceComponentDefn scdConnectorBinding)
           
 ComponentType AuthenticationProviderManager.getAuthProvider(ServiceComponentDefn serviceDefn)
           
 ComponentType ConnectorManager.getConnectorForConnectorBinding(ServiceComponentDefn scdBinding)
           
 PropertiedObject ConnectorManager.getPropertiedObject(ServiceComponentDefn scdConnectorBinding)
           
 ServiceComponentDefn ConfigurationManager.modifyService(ServiceComponentDefn theService, java.util.Properties theProperties)
           
 

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 BindingDetailsPanel.getConnectorBinding()
           
 ServiceComponentDefn BindingPropertiesPanel.getConnectorBinding()
           
 ServiceComponentDefn BindingVDBsPanel.getConnectorBinding()
           
 ServiceComponentDefn BindingPropertiesPanel.getNewConnectorBinding()
           
 ServiceComponentDefn NewBindingWizardController.runWizard()
           
 

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

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 ServiceDefinitionPropertiesPanel.getNewComponentDefn()
           
 ServiceComponentDefn ServiceDefinitionPropertiesPanel.getServiceComponentDefn()
           
 

Methods in com.metamatrix.console.ui.views.deploy with parameters of type ServiceComponentDefn
 void ServiceDefinitionPropertiesPanel.setServiceComponentDefn(ServiceComponentDefn svcDefn)
           
 

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.modifyServiceDefintion(ServiceComponentDefn theService, Configuration theConfig)
          Modifies a service definitions node in the model.
 



Copyright © 2009. All Rights Reserved.