org.apache.geronimo.tomcat.cluster.wadi
Class WADIClusteredValve.WADIWebClusteredInvocation
java.lang.Object
org.apache.geronimo.tomcat.cluster.AbstractClusteredValve.WebClusteredInvocation
org.apache.geronimo.tomcat.cluster.wadi.WADIClusteredValve.WADIWebClusteredInvocation
- All Implemented Interfaces:
- ClusteredInvocation
- Enclosing class:
- WADIClusteredValve
protected class WADIClusteredValve.WADIWebClusteredInvocation
- extends AbstractClusteredValve.WebClusteredInvocation
Method Summary |
void |
invoke()
Invokes the clustered invocation. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WADIClusteredValve.WADIWebClusteredInvocation
public WADIClusteredValve.WADIWebClusteredInvocation(org.apache.catalina.connector.Request request,
org.apache.catalina.connector.Response response)
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.