public static class AbstractProxy.ProxyReplace extends Object implements Externalizable
| 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)  | 
public ProxyReplace()
public ProxyReplace(Class[] interfaces, ProxyInvocationHandler handler, boolean cacheProxy, boolean allowCache, AbstractProxy replacingProxy)
protected Object createInstance(ClassLoader cl)
public Object readResolve() throws ObjectStreamException
ObjectStreamExceptionpublic void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal in interface ExternalizableIOExceptionClassNotFoundExceptionpublic void writeExternal(ObjectOutput out) throws IOException
writeExternal in interface ExternalizableIOExceptionCopyright © GigaSpaces.