com.metamatrix.common.config.api
Class DeployedComponentID
java.lang.Object
com.metamatrix.common.namedobject.BaseID
com.metamatrix.common.config.api.ComponentObjectID
com.metamatrix.common.config.api.DeployedComponentID
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Cloneable, java.lang.Comparable
public class DeployedComponentID
- extends ComponentObjectID
- See Also:
- Serialized Form
Methods inherited from class com.metamatrix.common.namedobject.BaseID |
clone, compareTo, compareToByName, computeHashCode, equals, getFullName, getName, getNameComponent, getNameComponents, getParentFullName, hashCode, hasParent, size, toString, updateHashCode |
Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
DeployedComponentID
public DeployedComponentID(java.lang.String name,
ConfigurationID configId,
HostID hostId,
VMComponentDefnID vmId)
- Instantiate a VM Deployed Component ID
DeployedComponentID
public 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
getConfigID
public ConfigurationID getConfigID()
getHostID
public HostID getHostID()
getVMID
public VMComponentDefnID getVMID()
getServiceID
public ServiceComponentDefnID getServiceID()
getPscID
public ProductServiceConfigID getPscID()
Copyright © 2009. All Rights Reserved.