org.apache.geronimo.clustering.web
Class HttpSessionManager
java.lang.Object
org.apache.geronimo.clustering.MBeanImpl
org.apache.geronimo.clustering.web.HttpSessionManager
- public class HttpSessionManager
- extends MBeanImpl
An HttpSessionManager for <distributable/> webapps, which
backs onto the generic Geronimo clustering framework.
- Version:
- $Revision: 1.11 $ $Date: 2004/03/10 09:58:22 $
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
_log
protected org.apache.commons.logging.Log _log
_sessions
protected Map _sessions
_tier
protected Tier _tier
_clusterName
protected String _clusterName
_nodeName
protected String _nodeName
_tierName
protected String _tierName
_contextPath
protected String _contextPath
_uid
protected String _uid
HttpSessionManager
public HttpSessionManager()
getSize
public int getSize()
getTier
public Tier getTier()
getTierObjectName
public javax.management.ObjectName getTierObjectName()
getClusterName
public String getClusterName()
setClusterName
public void setClusterName(String clusterName)
getNodeName
public String getNodeName()
setNodeName
public void setNodeName(String nodeName)
getTierName
public String getTierName()
setTierName
public void setTierName(String tierName)
getContextPath
public String getContextPath()
setContextPath
public void setContextPath(String contextPath)
getUID
public String getUID()
canStart
public boolean canStart()
- Overrides:
canStart
in class MBeanImpl
doStart
public void doStart()
- Overrides:
doStart
in class MBeanImpl
doStop
public void doStop()
- Overrides:
doStop
in class MBeanImpl
Copyright © 2003-2005 Apache Software Foundation. All Rights Reserved.