com.metamatrix.common.config.api
Class DeployedComponentID

java.lang.Object
  extended by com.metamatrix.common.namedobject.BaseID
      extended by com.metamatrix.common.config.api.ComponentObjectID
          extended by 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

Field Summary
 
Fields inherited from class com.metamatrix.common.namedobject.BaseID
atomicNames, DELIMITER, fullName, WILDCARD
 
Constructor Summary
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
 
Method Summary
 ConfigurationID getConfigID()
           
 HostID getHostID()
           
 ServiceComponentDefnID getServiceID()
           
 VMComponentDefnID getVMID()
           
 
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
 

Constructor Detail

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,
                           ServiceComponentDefnID serviceId)
Instantiate a Service or Connector Binding deployed service, that incorporates the PSC name into it

Method Detail

getConfigID

public ConfigurationID getConfigID()

getHostID

public HostID getHostID()

getVMID

public VMComponentDefnID getVMID()

getServiceID

public ServiceComponentDefnID getServiceID()


Copyright © 2009. All Rights Reserved.