Class Tomcat6DeltaSessionManager

  • All Implemented Interfaces:
    java.beans.PropertyChangeListener, java.util.EventListener, javax.management.MBeanRegistration, org.apache.catalina.Lifecycle, org.apache.catalina.Manager, SessionManager

    @Deprecated
    public class Tomcat6DeltaSessionManager
    extends DeltaSessionManager<Tomcat6CommitSessionValve>
    Deprecated.
    Tomcat 6 has reached its end of life and support for Tomcat 6 will be removed from a future Geode release.
    • Constructor Detail

      • Tomcat6DeltaSessionManager

        public Tomcat6DeltaSessionManager()
        Deprecated.
    • Method Detail

      • start

        public void start()
        Deprecated.
        Prepare for the beginning of active use of the public methods of this component. This method should be called after configure(), and before any of the public methods of the component are utilized.
      • stop

        public void stop()
        Deprecated.
        Gracefully terminate the active use of the public methods of this component. This method should be the last one called on a given instance of this component.
      • addLifecycleListener

        public void addLifecycleListener​(org.apache.catalina.LifecycleListener listener)
        Deprecated.
        Add a lifecycle event listener to this component.
        Parameters:
        listener - The listener to add
      • findLifecycleListeners

        public org.apache.catalina.LifecycleListener[] findLifecycleListeners()
        Deprecated.
        Get the lifecycle listeners associated with this lifecycle. If this Lifecycle has no listeners registered, a zero-length array is returned.
      • removeLifecycleListener

        public void removeLifecycleListener​(org.apache.catalina.LifecycleListener listener)
        Deprecated.
        Remove a lifecycle event listener from this component.
        Parameters:
        listener - The listener to remove