|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Relocater | |
org.codehaus.wadi | |
org.codehaus.wadi.impl |
Uses of Relocater in org.codehaus.wadi |
Subinterfaces of Relocater in org.codehaus.wadi | |
interface |
RequestRelocater
A relocation strategy that involves relocating the Request to the State. |
interface |
SessionRelocater
A relocation strategy that involves relocating the State to the Request. |
Uses of Relocater in org.codehaus.wadi.impl |
Classes in org.codehaus.wadi.impl that implement Relocater | |
class |
AbstractRelocater
|
class |
DummyRelocater
|
class |
HybridRelocater
Combine various RelocationStrategies to produce a cleverer one |
class |
RedirectingRelocater
Relocate the request to its state, by redirecting it to another node. |
class |
StreamingMigratingRelocater
|
class |
WebHybridRelocater
|
Fields in org.codehaus.wadi.impl declared as Relocater | |
protected Relocater |
ClusterContextualiser._relocater
|
protected Relocater |
SimpleContextualiserStack._clusterRelocater
|
Constructors in org.codehaus.wadi.impl with parameters of type Relocater | |
ClusterContextualiser(Contextualiser next,
Collapser collapser,
Relocater relocater)
|
|
SimpleContextualiserStack(Map sessionMap,
ContextPool pool,
DataSource dataSource,
Relocater relocater)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |