Package com.sun.jini.proxy
Class DefaultProxyPivot
java.lang.Object
com.sun.jini.proxy.DefaultProxyPivot
- All Implemented Interfaces:
SmartExternalizable,MarshalPivot,Externalizable,Serializable
Default implementation for of
MarshalPivot providing a proxy replacement on the LUS.- Author:
- Guy
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidReturns the service real object behind the pivot.static booleanupdateLazyAccess(boolean lazyAccess) voidMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.gigaspaces.serialization.SmartExternalizable
enabledSmartExternalizableWithReference
-
Constructor Details
-
DefaultProxyPivot
public DefaultProxyPivot() -
DefaultProxyPivot
-
-
Method Details
-
writeExternal
- Specified by:
writeExternalin interfaceExternalizable- Throws:
IOException
-
readExternal
- Specified by:
readExternalin interfaceExternalizable- Throws:
IOExceptionClassNotFoundException
-
readResolve
Description copied from interface:MarshalPivotReturns the service real object behind the pivot.- Specified by:
readResolvein interfaceMarshalPivot- Throws:
ObjectStreamException
-
updateLazyAccess
public static boolean updateLazyAccess(boolean lazyAccess)
-