|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use VMComponentDefnID | |
---|---|
com.metamatrix.common.config.api | |
com.metamatrix.common.config.model | |
com.metamatrix.common.config.xml | |
com.metamatrix.platform.config.spi.xml |
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,
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. |
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. |
java.util.Collection |
Configuration.getDeployedServicesForVM(VMComponentDefnID vmComponentID)
Deprecated. As of v2.0, replaced by #getDeployedServicesForVM(DeployedComponent) |
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,
ProductServiceConfigID pscID,
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,
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)
|
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)
|
java.util.Collection |
BasicConfiguration.getDeployedServicesForVM(VMComponentDefnID vmComponentID)
Deprecated. As of v2.0, replaced by #getDeployedServicesForVM(DeployedComponent) |
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,
ProductServiceConfigID pscID,
ComponentTypeID deployedTypeID)
|
|
BasicVMComponentDefn(ConfigurationID configurationID,
HostID hostID,
VMComponentDefnID componentID,
ComponentTypeID typeID)
|
Uses of VMComponentDefnID in com.metamatrix.common.config.xml |
---|
Uses of VMComponentDefnID in com.metamatrix.platform.config.spi.xml |
---|
Methods in com.metamatrix.platform.config.spi.xml with parameters of type VMComponentDefnID | |
---|---|
java.util.Set |
XMLActionUpdateStrategy.executeActions(ConfigurationModelContainerImpl config,
VMComponentDefnID targetID,
java.util.List actions,
ConfigTransaction transaction)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |