|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Lifecycle | |
org.codehaus.wadi | |
org.codehaus.wadi.gridstate.impl | |
org.codehaus.wadi.impl |
Uses of Lifecycle in org.codehaus.wadi |
Subinterfaces of Lifecycle in org.codehaus.wadi | |
interface |
Contextualiser
Contextualising a request is realising/processing it within the correct Context, in other words, in the presence of the required HttpSession, if any. |
interface |
Evicter
An API for deciding whether or not to evict a given Evictable |
Uses of Lifecycle in org.codehaus.wadi.gridstate.impl |
Classes in org.codehaus.wadi.gridstate.impl that implement Lifecycle | |
class |
GridStateContextualiser
|
Uses of Lifecycle in org.codehaus.wadi.impl |
Classes in org.codehaus.wadi.impl that implement Lifecycle | |
class |
AbsoluteEvicter
An Evicter which evicts Evictables if they have timed out or after an absolute period of inactivity. |
class |
AbstractBestEffortEvicter
|
class |
AbstractChainedContextualiser
|
class |
AbstractContextualiser
|
class |
AbstractDelegatingContextualiser
TODO - JavaDoc this type |
class |
AbstractEvicter
Abstract base for Evicters. |
class |
AbstractExclusiveContextualiser
Basic implementation for Contextualisers which maintain a local Map of references to Motables. |
class |
AbstractMotingContextualiser
Abstract base for Contextualisers that are 'chained' - in other words - arranged in a single linked list |
class |
AbstractSharedContextualiser
|
class |
AbstractStrictEvicter
|
class |
AlwaysEvicter
An Evicter which always evicts |
class |
CapacityEvicter
Evict based on an intended capacity. |
class |
ClusterContextualiser
A cache of Locations. |
class |
ClusteredManager
|
class |
DistributableManager
|
class |
DummyContextualiser
A Contextualiser that does no contextualising |
class |
DummyEvicter
|
class |
ExclusiveStoreContextualiser
Maps id:File where file contains Context content... |
class |
GiannisContextualiser
Maps id:File where file contains Context content... |
class |
MemoryContextualiser
A Contextualiser that stores its state in Memory as Java Objects |
class |
NeverEvicter
An Evicter which never evicts (except explicitly invalidated sessions). |
class |
SerialContextualiser
Ensure that any Contextualisations that pass through are serialised according to the strategy imposed by our Collapser. |
class |
SharedStoreContextualiser
A Contextualiser which stores its Contexts in a shared database via JDBC. |
class |
SimpleContextualiserStack
|
class |
StandardManager
TODO - JavaDoc this type |
class |
StatelessContextualiser
A Contextualiser that will intercept requests that can be shown to be stateless and run them in a generic stateless Context immediately, without the overhead of locating the (possibly remote) relevant Context. |
class |
TimeToLiveEvicter
An Evicter which also evicts Evictables with less than a certain time to live remaining. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |