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

Packages that use VMComponentDefnID
com.metamatrix.common.config.api   
com.metamatrix.common.config.model   
com.metamatrix.common.config.xml   
com.metamatrix.platform.config.api.service   
com.metamatrix.platform.config.service   
 

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

Methods in com.metamatrix.common.config.api that return VMComponentDefnID
 VMComponentDefnID DeployedComponent.getVMComponentDefnID()
          Returns the ComponentID for the VM that this component is deployed on, or if this object represents the deployed VM itself.
 VMComponentDefnID DeployedComponentID.getVMID()
           
 

Methods in com.metamatrix.common.config.api with parameters of type VMComponentDefnID
 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 ConfigurationObjectEditor.deployServiceDefn(Configuration configuration, ServiceComponentDefn serviceComponentDefn, VMComponentDefnID vmID)
          Deploys a ServiceComponentDefn to 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.getDeployedServicesForVM(VMComponentDefnID vmComponentID)
          This method is technically incorrect, because deployed services should be returned for the deployed vm that they are deployed to, not the vm component definition which may itself be deployed many times.
 VMComponentDefn Configuration.getVMForHost(VMComponentDefnID vmID, HostID hostID)
          Returns a deployed VM component that was deployed on the specified host.
 

Constructors in com.metamatrix.common.config.api with parameters of type VMComponentDefnID
DeployedComponentID(java.lang.String name, ConfigurationID configId, HostID hostId, VMComponentDefnID vmId)
          Instantiate a VM Deployed Component ID
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 VMComponentDefnID in com.metamatrix.common.config.model
 

Methods in com.metamatrix.common.config.model that return VMComponentDefnID
 VMComponentDefnID BasicDeployedComponent.getVMComponentDefnID()
           
 

Methods in com.metamatrix.common.config.model with parameters of type VMComponentDefnID
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, Configuration configuration, HostID hostId, VMComponentDefnID vmId, ServiceComponentDefn serviceComponentDefn)
           
 DeployedComponent BasicConfigurationObjectEditor.createDeployedServiceComponent(java.lang.String name, ConfigurationID configurationID, HostID hostId, VMComponentDefnID vmId, ServiceComponentDefnID serviceComponentDefnID, ComponentTypeID serviceComponentTypeID)
           
static BasicDeployedComponent BasicUtil.createDeployedVMComponent(java.lang.String name, ConfigurationID configID, HostID hostID, VMComponentDefnID vmID, ComponentTypeID vmtypeID)
           
 DeployedComponent BasicConfigurationObjectEditor.createDeployedVMComponentx(java.lang.String instanceName, ConfigurationID configurationID, HostID hostId, VMComponentDefnID vmComponentDefnID, ComponentTypeID componentTypeID)
           
 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.
 DeployedComponent BasicConfiguration.getDeployedServiceForVM(ServiceComponentDefnID serviceID, VMComponentDefnID vmID, HostID hostID)
           
 java.util.Collection BasicConfiguration.getDeployedServicesForVM(VMComponentDefnID vmComponentID)
          This method is technically incorrect, because deployed services should be returned for the deployed vm that they are deployed to, not the vm component definition which may itself be deployed many times.
 VMComponentDefn BasicConfiguration.getVMForHost(VMComponentDefnID vmID, HostID hostID)
           
 

Constructors in com.metamatrix.common.config.model with parameters of type VMComponentDefnID
BasicDeployedComponent(DeployedComponentID deployedId, ConfigurationID configId, HostID hostId, VMComponentDefnID vmId, ComponentTypeID deployedTypeID)
          Constructor takes a ComponentID, HostID, and Collection of system components to declare a component as being deployed.
BasicDeployedComponent(DeployedComponentID deployedId, ConfigurationID configId, HostID hostId, VMComponentDefnID vmId, ServiceComponentDefnID serviceId, ComponentTypeID deployedTypeID)
           
BasicVMComponentDefn(ConfigurationID configurationID, HostID hostID, VMComponentDefnID componentID, ComponentTypeID typeID)
           
 

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

Methods in com.metamatrix.common.config.xml with parameters of type VMComponentDefnID
 DeployedComponent XMLHelperImpl.createDeployedServiceComponent(org.jdom.Element element, ConfigurationID configID, HostID hostID, VMComponentDefnID vmID, java.util.Map componentTypeMap, ConfigurationObjectEditor editor)
           
 

Uses of VMComponentDefnID in com.metamatrix.platform.config.api.service
 

Methods in com.metamatrix.platform.config.api.service with parameters of type VMComponentDefnID
 DeployedComponent ConfigurationServiceInterface.deployService(VMComponentDefnID theProcessID, java.lang.String serviceName, java.lang.String principalName)
          Deploys the ServiceComponentDefns contained by the Configuration, onto the specified Host and VM.
 

Uses of VMComponentDefnID in com.metamatrix.platform.config.service
 

Methods in com.metamatrix.platform.config.service with parameters of type VMComponentDefnID
 DeployedComponent ConfigurationServiceImpl.deployService(VMComponentDefnID theProcessID, java.lang.String serviceName, java.lang.String principalName)
          Deploys the ServiceComponentDefns contained by the Configuration, onto the specified Host and VM.
 



Copyright © 2009. All Rights Reserved.