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

Packages that use HostID
com.metamatrix.common.config.api   
com.metamatrix.common.config.model   
com.metamatrix.common.config.xml   
com.metamatrix.platform.admin.api   
com.metamatrix.platform.admin.apiimpl   
com.metamatrix.platform.config.api.service   
com.metamatrix.platform.config.service   
com.metamatrix.platform.config.spi.xml   
 

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

Methods in com.metamatrix.common.config.api that return HostID
 HostID VMComponentDefn.getHostID()
           
 HostID DeployedComponentID.getHostID()
           
 HostID DeployedComponent.getHostID()
          Returns the HostID for the Host that this component is deployed on.
 

Methods in com.metamatrix.common.config.api with parameters of type HostID
 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.
 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.
 VMComponentDefn ConfigurationObjectEditor.createVMComponentDefn(Configuration configuration, HostID hostID, ComponentTypeID typeID, java.lang.String componentName)
          Create a new VM Component Definition instance with a specified configuration
 VMComponentDefn ConfigurationObjectEditor.createVMComponentDefn(ConfigurationID configurationID, HostID hostID, ComponentTypeID typeID, java.lang.String componentName)
          Create a new VM Component Definition instance with a specified configuration
 java.util.Collection ConfigurationObjectEditor.deployProductServiceConfig(Configuration configuration, ProductServiceConfig psc, HostID hostId, VMComponentDefnID vmId)
          Deploys the ServiceComponentDefns indicated by the ProductServiceConfig, contained by the Configuration, onto the specified Host and VM.
 DeployedComponent Configuration.getDeployedServiceForVM(ServiceComponentDefnID serviceID, VMComponentDefnID vmID, HostID hostID)
          Returns a deployed Service component that was deployed on the specified VM and Host.
 VMComponentDefn Configuration.getVMForHost(VMComponentDefnID vmID, HostID hostID)
          Returns a deployed VM component that was deployed on the specified host.
 java.util.Collection Configuration.getVMsForHost(HostID id)
          Returns a Collection of type DeployeComponent that represent VMs.
 

Constructors in com.metamatrix.common.config.api with parameters of type HostID
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, ProductServiceConfigID pscID, ServiceComponentDefnID serviceId)
          Instantiate a Service or Connector Binding deployed service, that incorporates the PSC name into it
VMComponentDefnID(ConfigurationID configID, HostID hostID, java.lang.String name)
           
 

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

Methods in com.metamatrix.common.config.model that return HostID
 HostID BasicVMComponentDefn.getHostID()
           
 HostID BasicDeployedComponent.getHostID()
           
 

Methods in com.metamatrix.common.config.model with parameters of type HostID
static BasicComponentDefn BasicUtil.createComponentDefn(int defnTypeCode, ConfigurationID configID, HostID hostID, ComponentTypeID typeID, java.lang.String defnName)
           
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, Configuration configuration, HostID hostId, VMComponentDefnID vmId, ServiceComponentDefn serviceComponentDefn, ProductServiceConfigID pscID)
           
 DeployedComponent BasicConfigurationObjectEditor.createDeployedServiceComponent(java.lang.String name, ConfigurationID configurationID, HostID hostId, VMComponentDefnID vmId, ServiceComponentDefnID serviceComponentDefnID, ProductServiceConfigID pscID, 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)
           
 VMComponentDefn BasicConfigurationObjectEditor.createVMComponentDefn(Configuration configuration, HostID hostID, ComponentTypeID typeID, java.lang.String componentName)
           
 VMComponentDefn BasicConfigurationObjectEditor.createVMComponentDefn(ConfigurationID configurationID, HostID hostID, ComponentTypeID typeID, java.lang.String componentName)
           
 java.util.Collection BasicConfigurationObjectEditor.deployProductServiceConfig(Configuration configuration, ProductServiceConfig psc, HostID hostId, VMComponentDefnID vmId)
          Deploys the ServiceComponentDefns indicated by the ProductServiceConfig, contained by the Configuration, onto the specified Host and VM.
 DeployedComponent BasicConfiguration.getDeployedServiceForVM(ServiceComponentDefnID serviceID, VMComponentDefnID vmID, HostID hostID)
           
 VMComponentDefn BasicConfiguration.getVMForHost(VMComponentDefnID vmID, HostID hostID)
           
 java.util.Collection BasicConfiguration.getVMsForHost(HostID id)
          Returns a Collection of type DeployeComponent that represent VMs.
 

