org.apache.geronimo.jetty6.cluster.wadi
Class WADIClusteredPreHandler.WADIWebClusteredInvocation
java.lang.Object
org.apache.geronimo.jetty6.cluster.AbstractClusteredPreHandler.WebClusteredInvocation
org.apache.geronimo.jetty6.cluster.wadi.WADIClusteredPreHandler.WADIWebClusteredInvocation
- All Implemented Interfaces:
- ClusteredInvocation
- Enclosing class:
- WADIClusteredPreHandler
protected class WADIClusteredPreHandler.WADIWebClusteredInvocation
- extends AbstractClusteredPreHandler.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 |
WADIClusteredPreHandler.WADIWebClusteredInvocation
public WADIClusteredPreHandler.WADIWebClusteredInvocation(String target,
HttpServletRequest request,
HttpServletResponse response,
int dispatch)
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.