org.codehaus.wadi.impl
Class LazyValue
java.lang.Object
org.codehaus.wadi.impl.StandardValue
org.codehaus.wadi.impl.DistributableValue
org.codehaus.wadi.impl.LazyValue
- All Implemented Interfaces:
- SerializableContent, Value
- public class LazyValue
- extends DistributableValue
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
_log
protected static final Log _log
_listener
protected transient boolean _listener
_bytes
protected transient byte[] _bytes
LazyValue
public LazyValue(DistributableValueConfig config)
deserialise
protected void deserialise()
serialise
protected void serialise()
throws IOException
- Throws:
IOException
getValue
public Object getValue()
- Specified by:
getValue in interface Value- Overrides:
getValue in class StandardValue
setValue
public Object setValue(Object newValue)
- Specified by:
setValue in interface Value- Overrides:
setValue in class DistributableValue
writeContent
public void writeContent(ObjectOutput oo)
throws IOException
- Specified by:
writeContent in interface SerializableContent- Overrides:
writeContent in class DistributableValue
- Throws:
IOException
readContent
public void readContent(ObjectInput oi)
throws IOException,
ClassNotFoundException
- Specified by:
readContent in interface SerializableContent- Overrides:
readContent in class DistributableValue
- Throws:
IOException
ClassNotFoundException
isListener
public boolean isListener()
Copyright © 2004-2008 Core Developers Network Ltd.. All Rights Reserved.