Uses of Class
org.codehaus.wadi.core.eviction.SimpleEvictable

Packages that use SimpleEvictable
org.codehaus.wadi.core.motable   
org.codehaus.wadi.core.session   
org.codehaus.wadi.core.store   
org.codehaus.wadi.web   
 

Uses of SimpleEvictable in org.codehaus.wadi.core.motable
 

Subclasses of SimpleEvictable in org.codehaus.wadi.core.motable
 class AbstractMotable
          Implement all of Motable except for the Bytes field.
 class SimpleMotable
          A very Simple implementation of Motable, with the Bytes field represented as a byte[]
 

Uses of SimpleEvictable in org.codehaus.wadi.core.session
 

Subclasses of SimpleEvictable in org.codehaus.wadi.core.session
 class AbstractReplicableSession
          A DistributableSession enhanced with functionality associated with replication - the frequent 'backing-up' of its content to provide against catastrophic failure.
 class AtomicallyReplicableSession
           
 class DistributableSession
          A Standard Session enhanced with functionality associated with [de]serialisation - necessary to allow the movement of the session from jvm to jvm/storage.
 class StandardSession
          Our internal representation of any Web Session
 

Uses of SimpleEvictable in org.codehaus.wadi.core.store
 

Subclasses of SimpleEvictable in org.codehaus.wadi.core.store
 class BasicStoreMotable
           
 

Uses of SimpleEvictable in org.codehaus.wadi.web
 

Subclasses of SimpleEvictable in org.codehaus.wadi.web
 class BasicWebSession
           
 



Copyright © 2010. All Rights Reserved.