org.apache.geronimo.jetty6.cluster.wadi
Class WADIClusteredPreHandler.WADIWebClusteredInvocation

java.lang.Object
  extended by org.apache.geronimo.jetty6.cluster.AbstractClusteredPreHandler.WebClusteredInvocation
      extended by org.apache.geronimo.jetty6.cluster.wadi.WADIClusteredPreHandler.WADIWebClusteredInvocation
All Implemented Interfaces:
ClusteredInvocation
Enclosing class:
WADIClusteredPreHandler

protected class WADIClusteredPreHandler.WADIWebClusteredInvocation
extends AbstractClusteredPreHandler.WebClusteredInvocation


Field Summary
 
Fields inherited from class org.apache.geronimo.jetty6.cluster.AbstractClusteredPreHandler.WebClusteredInvocation
dispatch, request, response, target
 
Constructor Summary
WADIClusteredPreHandler.WADIWebClusteredInvocation(String target, HttpServletRequest request, HttpServletResponse response, int dispatch)
           
 
Method Summary
 void invoke()
          Invokes the clustered invocation.
 
Methods inherited from class org.apache.geronimo.jetty6.cluster.AbstractClusteredPreHandler.WebClusteredInvocation
getRequestedSessionId, invokeLocally
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WADIClusteredPreHandler.WADIWebClusteredInvocation

public WADIClusteredPreHandler.WADIWebClusteredInvocation(String target,
                                                          HttpServletRequest request,
                                                          HttpServletResponse response,
                                                          int dispatch)
Method Detail

invoke

public void invoke()
            throws ClusteredInvocationException
Description copied from interface: ClusteredInvocation
Invokes the clustered invocation.

Throws:
ClusteredInvocationException - Thrown when the invocation cannot be successfully executed. This may be either due to the fact that the actual invocation has failed or the requestedSessionId is unknown by the associated local SessionManager and its remote peers.


Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.