| java.lang.Object org.jnp.interfaces.MarshalledValuePair
MarshalledValuePair | public class MarshalledValuePair implements Serializable(Code) | | 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.
author: Scott.Stark@jboss.org version: $Revision: 57199 $ |
MarshalledValuePair | public MarshalledValuePair(Object value) throws IOException(Code) | | Creates a new instance of MashalledValuePair
|
getEnableCallByReference | public static boolean getEnableCallByReference()(Code) | | Get the lookp call by reference flag.
false if all lookups are unmarshalled using the caller's TCL,true if in VM lookups return the value by reference. |
setEnableCallByReference | public static void setEnableCallByReference(boolean flag)(Code) | | Set the lookp call by reference flag.
Parameters: flag - - false if all lookups are unmarshalled using the caller's TCL,true if in VM lookups return the value by reference. |
|
|