Uses of Class
org.codehaus.wadi.core.contextualiser.InvocationException

Packages that use InvocationException
org.codehaus.wadi.core.contextualiser   
org.codehaus.wadi.core.manager   
org.codehaus.wadi.core.motable   
org.codehaus.wadi.web.impl   
 

Uses of InvocationException in org.codehaus.wadi.core.contextualiser
 

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 DummyContextualiser.contextualise(Invocation invocation, java.lang.String key, Immoter immoter, boolean exclusiveOnly)
           
 boolean StatelessContextualiser.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 AbstractSharedContextualiser.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)
           
 

Uses of InvocationException in org.codehaus.wadi.core.manager
 

Methods in org.codehaus.wadi.core.manager that throw InvocationException
 boolean Manager.contextualise(Invocation invocation)
          Contextualise an Invocation - somehow colocate the Invocation and the relevant Session within the same JVM somewhere in the Cluster, give the Invocation the Session and invoke() it.
 boolean StandardManager.contextualise(Invocation invocation)
           
 boolean ClusteredManager.contextualise(Invocation invocation)
           
protected  boolean StandardManager.processStateful(Invocation invocation)
           
protected  boolean StandardManager.processStateless(Invocation invocation)
           
 

Uses of InvocationException in org.codehaus.wadi.core.motable
 

Methods in org.codehaus.wadi.core.motable that throw InvocationException
 boolean Immoter.contextualise(Invocation invocation, java.lang.String id, Motable immotable)
           
 boolean RehydrationImmoter.contextualise(Invocation invocation, java.lang.String id, Motable immotable)
           
 boolean AbstractImmoter.contextualise(Invocation invocation, java.lang.String id, Motable immotable)
           
 boolean LockingRehydrationImmoter.contextualise(Invocation invocation, java.lang.String id, Motable immotable)
           
 

Uses of InvocationException in org.codehaus.wadi.web.impl
 

Methods in org.codehaus.wadi.web.impl that throw InvocationException
 void WebInvocation.invoke()
           
 void WebInvocation.invoke(InvocationContext wrapper)
           
 void WebInvocation.relocate(EndPoint endPoint)
           
 void WebInvocation.sendError(int code, java.lang.String message)
           
 



Copyright © 2011. All Rights Reserved.