org.apache.geronimo.jetty.cluster.wadi
Class WADIClusteredHandleInterceptor

java.lang.Object
  extended by org.apache.geronimo.jetty.cluster.AbstractClusteredHandleInterceptor
      extended by org.apache.geronimo.jetty.cluster.wadi.WADIClusteredHandleInterceptor
All Implemented Interfaces:
org.apache.geronimo.gbean.GBeanLifecycle, org.apache.geronimo.jetty.HandleInterceptor

public class WADIClusteredHandleInterceptor
extends org.apache.geronimo.jetty.cluster.AbstractClusteredHandleInterceptor
implements org.apache.geronimo.gbean.GBeanLifecycle


Nested Class Summary
protected  class WADIClusteredHandleInterceptor.WADIWebClusteredInvocation
           
 
Nested classes/interfaces inherited from class org.apache.geronimo.jetty.cluster.AbstractClusteredHandleInterceptor
org.apache.geronimo.jetty.cluster.AbstractClusteredHandleInterceptor.WebClusteredInvocation
 
Field Summary
static org.apache.geronimo.gbean.GBeanInfo GBEAN_INFO
           
static String GBEAN_REF_WADI_SESSION_MANAGER
           
 
Constructor Summary
WADIClusteredHandleInterceptor(org.apache.geronimo.clustering.wadi.WADISessionManager sessionManager)
           
 
Method Summary
 void doFail()
           
 void doStart()
           
 void doStop()
           
static org.apache.geronimo.gbean.GBeanInfo getGBeanInfo()
           
protected  org.apache.geronimo.clustering.ClusteredInvocation newClusteredInvocation(String pathInContext, String pathParams, org.mortbay.http.HttpRequest request, org.mortbay.http.HttpResponse response, org.apache.geronimo.jetty.HandleInterceptor end)
           
 
Methods inherited from class org.apache.geronimo.jetty.cluster.AbstractClusteredHandleInterceptor
handle
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

GBEAN_INFO

public static final org.apache.geronimo.gbean.GBeanInfo GBEAN_INFO

GBEAN_REF_WADI_SESSION_MANAGER

public static final String GBEAN_REF_WADI_SESSION_MANAGER
See Also:
Constant Field Values
Constructor Detail

WADIClusteredHandleInterceptor

public WADIClusteredHandleInterceptor(org.apache.geronimo.clustering.wadi.WADISessionManager sessionManager)
Method Detail

doStart

public void doStart()
             throws Exception
Specified by:
doStart in interface org.apache.geronimo.gbean.GBeanLifecycle
Throws:
Exception

doStop

public void doStop()
            throws Exception
Specified by:
doStop in interface org.apache.geronimo.gbean.GBeanLifecycle
Throws:
Exception

doFail

public void doFail()
Specified by:
doFail in interface org.apache.geronimo.gbean.GBeanLifecycle

newClusteredInvocation

protected org.apache.geronimo.clustering.ClusteredInvocation newClusteredInvocation(String pathInContext,
                                                                                    String pathParams,
                                                                                    org.mortbay.http.HttpRequest request,
                                                                                    org.mortbay.http.HttpResponse response,
                                                                                    org.apache.geronimo.jetty.HandleInterceptor end)
Specified by:
newClusteredInvocation in class org.apache.geronimo.jetty.cluster.AbstractClusteredHandleInterceptor

getGBeanInfo

public static org.apache.geronimo.gbean.GBeanInfo getGBeanInfo()


Copyright © 2006 Apache Software Foundation. All Rights Reserved.