org.apache.geronimo.jetty6.cluster
Class AbstractClusteredPreHandler

java.lang.Object
  extended by org.apache.geronimo.jetty6.AbstractPreHandler
      extended by org.apache.geronimo.jetty6.cluster.AbstractClusteredPreHandler
All Implemented Interfaces:
PreHandler, org.mortbay.component.LifeCycle, org.mortbay.jetty.Handler
Direct Known Subclasses:
WADIClusteredPreHandler

public abstract class AbstractClusteredPreHandler
extends AbstractPreHandler


Nested Class Summary
protected  class AbstractClusteredPreHandler.WebClusteredInvocation
           
 
Field Summary
 
Fields inherited from class org.apache.geronimo.jetty6.AbstractPreHandler
next
 
Fields inherited from interface org.mortbay.jetty.Handler
ALL, DEFAULT, ERROR, FORWARD, INCLUDE, REQUEST
 
Constructor Summary
AbstractClusteredPreHandler()
           
 
Method Summary
 void handle(String target, HttpServletRequest request, HttpServletResponse response, int dispatch)
           
protected abstract  ClusteredInvocation newClusteredInvocation(String target, HttpServletRequest request, HttpServletResponse response, int dispatch)
           
 
Methods inherited from class org.apache.geronimo.jetty6.AbstractPreHandler
destroy, getServer, isFailed, isRunning, isStarted, isStarting, isStopped, isStopping, setNextHandler, setServer, start, stop
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractClusteredPreHandler

public AbstractClusteredPreHandler()
Method Detail

handle

public void handle(String target,
                   HttpServletRequest request,
                   HttpServletResponse response,
                   int dispatch)
            throws IOException,
                   ServletException
Throws:
IOException
ServletException

newClusteredInvocation

protected abstract ClusteredInvocation newClusteredInvocation(String target,
                                                              HttpServletRequest request,
                                                              HttpServletResponse response,
                                                              int dispatch)


Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.