public static class AbstractProxy.ProxyReplace extends Object implements SmartExternalizable
Constructor and Description |
---|
ProxyReplace()
Default constructor for Externalizable
|
ProxyReplace(Class[] interfaces,
ProxyInvocationHandler handler,
boolean cacheProxy,
boolean allowCache,
AbstractProxy replacingProxy) |
Modifier and Type | Method and Description |
---|---|
protected Object |
createInstance(ClassLoader cl) |
void |
readExternal(ObjectInput in) |
Object |
readResolve()
DONT REMOVE!!!! Called by the ObjectInputStream on deserialization
|
void |
writeExternal(ObjectOutput out) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
enabledSmartExternalizableWithReference
public ProxyReplace()
public ProxyReplace(Class[] interfaces, ProxyInvocationHandler handler, boolean cacheProxy, boolean allowCache, AbstractProxy replacingProxy)
protected Object createInstance(ClassLoader cl)
public Object readResolve() throws ObjectStreamException
ObjectStreamException
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal
in interface Externalizable
IOException
ClassNotFoundException
public void writeExternal(ObjectOutput out) throws IOException
writeExternal
in interface Externalizable
IOException
Copyright © GigaSpaces.