Implements RegistryObject Interface
Implements JAXR Interface.
For futher details, look into the JAXR API Javadoc.
author: Anil Saldhana author: Geir Magnusson Jr.
Adds specified Association to use this object as source.
Silently replaces the sourceObject in Association with
reference to this object.
Parameters: association - throws: JAXRException -
The spec does not define how equality is defined for RegistryObject's.
We choose to define it as having the same class and key value; if the
key is null then the objects are not equal.
Parameters: obj - the object to compare to true if the other object is of the same class and has the same key value