org.apache.geronimo.tomcat.cluster.wadi
Class WADIClusteredValve.WADIWebClusteredInvocation

java.lang.Object
  extended by org.apache.geronimo.tomcat.cluster.AbstractClusteredValve.WebClusteredInvocation
      extended by org.apache.geronimo.tomcat.cluster.wadi.WADIClusteredValve.WADIWebClusteredInvocation
All Implemented Interfaces:
ClusteredInvocation
Enclosing class:
WADIClusteredValve

protected class WADIClusteredValve.WADIWebClusteredInvocation
extends AbstractClusteredValve.WebClusteredInvocation


Field Summary
 
Fields inherited from class org.apache.geronimo.tomcat.cluster.AbstractClusteredValve.WebClusteredInvocation
request, response
 
Constructor Summary
WADIClusteredValve.WADIWebClusteredInvocation(org.apache.catalina.connector.Request request, org.apache.catalina.connector.Response response)
           
 
Method Summary
 void invoke()
          Invokes the clustered invocation.
 
Methods inherited from class org.apache.geronimo.tomcat.cluster.AbstractClusteredValve.WebClusteredInvocation
getRequestedSessionId, invokeLocally
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WADIClusteredValve.WADIWebClusteredInvocation

public WADIClusteredValve.WADIWebClusteredInvocation(org.apache.catalina.connector.Request request,
                                                     org.apache.catalina.connector.Response response)
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-2008 The Apache Geronimo development community. All Rights Reserved.