org.codehaus.wadi.impl
Class DummyRelocater
java.lang.Object
org.codehaus.wadi.impl.DummyRelocater
- All Implemented Interfaces:
- Relocater
- public class DummyRelocater
- extends Object
- implements Relocater
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DummyRelocater
public DummyRelocater()
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-2008 Core Developers Network Ltd.. All Rights Reserved.