org.codehaus.wadi.core.session
Class DistributableAttributesMemento

java.lang.Object
  extended by org.codehaus.wadi.core.session.StandardAttributesMemento
      extended by org.codehaus.wadi.core.session.DistributableAttributesMemento
All Implemented Interfaces:
java.io.Externalizable, java.io.Serializable

public class DistributableAttributesMemento
extends StandardAttributesMemento
implements java.io.Externalizable

Version:
$Revision: 1497 $
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.codehaus.wadi.core.session.StandardAttributesMemento
attributes
 
Constructor Summary
DistributableAttributesMemento()
           
 
Method Summary
 void readExternal(java.io.ObjectInput oi)
           
 void writeExternal(java.io.ObjectOutput oo)
           
 
Methods inherited from class org.codehaus.wadi.core.session.StandardAttributesMemento
getAttributes, newAttributesMap
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DistributableAttributesMemento

public DistributableAttributesMemento()
Method Detail

readExternal

public void readExternal(java.io.ObjectInput oi)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Specified by:
readExternal in interface java.io.Externalizable
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput oo)
                   throws java.io.IOException
Specified by:
writeExternal in interface java.io.Externalizable
Throws:
java.io.IOException


Copyright © 2011. All Rights Reserved.