Save This Page
Home » jboss-5.0.0.CR1-src » org » jboss » web » tomcat » service » session » [javadoc | source]
org.jboss.web.tomcat.service.session
public class: BatchReplicationClusteredSessionValve [javadoc | source]
java.lang.Object
   org.apache.catalina.valves.ValveBase
      org.jboss.web.tomcat.service.session.BatchReplicationClusteredSessionValve

All Implemented Interfaces:
    org.apache.catalina.Lifecycle

This Valve handles batch replication mode. It uses the cache tm to performa batch replication.
Field Summary
protected  LifecycleSupport support     
protected  JBossCacheManager manager_     
Constructor:
 public BatchReplicationClusteredSessionValve(AbstractJBossManager manager) 
    Create a new Valve.
Method from org.jboss.web.tomcat.service.session.BatchReplicationClusteredSessionValve Summary:
addLifecycleListener,   findLifecycleListeners,   getInfo,   invoke,   removeLifecycleListener,   start,   stop
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.jboss.web.tomcat.service.session.BatchReplicationClusteredSessionValve Detail:
 public  void addLifecycleListener(LifecycleListener listener) 
 public LifecycleListener[] findLifecycleListeners() 
 public String getInfo() 
    Get information about this Valve.
 public  void invoke(Request request,
    Response response) throws IOException, ServletException 
    Valve-chain handler method. This method gets called when the request goes through the Valve-chain. Our session replication mechanism replicates the session after request got through the servlet code.
 public  void removeLifecycleListener(LifecycleListener listener) 
 public  void start() throws LifecycleException 
 public  void stop() throws LifecycleException