Searched refs:proxyClassName (Results 1 - 2 of 2) 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/impl/
H A DProxiedFormat.java29 private transient String proxyClassName; field in class:ProxiedFormat
31 ProxiedFormat(Class proxiedType, String proxyClassName) { argument
33 this.proxyClassName = proxyClassName;
37 * Returns the proxy class name. The proxyClassName field is non-null for
39 * proxyClassName field is null (for a de-serialized object), the
43 if (proxyClassName != null) {
44 return proxyClassName;
65 assert proxyClassName != null;
66 catalog.createFormat(proxyClassName, newFormat
[all...]
H A DPersistCatalog.java568 String proxyClassName = null;
570 proxyClassName = proxyClassMap.get(className);
572 if (proxyClassName != null) {
573 format = new ProxiedFormat(type, proxyClassName);

Completed in 67 milliseconds