Constructors in com.metamatrix.common.config.model with parameters of type HostID
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, ProductServiceConfigID pscID, ComponentTypeID deployedTypeID)
           
BasicHost(ConfigurationID configID, HostID hostID, ComponentTypeID typeID)
           
BasicVMComponentDefn(ConfigurationID configurationID, HostID hostID, VMComponentDefnID componentID, ComponentTypeID typeID)
           
 

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

Methods in com.metamatrix.common.config.xml with parameters of type HostID
 DeployedComponent XMLHelperImpl.createDeployedComponent(org.jdom.Element element, ConfigurationID configID, HostID hostID, VMComponentDefnID vmID, ProductServiceConfigID pscID, java.util.Map componentTypeMap, ConfigurationObjectEditor editor)
           
 DeployedComponent XMLHelper.createDeployedComponent(org.jdom.Element element, ConfigurationID configID, HostID hostID, VMComponentDefnID vmID, ProductServiceConfigID pscID, java.util.Map componentTypeMap, ConfigurationObjectEditor editor)
           
 DeployedComponent XMLConfig_42_HelperImpl.createDeployedComponent(org.jdom.Element element, ConfigurationID configID, HostID hostID, VMComponentDefnID vmID, ProductServiceConfigID pscID, java.util.Map componentTypeMap, ConfigurationObjectEditor editor)
           
 DeployedComponent XMLConfig_42_HelperImpl.createDeployedServiceComponent(org.jdom.Element element, ConfigurationID configID, HostID hostID, VMComponentDefnID vmID, ProductServiceConfigID pscID, java.util.Map componentTypeMap, ConfigurationObjectEditor editor)
           
 DeployedComponent XMLConfig_42_HelperImpl.createDeployedVMComponentDefnx(org.jdom.Element element, ConfigurationID configID, HostID hostID, ComponentTypeID typeID, ConfigurationObjectEditor editor)
           
 VMComponentDefn XMLHelperImpl.createVMComponentDefn(org.jdom.Element element, ConfigurationID configID, HostID hostID, ConfigurationObjectEditor editor, java.lang.String name)
          This method will create a VMComponentDefn configuration object from an XML element that represents a VMComponentDefn.
 VMComponentDefn XMLHelper.createVMComponentDefn(org.jdom.Element element, ConfigurationID configID, HostID hostID, ConfigurationObjectEditor editor, java.lang.String name)
          This method will create a VMComponentDefn configuration object from an XML element that represents a VMComponentDefn.
 VMComponentDefn XMLConfig_42_HelperImpl.createVMComponentDefn(org.jdom.Element element, ConfigurationID configID, HostID hostID, ConfigurationObjectEditor editor, java.lang.String name)
          This method will create a VMComponentDefn configuration object from an XML element that represents a VMComponentDefn.
 

Uses of HostID in com.metamatrix.platform.admin.api
 

Methods in com.metamatrix.platform.admin.api with parameters of type HostID
 Host ConfigurationAdminAPI.getHost(HostID hostID)
          Returns a Host for the specified HostID.
 

Uses of HostID in com.metamatrix.platform.admin.apiimpl
 

Methods in com.metamatrix.platform.admin.apiimpl with parameters of type HostID
 Host ConfigurationAdminAPIImpl.getHost(HostID hostID)
          Returns a Host for the specified HostID.
 

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

Methods in com.metamatrix.platform.config.api.service with parameters of type HostID
 Host ConfigurationServiceInterface.getHost(HostID hostID)
          Returns a Host for the specified HostID.
 

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

Methods in com.metamatrix.platform.config.service with parameters of type HostID
 Host ConfigurationServiceImpl.getHost(HostID hostID)
           
 

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

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



Copyright © 2009. All Rights Reserved.