Save This Page
Home » jnpserver-sources » org.jnp.interfaces » [javadoc | source]
org.jnp.interfaces
public class: MarshalledValuePair [javadoc | source]
java.lang.Object
   org.jnp.interfaces.MarshalledValuePair

All Implemented Interfaces:
    Serializable

An encapsulation of a JNDI binding as both the raw object and its MarshalledObject form. When accessed in the same VM as the JNP server, the raw object reference is used to avoid deserialization.
Field Summary
public  MarshalledObject marshalledValue     
public transient  Object value     
Constructor:
 public MarshalledValuePair(Object value) throws IOException 
    Creates a new instance of MashalledValuePair
Method from org.jnp.interfaces.MarshalledValuePair Summary:
get,   getEnableCallByReference,   setEnableCallByReference
Methods from java.lang.Object:
clone,   equals,   finalize,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.jnp.interfaces.MarshalledValuePair Detail:
 public Object get() throws ClassNotFoundException, IOException 
 public static boolean getEnableCallByReference() 
    Get the lookp call by reference flag.
 public static  void setEnableCallByReference(boolean flag) 
    Set the lookp call by reference flag.