com.metamatrix.common.config.api
Class ServiceComponentDefnID

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.ComponentDefnID
              extended by com.metamatrix.common.config.api.ServiceComponentDefnID
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable, java.lang.Comparable
Direct Known Subclasses:
ConnectorBindingID

public class ServiceComponentDefnID
extends ComponentDefnID

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.metamatrix.common.namedobject.BaseID
atomicNames, DELIMITER, fullName, WILDCARD
 
Constructor Summary
  ServiceComponentDefnID(ConfigurationID configID, java.lang.String name)
           
protected ServiceComponentDefnID(java.lang.String fullName)
           
 
Method Summary
 java.lang.Object clone()
          Return a deep cloned instance of this object.
 
Methods inherited from class com.metamatrix.common.namedobject.BaseID
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

ServiceComponentDefnID

public ServiceComponentDefnID(ConfigurationID configID,
                              java.lang.String name)

ServiceComponentDefnID

protected ServiceComponentDefnID(java.lang.String fullName)
Method Detail

clone

public java.lang.Object clone()
                       throws java.lang.CloneNotSupportedException
Return a deep cloned instance of this object. Subclasses must override this method.

Overrides:
clone in class BaseID
Returns:
the object that is the clone of this instance.
Throws:
java.lang.CloneNotSupportedException - if this object cannot be cloned (i.e., only objects in Defaults cannot be cloned).


Copyright © 2009. All Rights Reserved.