|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Evictable | |
---|---|
org.codehaus.wadi.core.eviction | |
org.codehaus.wadi.core.motable | |
org.codehaus.wadi.core.session | |
org.codehaus.wadi.core.store | |
org.codehaus.wadi.web |
Uses of Evictable in org.codehaus.wadi.core.eviction |
---|
Classes in org.codehaus.wadi.core.eviction that implement Evictable | |
---|---|
class |
SimpleEvictable
A very Simple impementation of Evictable |
Methods in org.codehaus.wadi.core.eviction that return types with arguments of type Evictable | |
---|---|
protected java.util.Comparator<Evictable> |
AbstractBestEffortEvicter.getComparator(long time)
|
Methods in org.codehaus.wadi.core.eviction with parameters of type Evictable | |
---|---|
void |
Evictable.copy(Evictable evictable)
|
void |
SimpleEvictable.copy(Evictable evictable)
|
void |
Evictable.mote(Evictable recipient)
|
void |
SimpleEvictable.mote(Evictable recipient)
|
Uses of Evictable in org.codehaus.wadi.core.motable |
---|
Subinterfaces of Evictable in org.codehaus.wadi.core.motable | |
---|---|
interface |
Motable
Lit. |
Classes in org.codehaus.wadi.core.motable that implement Evictable | |
---|---|
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 Evictable in org.codehaus.wadi.core.session |
---|
Subinterfaces of Evictable in org.codehaus.wadi.core.session | |
---|---|
interface |
Session
A Session is an object with Time-To-Live (See Motable) and Locking semantics. |
Classes in org.codehaus.wadi.core.session that implement Evictable | |
---|---|
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 Evictable in org.codehaus.wadi.core.store |
---|
Classes in org.codehaus.wadi.core.store that implement Evictable | |
---|---|
class |
BasicStoreMotable
|
Uses of Evictable in org.codehaus.wadi.web |
---|
Subinterfaces of Evictable in org.codehaus.wadi.web | |
---|---|
interface |
WADIHttpSession
|
interface |
WebSession
|
Classes in org.codehaus.wadi.web that implement Evictable | |
---|---|
class |
BasicWebSession
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |