org.apache.geronimo.tomcat.cluster
Class AbstractClusteredValve

java.lang.Object
  extended by org.apache.catalina.valves.ValveBase
      extended by org.apache.geronimo.tomcat.cluster.AbstractClusteredValve
All Implemented Interfaces:
MBeanRegistration, org.apache.catalina.Contained, org.apache.catalina.Valve
Direct Known Subclasses:
WADIClusteredValve

public abstract class AbstractClusteredValve
extends org.apache.catalina.valves.ValveBase


Nested Class Summary
protected  class AbstractClusteredValve.WebClusteredInvocation
           
 
Field Summary
 
Fields inherited from class org.apache.catalina.valves.ValveBase
container, containerLog, controller, domain, info, mserver, next, oname, sm
 
Constructor Summary
AbstractClusteredValve()
           
 
Method Summary
 void invoke(org.apache.catalina.connector.Request request, org.apache.catalina.connector.Response response)
           
protected abstract  ClusteredInvocation newClusteredInvocation(org.apache.catalina.connector.Request request, org.apache.catalina.connector.Response response)
           
 
Methods inherited from class org.apache.catalina.valves.ValveBase
backgroundProcess, createObjectName, event, getContainer, getContainerName, getController, getDomain, getInfo, getNext, getObjectName, getParentName, postDeregister, postRegister, preDeregister, preRegister, setContainer, setController, setNext, setObjectName, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AbstractClusteredValve

public AbstractClusteredValve()
Method Detail

invoke

public void invoke(org.apache.catalina.connector.Request request,
                   org.apache.catalina.connector.Response response)
            throws IOException,
                   ServletException
Specified by:
invoke in interface org.apache.catalina.Valve
Specified by:
invoke in class org.apache.catalina.valves.ValveBase
Throws:
IOException
ServletException

newClusteredInvocation

protected abstract ClusteredInvocation newClusteredInvocation(org.apache.catalina.connector.Request request,
                                                              org.apache.catalina.connector.Response response)


Copyright © 2003-2008 The Apache Geronimo development community. All Rights Reserved.