com.metamatrix.common.config.api
Class ServiceComponentDefnID
java.lang.Object
   com.metamatrix.common.namedobject.BaseID
com.metamatrix.common.namedobject.BaseID
       com.metamatrix.common.config.api.ComponentObjectID
com.metamatrix.common.config.api.ComponentObjectID
           com.metamatrix.common.config.api.ComponentDefnID
com.metamatrix.common.config.api.ComponentDefnID
               com.metamatrix.common.config.api.ServiceComponentDefnID
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
 
 
 
| 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 | 
 
ServiceComponentDefnID
public ServiceComponentDefnID(ConfigurationID configID,
                              java.lang.String name)
ServiceComponentDefnID
protected ServiceComponentDefnID(java.lang.String fullName)
clone
public java.lang.Object clone()
                       throws java.lang.CloneNotSupportedException
- Return a deep cloned instance of this object.  Subclasses must override
 this method.
 
- 
- Overrides:
- clonein 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- Defaultscannot be cloned).
 
Copyright © 2009. All Rights Reserved.