org.apache.geronimo.jetty.cluster
Class AbstractClusteredHandleInterceptor.WebClusteredInvocation
java.lang.Object
org.apache.geronimo.jetty.cluster.AbstractClusteredHandleInterceptor.WebClusteredInvocation
- All Implemented Interfaces:
- org.apache.geronimo.clustering.ClusteredInvocation
- Enclosing class:
- AbstractClusteredHandleInterceptor
protected abstract class AbstractClusteredHandleInterceptor.WebClusteredInvocation
- extends Object
- implements org.apache.geronimo.clustering.ClusteredInvocation
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.apache.geronimo.clustering.ClusteredInvocation |
invoke |
pathInContext
protected final String pathInContext
pathParams
protected final String pathParams
request
protected final org.mortbay.http.HttpRequest request
response
protected final org.mortbay.http.HttpResponse response
end
protected final HandleInterceptor end
AbstractClusteredHandleInterceptor.WebClusteredInvocation
public AbstractClusteredHandleInterceptor.WebClusteredInvocation(String pathInContext,
String pathParams,
org.mortbay.http.HttpRequest request,
org.mortbay.http.HttpResponse response,
HandleInterceptor end)
invokeLocally
protected void invokeLocally()
throws org.apache.geronimo.clustering.ClusteredInvocationException
- Throws:
org.apache.geronimo.clustering.ClusteredInvocationException
getRequestedSessionId
public String getRequestedSessionId()
- Specified by:
getRequestedSessionId
in interface org.apache.geronimo.clustering.ClusteredInvocation
Copyright © 2006 Apache Software Foundation. All Rights Reserved.