gov.nist.nlpir.irf.de
Class ProxyDataElem

java.lang.Object
  |
  +--gov.nist.nlpir.irf.proxy.VirtualProxy
        |
        +--gov.nist.nlpir.irf.de.ProxyDataElem
Direct Known Subclasses:
ProxyDeDouble, ProxyDeInteger, ProxyDePersonName, ProxyDeString

public abstract class ProxyDataElem
extends VirtualProxy
implements DataElem

This is a class which represents what's common to all proxies for data elements - not much.

Version:
$Revision: 1.2 $
Author:
This software was produced by NIST, an agency of the U.S. government, and by statute is not subject to copyright in the United States. Recipients of this software assume all responsibilities associated with its operation, modification and maintenance.
See Also:
Serialized Form

Inner classes inherited from class gov.nist.nlpir.irf.proxy.VirtualProxy
VirtualProxy.IMP_Entry
 
Fields inherited from class gov.nist.nlpir.irf.proxy.VirtualProxy
broker, handles, inMemoryProxiesByOid, iS, objectIdentifier, realObject, serialVersionUID
 
Constructor Summary
ProxyDataElem()
           
 
Method Summary
 boolean equals(java.lang.Object o)
          Tests whether the real data element is identical in its value to the the one passed.
 
Methods inherited from class gov.nist.nlpir.irf.proxy.VirtualProxy
addRefToInMemoryProxiesByOid, createBroker, deleteRefFromInMemoryProxiesByOid, dematerializeRealObject, dematerializeRealObject, getBroker, getFirstInstance, getInMemoryProxiesByOidBinCount, getInMemoryProxiesByOidSize, getInMemoryProxyCounts, getObjectIdentifier, getPersistenceBroker, getProxyFor, getRealObject, isLightweight, makeLightweight, makePersistent, materializeRealObject, presentInMemoryProxies, readExternal, replaceRealObject, setBroker, setIS, setObjectIdentifier, setRealObject, testInMemoryProxiesByOidTable, toString, writeExternal
 
Methods inherited from class java.lang.Object
, clone, finalize, getClass, hashCode, notify, notifyAll, registerNatives, wait, wait, wait
 

Constructor Detail

ProxyDataElem

public ProxyDataElem()
Method Detail

equals

public boolean equals(java.lang.Object o)
Tests whether the real data element is identical in its value to the the one passed.
Specified by:
equals in interface DataElem
Returns:
boolean the result of the test
Overrides:
equals in class java.lang.Object