Save This Page
Home » apache-tomcat-6.0.16-src » org.apache » catalina » cluster » session » [javadoc | source]
org.apache.catalina.cluster.session
public class: JvmRouteSessionIDBinderLifecycleListener [javadoc | source]
java.lang.Object
   org.apache.catalina.cluster.session.JvmRouteSessionIDBinderLifecycleListener

All Implemented Interfaces:
    LifecycleListener

Deprecated!
Register new JvmRouteSessionIDBinderListener to receive Session ID changes. add following at your server.xml Host section
<Host >...
<Listener className="org.apache.catalina.cluster.session.JvmRouteSessionIDBinderLifecycleListener" />
<Cluster ...>
</Host>
FIXME add Engine support
Field Summary
protected static final  StringManager sm    The string resources for this package. 
Method from org.apache.catalina.cluster.session.JvmRouteSessionIDBinderLifecycleListener Summary:
getInfo,   getMBeanServer,   getManagedBean,   getObjectName,   isEnabled,   lifecycleEvent,   setEnabled,   startSessionIDListener,   stopSessionIDListener
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.catalina.cluster.session.JvmRouteSessionIDBinderLifecycleListener Detail:
 public String getInfo() 
      Deprecated!
    Return descriptive information about this Listener implementation and the corresponding version number, in the format <description>/<version>.
 protected MBeanServer getMBeanServer() throws Exception 
      Deprecated!
 protected ModelMBean getManagedBean(Object object) throws Exception 
      Deprecated!
    Returns the ModelMBean
 protected ObjectName getObjectName(StandardHost host) throws MalformedObjectNameException 
      Deprecated!
 public boolean isEnabled() 
      Deprecated!
 public  void lifecycleEvent(LifecycleEvent event) 
      Deprecated!
 public  void setEnabled(boolean enabled) 
      Deprecated!
 protected  void startSessionIDListener(StandardHost host) 
      Deprecated!
    start sessionID mover at cluster
 protected  void stopSessionIDListener(StandardHost host) 
      Deprecated!
    stop sessionID binder at cluster