org.codehaus.wadi.core.session
Class DistributableSessionMemento

java.lang.Object
  extended by org.codehaus.wadi.core.eviction.SimpleEvictableMemento
      extended by org.codehaus.wadi.core.motable.AbstractMotableMemento
          extended by org.codehaus.wadi.core.session.StandardSessionMemento
              extended by org.codehaus.wadi.core.session.DistributableSessionMemento
All Implemented Interfaces:
java.io.Externalizable, java.io.Serializable

public class DistributableSessionMemento
extends StandardSessionMemento

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

Field Summary
 
Fields inherited from class org.codehaus.wadi.core.motable.AbstractMotableMemento
name, newSession
 
Fields inherited from class org.codehaus.wadi.core.eviction.SimpleEvictableMemento
creationTime, lastAccessedTime, maxInactiveInterval
 
Constructor Summary
DistributableSessionMemento()
           
 
Method Summary
protected  DistributableAttributesMemento getDistributableAttributesMemento()
           
 void readExternal(java.io.ObjectInput in)
           
 void writeExternal(java.io.ObjectOutput out)
           
 
Methods inherited from class org.codehaus.wadi.core.session.StandardSessionMemento
getAttributesMemento, setAttributesMemento
 
Methods inherited from class org.codehaus.wadi.core.motable.AbstractMotableMemento
getName, isNewSession, setName, setNewSession
 
Methods inherited from class org.codehaus.wadi.core.eviction.SimpleEvictableMemento
getCreationTime, getLastAccessedTime, getMaxInactiveInterval, getTimedOut, getTimeToLive, setCreationTime, setLastAccessedTime, setMaxInactiveInterval
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DistributableSessionMemento

public DistributableSessionMemento()
Method Detail

readExternal

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

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Specified by:
writeExternal in interface java.io.Externalizable
Overrides:
writeExternal in class AbstractMotableMemento
Throws:
java.io.IOException

getDistributableAttributesMemento

protected DistributableAttributesMemento getDistributableAttributesMemento()


Copyright © 2011. All Rights Reserved.