GigaSpaces XAP 9.0 API

com.sun.jini.proxy
Class DefaultProxyPivot

java.lang.Object
  extended by 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

Constructor Summary
DefaultProxyPivot()
           
DefaultProxyPivot(ServiceProxyAccessor service)
           
 
Method Summary
 void readExternal(ObjectInput in)
           
 Object readResolve()
          Returns the service real object behind the pivot.
 void writeExternal(ObjectOutput out)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultProxyPivot

public DefaultProxyPivot()

DefaultProxyPivot

public DefaultProxyPivot(ServiceProxyAccessor service)
Method Detail

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

GigaSpaces XAP 9.0 API

Copyright © GigaSpaces.