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.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
 DeployedComponent ConfigurationObjectEditor.createDeployedServiceComponent(java.lang.String instanceName, ConfigurationID configurationID, HostID hostId, VMComponentDefnID vmId, ServiceComponentDefnID serviceComponentDefnID, 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.
 

Constructors in com.metamatrix.common.config.api with parameters of type ServiceComponentDefnID
DeployedComponentID(java.lang.String name, ConfigurationID configId, HostID hostId, VMComponentDefnID vmId, 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
static BasicDeployedComponent BasicUtil.createDeployedComponent(java.lang.String name, ConfigurationID configID, HostID hostID, VMComponentDefnID vmID, ServiceComponentDefnID svcID, ComponentTypeID typeID)
           
 DeployedComponent BasicConfigurationObjectEditor.createDeployedServiceComponent(java.lang.String name, ConfigurationID configurationID, HostID hostId, VMComponentDefnID vmId, ServiceComponentDefnID serviceComponentDefnID, ComponentTypeID serviceComponentTypeID)
           
 DeployedComponent BasicConfiguration.getDeployedServiceForVM(ServiceComponentDefnID serviceID, VMComponentDefn vmComponent)
           
 DeployedComponent BasicConfiguration.getDeployedServiceForVM(ServiceComponentDefnID serviceID, VMComponentDefnID vmID, HostID hostID)
           
 boolean BasicConfigurationObjectEditor.isDeployed(ServiceComponentDefnID defnID, Configuration config)
           
 

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

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.