public class MarshalledValuePair extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
MarshalledObject |
marshalledValue |
Object |
value |
Constructor and Description |
---|
MarshalledValuePair(Object value)
Creates a new instance of MashalledValuePair
|
Modifier and Type | Method and Description |
---|---|
Object |
get() |
static boolean |
getEnableCallByReference()
Get the lookp call by reference flag.
|
static void |
setEnableCallByReference(boolean flag)
Set the lookp call by reference flag.
|
public MarshalledObject marshalledValue
public transient Object value
public MarshalledValuePair(Object value) throws IOException
IOException
public static boolean getEnableCallByReference()
public static void setEnableCallByReference(boolean flag)
flag
- - false if all lookups are unmarshalled using the caller's TCL,
true if in VM lookups return the value by reference.public Object get() throws ClassNotFoundException, IOException
ClassNotFoundException
IOException
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.