org.apache.geronimo.jetty6.cluster
Class ClusteredSessionHandlerFactory

java.lang.Object
  extended by org.apache.geronimo.jetty6.cluster.ClusteredSessionHandlerFactory
All Implemented Interfaces:
SessionHandlerFactory

public class ClusteredSessionHandlerFactory
extends Object
implements SessionHandlerFactory


Field Summary
static GBeanInfo GBEAN_INFO
           
static String GBEAN_REF_SESSION_MANAGER
           
 
Constructor Summary
ClusteredSessionHandlerFactory(SessionManager sessionManager)
           
 
Method Summary
 org.mortbay.jetty.servlet.SessionHandler createHandler(PreHandler preHandler)
           
static 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 GBeanInfo GBEAN_INFO

GBEAN_REF_SESSION_MANAGER

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

ClusteredSessionHandlerFactory

public ClusteredSessionHandlerFactory(SessionManager sessionManager)
Method Detail

createHandler

public org.mortbay.jetty.servlet.SessionHandler createHandler(PreHandler preHandler)
Specified by:
createHandler in interface SessionHandlerFactory

getGBeanInfo

public static GBeanInfo getGBeanInfo()


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