org.codehaus.wadi.impl
Class LazyAttributes
java.lang.Object
org.codehaus.wadi.impl.StandardAttributes
org.codehaus.wadi.impl.DistributableAttributes
org.codehaus.wadi.impl.LazyAttributes
- All Implemented Interfaces:
- Attributes, Config, DistributableValueConfig, SerializableContent, ValueConfig
- public class LazyAttributes
- extends DistributableAttributes
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
_log
protected static final Log _log
_bytes
protected transient byte[] _bytes
LazyAttributes
public LazyAttributes(AttributesConfig config,
Map map)
deserialise
protected void deserialise()
serialise
protected void serialise()
throws IOException
- Throws:
IOException
get
public Object get(Object key)
- Specified by:
get in interface Attributes- Overrides:
get in class StandardAttributes
remove
public Object remove(Object key)
- Specified by:
remove in interface Attributes- Overrides:
remove in class DistributableAttributes
put
public Object put(Object key,
Object newValue)
- Specified by:
put in interface Attributes- Overrides:
put in class DistributableAttributes
size
public int size()
- Specified by:
size in interface Attributes- Overrides:
size in class StandardAttributes
keySet
public Set keySet()
- Specified by:
keySet in interface Attributes- Overrides:
keySet in class StandardAttributes
clear
public void clear()
- Specified by:
clear in interface Attributes- Overrides:
clear in class StandardAttributes
getListenerNames
public Set getListenerNames()
- Overrides:
getListenerNames in class DistributableAttributes
writeContent
public void writeContent(ObjectOutput oo)
throws IOException
- Specified by:
writeContent in interface SerializableContent- Overrides:
writeContent in class DistributableAttributes
- Throws:
IOException
readContent
public void readContent(ObjectInput oi)
throws IOException,
ClassNotFoundException
- Specified by:
readContent in interface SerializableContent- Overrides:
readContent in class DistributableAttributes
- Throws:
IOException
ClassNotFoundException
Copyright © 2004-2008 Core Developers Network Ltd.. All Rights Reserved.