org.apache.geronimo.jetty.cluster
Class ClusteredWebApplicationHandlerFactory

java.lang.Object
  extended by org.apache.geronimo.jetty.cluster.ClusteredWebApplicationHandlerFactory
All Implemented Interfaces:
WebApplicationHandlerFactory

public class ClusteredWebApplicationHandlerFactory
extends Object
implements WebApplicationHandlerFactory


Field Summary
static org.apache.geronimo.gbean.GBeanInfo GBEAN_INFO
           
static String GBEAN_REF_SESSION_MANAGER
           
 
Constructor Summary
ClusteredWebApplicationHandlerFactory(org.apache.geronimo.clustering.SessionManager sessionManager)
           
 
Method Summary
 org.mortbay.jetty.servlet.WebApplicationHandler createHandler()
           
static org.apache.geronimo.gbean.GBeanInfo getGBeanInfo()
           
 
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_SESSION_MANAGER

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

ClusteredWebApplicationHandlerFactory

public ClusteredWebApplicationHandlerFactory(org.apache.geronimo.clustering.SessionManager sessionManager)
Method Detail

createHandler

public org.mortbay.jetty.servlet.WebApplicationHandler createHandler()
Specified by:
createHandler in interface WebApplicationHandlerFactory

getGBeanInfo

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


Copyright © 2006 Apache Software Foundation. All Rights Reserved.