Methods in org.codehaus.wadi.core.contextualiser that throw InvocationException |
boolean |
Contextualiser.contextualise(Invocation invocation,
java.lang.String key,
Immoter immoter,
boolean exclusiveOnly)
Contextualise the given Invocation. |
boolean |
StatelessContextualiser.contextualise(Invocation invocation,
java.lang.String key,
Immoter immoter,
boolean exclusiveOnly)
|
boolean |
DummyContextualiser.contextualise(Invocation invocation,
java.lang.String key,
Immoter immoter,
boolean exclusiveOnly)
|
boolean |
AbstractSharedContextualiser.contextualise(Invocation invocation,
java.lang.String key,
Immoter immoter,
boolean exclusiveOnly)
|
boolean |
AbstractMotingContextualiser.contextualise(Invocation invocation,
java.lang.String key,
Immoter immoter,
boolean exclusiveOnly)
|
boolean |
SerialContextualiser.contextualise(Invocation invocation,
java.lang.String key,
Immoter immoter,
boolean exclusiveOnly)
|
boolean |
DummyContextualiser.DummyImmoter.contextualise(Invocation invocation,
java.lang.String id,
Motable immotable)
|
boolean |
MemoryContextualiser.MemoryImmoter.contextualise(Invocation invocation,
java.lang.String id,
Motable immotable)
|
protected void |
BasicInvocation.doInvoke()
|
protected void |
BasicInvocation.doInvoke(InvocationContext context)
|
protected boolean |
AbstractMotingContextualiser.handle(Invocation invocation,
java.lang.String id,
Immoter immoter,
boolean exclusiveOnly)
|
boolean |
AbstractExclusiveContextualiser.handle(Invocation invocation,
java.lang.String id,
Immoter immoter,
boolean exclusiveOnly)
|
protected boolean |
ClusterContextualiser.handle(Invocation invocation,
java.lang.String id,
Immoter immoter,
boolean exclusiveOnly)
|
protected boolean |
HybridRelocater.handleInvocationRelocation(Invocation invocation,
MovePMToIMInvocation dm)
|
protected boolean |
MemoryContextualiser.handleLocally(Invocation invocation,
java.lang.String id,
Motable motable)
|
protected boolean |
AbstractExclusiveContextualiser.handleLocally(Invocation invocation,
java.lang.String id,
Motable motable)
|
protected boolean |
HybridRelocater.handleSessionRelocation(Invocation invocation,
java.lang.String name,
Immoter immoter,
Envelope message,
MoveSMToIM req)
|
void |
Invocation.invoke()
Actually make the encapsulated Invocation. |
void |
BasicInvocation.invoke()
|
void |
Invocation.invoke(InvocationContext context)
|
void |
BasicInvocation.invoke(InvocationContext context)
|
protected boolean |
AbstractMotingContextualiser.promote(Invocation invocation,
java.lang.String id,
Immoter immoter,
Motable emotable)
|
void |
Invocation.relocate(EndPoint endPoint)
Ask this Invocation to relocate itself to a given EndPoint |
void |
BasicInvocation.relocate(EndPoint endPoint)
|
boolean |
HybridRelocater.relocate(Invocation invocation,
java.lang.String name,
Immoter immoter,
boolean shuttingDown)
|
boolean |
Relocater.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... |
void |
Invocation.sendError(int code,
java.lang.String message)
Send an error back to the client from which the Invocation originated |
void |
BasicInvocation.sendError(int code,
java.lang.String message)
|