|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of HostID in com.metamatrix.common.config.api |
---|
Methods in com.metamatrix.common.config.api that return HostID | |
---|---|
HostID |
DeployedComponentID.getHostID()
|
HostID |
DeployedComponent.getHostID()
Returns the HostID for the Host that this component
is deployed on. |
HostID |
VMComponentDefn.getHostID()
|
Methods in com.metamatrix.common.config.api with parameters of type HostID | |
---|---|
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. |
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 |
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,
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,
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)
|
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)
|
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,
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.createDeployedServiceComponent(org.jdom.Element element,
ConfigurationID configID,
HostID hostID,
VMComponentDefnID vmID,
java.util.Map componentTypeMap,
ConfigurationObjectEditor editor)
|
BasicVMComponentDefn |
XMLHelperImpl.createProcess(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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |