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.
- author:
Scott.Stark - @jboss.org
- version:
$ - Revision: 37459 $
| Field Summary |
|---|
| public MarshalledObject | marshalledValue | |
| public transient Object | value | |
| Methods from java.lang.Object: |
|---|
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |