com.sun.jini.proxy
Class DefaultProxyPivot
java.lang.Object
com.sun.jini.proxy.DefaultProxyPivot
- All Implemented Interfaces:
- MarshalPivot, Externalizable, Serializable
public class DefaultProxyPivot
- extends Object
- implements MarshalPivot, Externalizable
Default implementation for of MarshalPivot
providing a proxy replacement on the LUS.
- Author:
- Guy
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultProxyPivot
public DefaultProxyPivot()
DefaultProxyPivot
public DefaultProxyPivot(ServiceProxyAccessor service)
writeExternal
public void writeExternal(ObjectOutput out)
throws IOException
- Specified by:
writeExternal
in interface Externalizable
- Throws:
IOException
readExternal
public void readExternal(ObjectInput in)
throws IOException,
ClassNotFoundException
- Specified by:
readExternal
in interface Externalizable
- Throws:
IOException
ClassNotFoundException
readResolve
public Object readResolve()
throws ObjectStreamException
- Description copied from interface:
MarshalPivot
- Returns the service real object behind the pivot.
- Specified by:
readResolve
in interface MarshalPivot
- Throws:
ObjectStreamException
updateLazyAccess
public static boolean updateLazyAccess(boolean lazyAccess)
Copyright © GigaSpaces.