SolarMetric Kodo JDO 3.3.5 generated on August 31 2005

kodo.util
Interface ProxyMap

All Superinterfaces:
Proxy

public interface ProxyMap
extends Proxy

Interface implemented by all built-in proxies on Map types.


Method Summary
 ProxyMap newInstance(Class keyType, Class valueType, Comparator compare, boolean trackChanges)
          This method should return a new proxy of the same concrete type as the implementing class.
 
Methods inherited from interface kodo.util.Proxy
copy, getChangeTracker, getOwner, getOwnerField, setOwner
 

Method Detail

newInstance

public ProxyMap newInstance(Class keyType,
                            Class valueType,
                            Comparator compare,
                            boolean trackChanges)
This method should return a new proxy of the same concrete type as the implementing class. Used by the ProxyManager factories: one template instance of each type is created for the purpose of producing new instances via this method. Overcomes the performance penalties of reflection.

SolarMetric Kodo JDO 3.3.5 generated on August 31 2005

Copyright 2001,2002 SolarMetric, Inc. All Rights Reserved.