org.apache.geronimo.jetty.cluster
Class AbstractClusteredHandleInterceptor

java.lang.Object
  extended by org.apache.geronimo.jetty.cluster.AbstractClusteredHandleInterceptor
All Implemented Interfaces:
HandleInterceptor

public abstract class AbstractClusteredHandleInterceptor
extends Object
implements HandleInterceptor


Nested Class Summary
protected  class AbstractClusteredHandleInterceptor.WebClusteredInvocation
           
 
Constructor Summary
AbstractClusteredHandleInterceptor()
           
 
Method Summary
 void handle(String pathInContext, String pathParams, org.mortbay.http.HttpRequest httpRequest, org.mortbay.http.HttpResponse httpResponse, HandleInterceptor end)
           
protected abstract  org.apache.geronimo.clustering.ClusteredInvocation newClusteredInvocation(String pathInContext, String pathParams, org.mortbay.http.HttpRequest request, org.mortbay.http.HttpResponse response, HandleInterceptor end)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractClusteredHandleInterceptor

public AbstractClusteredHandleInterceptor()
Method Detail

handle

public void handle(String pathInContext,
                   String pathParams,
                   org.mortbay.http.HttpRequest httpRequest,
                   org.mortbay.http.HttpResponse httpResponse,
                   HandleInterceptor end)
            throws org.mortbay.http.HttpException,
                   IOException
Specified by:
handle in interface HandleInterceptor
Throws:
org.mortbay.http.HttpException
IOException

newClusteredInvocation

protected abstract org.apache.geronimo.clustering.ClusteredInvocation newClusteredInvocation(String pathInContext,
                                                                                             String pathParams,
                                                                                             org.mortbay.http.HttpRequest request,
                                                                                             org.mortbay.http.HttpResponse response,
                                                                                             HandleInterceptor end)


Copyright © 2006 Apache Software Foundation. All Rights Reserved.