Uses of Interface
org.apache.geronimo.clustering.ClusteredInvocation

Packages that use ClusteredInvocation
org.apache.geronimo.jetty6.cluster   
org.apache.geronimo.jetty6.cluster.wadi   
org.apache.geronimo.tomcat.cluster   
org.apache.geronimo.tomcat.cluster.wadi   
 

Uses of ClusteredInvocation in org.apache.geronimo.jetty6.cluster
 

Classes in org.apache.geronimo.jetty6.cluster that implement ClusteredInvocation
protected  class AbstractClusteredPreHandler.WebClusteredInvocation
           
 

Methods in org.apache.geronimo.jetty6.cluster that return ClusteredInvocation
protected abstract  ClusteredInvocation AbstractClusteredPreHandler.newClusteredInvocation(String target, HttpServletRequest request, HttpServletResponse response, int dispatch)
           
 

Uses of ClusteredInvocation in org.apache.geronimo.jetty6.cluster.wadi
 

Classes in org.apache.geronimo.jetty6.cluster.wadi that implement ClusteredInvocation
protected  class WADIClusteredPreHandler.WADIWebClusteredInvocation
           
 

Methods in org.apache.geronimo.jetty6.cluster.wadi that return ClusteredInvocation
protected  ClusteredInvocation WADIClusteredPreHandler.newClusteredInvocation(String target, HttpServletRequest request, HttpServletResponse response, int dispatch)
           
 

Uses of ClusteredInvocation in org.apache.geronimo.tomcat.cluster
 

Classes in org.apache.geronimo.tomcat.cluster that implement ClusteredInvocation
protected  class AbstractClusteredValve.WebClusteredInvocation
           
 

Methods in org.apache.geronimo.tomcat.cluster that return ClusteredInvocation
protected abstract  ClusteredInvocation AbstractClusteredValve.newClusteredInvocation(org.apache.catalina.connector.Request request, org.apache.catalina.connector.Response response)
           
 

Uses of ClusteredInvocation in org.apache.geronimo.tomcat.cluster.wadi
 

Classes in org.apache.geronimo.tomcat.cluster.wadi that implement ClusteredInvocation
protected  class WADIClusteredValve.WADIWebClusteredInvocation
           
 

Methods in org.apache.geronimo.tomcat.cluster.wadi that return ClusteredInvocation
protected  ClusteredInvocation WADIClusteredValve.newClusteredInvocation(org.apache.catalina.connector.Request request, org.apache.catalina.connector.Response response)
           
 



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