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

Packages that use ServiceComponentDefnID
com.metamatrix.admin.server   
com.metamatrix.common.config.api   
com.metamatrix.common.config.model   
com.metamatrix.platform.config.spi.xml   
com.metamatrix.platform.vm.api.controller   
com.metamatrix.platform.vm.controller   
 

Uses of ServiceComponentDefnID in com.metamatrix.admin.server
 

Methods in com.metamatrix.admin.server with parameters of type ServiceComponentDefnID
protected  ServiceComponentDefn ServerConfigAdminImpl.getServiceByID(ServiceComponentDefnID serviceID)
           
 

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

Subclasses of ServiceComponentDefnID in com.metamatrix.common.config.api
 class ConnectorBindingID
           
 

Methods in com.metamatrix.common.config.api that return ServiceComponentDefnID
 ServiceComponentDefnID DeployedComponent.getServiceComponentDefnID()
          Returns the ComponentID for the service component that is deployed.
 ServiceComponentDefnID DeployedComponentID.getServiceID()
           
 

Methods in com.metamatrix.common.config.api with parameters of type ServiceComponentDefnID
 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.
 boolean ProductServiceConfig.containsService(ServiceComponentDefnID serviceID)
          Indicates if the service belongs to this PSC.
 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.
 DeployedComponent Configuration.getDeployedServiceForVM(ServiceComponentDefnID serviceID, VMComponentDefn vmComponent)
          Returns a deployed Service component that was deployed on the specified VM.
 DeployedComponent Configuration.getDeployedServiceForVM(ServiceComponentDefnID serviceID, VMComponentDefnID vmID, HostID hostID)
          Returns a deployed Service component that was deployed on the specified VM and Host.
 java.util.Collection Configuration.getPSCsForServiceDefn(ServiceComponentDefnID serviceDefnID)
          Returns all the PSC ID's that contains the indicated ServiceComponentDefnID, or returns an emtpy collection if none is found.
 boolean ProductServiceConfig.isServiceEnabled(ServiceComponentDefnID serviceID)
          Indicates if this Service Definition is enabled within the PSC that contains it; "enabled" refers to it being enabled for deployment, if the containing PSC is deployed.
 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.
 

Constructors in com.metamatrix.common.config.api with parameters of type ServiceComponentDefnID
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
 

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

Methods in com.metamatrix.common.config.model that return ServiceComponentDefnID
 ServiceComponentDefnID BasicDeployedComponent.getServiceComponentDefnID()
           
 

Methods in com.metamatrix.common.config.model with parameters of type ServiceComponentDefnID
 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.
 boolean BasicProductServiceConfig.containsService(ServiceComponentDefnID serviceID)
           
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, ConfigurationID configurationID, HostID hostId, VMComponentDefnID vmId, ServiceComponentDefnID serviceComponentDefnID, ProductServiceConfigID pscID, ComponentTypeID serviceComponentTypeID)
           
 DeployedComponent BasicConfiguration.getDeployedServiceForVM(ServiceComponentDefnID serviceID, VMComponentDefn vmComponent)
           
 DeployedComponent BasicConfiguration.getDeployedServiceForVM(ServiceComponentDefnID serviceID, VMComponentDefnID vmID, HostID hostID)
           
 java.util.Collection BasicConfiguration.getPSCsForServiceDefn(ServiceComponentDefnID serviceDefnID)
           
 boolean BasicConfigurationObjectEditor.isDeployed(ServiceComponentDefnID defnID, Configuration config)
           
 boolean BasicProductServiceConfig.isServiceEnabled(ServiceComponentDefnID serviceID)
           
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)
           
 void BasicProductServiceConfig.setServiceEnabled(ServiceComponentDefnID serviceID, boolean isEnabled)
           
 

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

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

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

Uses of ServiceComponentDefnID in com.metamatrix.platform.vm.api.controller
 

Methods in com.metamatrix.platform.vm.api.controller with parameters of type ServiceComponentDefnID
 void ProcessManagement.startDeployedService(ServiceComponentDefnID id)
          Start the service identified by the ServiceComponentID If synch is true then wait for service to start before returning.
 

Uses of ServiceComponentDefnID in com.metamatrix.platform.vm.controller
 

Methods in com.metamatrix.platform.vm.controller with parameters of type ServiceComponentDefnID
 void ProcessController.startDeployedService(ServiceComponentDefnID id)
           
 



Copyright © 2009. All Rights Reserved.