org.codehaus.wadi.impl
Class StreamingMigratingRelocater
java.lang.Object
org.codehaus.wadi.impl.StreamingMigratingRelocater
- All Implemented Interfaces:
- Relocater, SessionRelocater
- public class StreamingMigratingRelocater
- extends Object
- implements SessionRelocater
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
_config
protected RelocaterConfig _config
StreamingMigratingRelocater
public StreamingMigratingRelocater()
init
public void init(RelocaterConfig config)
- Specified by:
init
in interface Relocater
destroy
public void destroy()
- Specified by:
destroy
in interface Relocater
relocate
public boolean relocate(InvocationContext invocationContext,
String name,
Immoter immoter,
Sync motionLock)
throws InvocationException
- Description copied from interface:
Relocater
- Either relocate the request to the session by proxying/redirection, or the session to the request, by migration...
- Specified by:
relocate
in interface Relocater
- Parameters:
invocationContext
- name
- immoter
- motionLock
-
- Returns:
- - whether, or not, the request was contextualised
- Throws:
InvocationException
Copyright © 2004-2006 Core Developers Network Ltd.. All Rights Reserved.