public interface IDeepCopyServiceDelegate
Modifier and Type | Method and Description |
---|---|
ClassInfoFactory |
getClassInfoFactory() |
IProxyManagerForObjectIO |
getProxyManager2() |
boolean |
isKeptInMemory(Object object) |
Object |
newInstance(Class<?> objectClass) |
Object |
newInstance(Class<?> objectClass,
Class<?>[] parameterTypes,
Object[] initargs) |
Object |
newInstanceNoConstruction(ClassInfo objectClassInfo) |
ClassInfoFactory getClassInfoFactory()
IProxyManagerForObjectIO getProxyManager2()
boolean isKeptInMemory(Object object)
Copyright © 2007-2012 Luc Peuvrier. All Rights Reserved.