Searched refs:PersistentProxy (Results 1 - 8 of 8) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/persist/model/
H A DPersistentProxy.java6 * $Id: PersistentProxy.java,v 1.1 2008/02/07 17:12:28 mark Exp $
22 * <p>{@code PersistentProxy} objects are not required to be thread-safe. A
24 * PersistentProxy} object.</p>
28 * <li>It must implement the <code>PersistentProxy</code> interface.</li>
54 * class LocaleProxy implements {@literal PersistentProxy<Locale>} {
104 public interface PersistentProxy<T> { interface
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/persist/impl/
H A DProxiedFormat.java16 import com.sleepycat.persist.model.PersistentProxy;
20 * Format for types proxied by a PersistentProxy.
91 PersistentProxy proxy =
92 (PersistentProxy) reader.newInstance(null, false);
93 proxy = (PersistentProxy) reader.readObject(proxy, input, false);
112 PersistentProxy proxy =
113 (PersistentProxy) proxyFormat.newInstance(null, false);
124 PersistentProxy proxy = (PersistentProxy) proxyFormat.convertRawObject
H A DMapProxy.java16 import com.sleepycat.persist.model.PersistentProxy;
24 abstract class MapProxy<K,V> implements PersistentProxy<Map<K,V>> {
H A DCollectionProxy.java22 import com.sleepycat.persist.model.PersistentProxy;
32 implements PersistentProxy<Collection<E>> {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/test/scr024/src/com/sleepycat/persist/test/
H A DBindingTest.java61 import com.sleepycat.persist.model.PersistentProxy;
530 static class LocaleProxy implements PersistentProxy<Locale> {
568 static class LocalizedTextProxy implements PersistentProxy<LocalizedText> {
H A DEvolveClasses.java37 import com.sleepycat.persist.model.PersistentProxy;
5231 static class ProxiedClass_Proxy implements PersistentProxy<ProxiedClass> {
5329 implements PersistentProxy<StringBuffer> {
5344 implements PersistentProxy<StringBuilder> {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/build_unix/
H A DMakefile515 $(JAVA_SLEEPYCAT)/persist/model/PersistentProxy.java \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/dist/
H A DMakefile.in510 $(JAVA_SLEEPYCAT)/persist/model/PersistentProxy.java \

Completed in 117 milliseconds