|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Relocater
Abstracts out a strategy for either request or state relocation. This is necessary to ensure that a request is processed in the same node as its state.
Method Summary | |
---|---|
boolean |
relocate(Invocation invocation,
java.lang.String name,
Immoter immoter,
boolean shuttingDown)
Either relocate the request to the session by proxying/redirection, or the session to the request, by migration... |
Method Detail |
---|
boolean relocate(Invocation invocation, java.lang.String name, Immoter immoter, boolean shuttingDown) throws InvocationException
invocation
- name
- immoter
- b
-
InvocationException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |