org.apache.geronimo.jetty.cluster
Class AbstractClusteredHandleInterceptor.WebClusteredInvocation

java.lang.Object
  extended by 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


Field Summary
protected  HandleInterceptor end
           
protected  String pathInContext
           
protected  String pathParams
           
protected  org.mortbay.http.HttpRequest request
           
protected  org.mortbay.http.HttpResponse response
           
 
Constructor Summary
AbstractClusteredHandleInterceptor.WebClusteredInvocation(String pathInContext, String pathParams, org.mortbay.http.HttpRequest request, org.mortbay.http.HttpResponse response, HandleInterceptor end)
           
 
Method Summary
 String getRequestedSessionId()
           
protected  void invokeLocally()
           
 
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
 

Field Detail

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
Constructor Detail

AbstractClusteredHandleInterceptor.WebClusteredInvocation

public AbstractClusteredHandleInterceptor.WebClusteredInvocation(String pathInContext,
                                                                 String pathParams,
                                                                 org.mortbay.http.HttpRequest request,
                                                                 org.mortbay.http.HttpResponse response,
                                                                 HandleInterceptor end)
Method Detail

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.