public class ClusteredSessionValve
extends org.apache.catalina.valves.ValveBase
implements org.apache.catalina.Lifecycle
Constructor and Description |
---|
ClusteredSessionValve(org.apache.catalina.Manager manager,
BatchingManager tm)
Create a new Valve.
|
Modifier and Type | Method and Description |
---|---|
void |
addLifecycleListener(org.apache.catalina.LifecycleListener listener) |
void |
event(org.apache.catalina.connector.Request request,
org.apache.catalina.connector.Response response,
org.jboss.servlet.http.HttpEvent event)
Valve-chain handler method.
|
org.apache.catalina.LifecycleListener[] |
findLifecycleListeners() |
String |
getInfo()
Get information about this Valve.
|
void |
invoke(org.apache.catalina.connector.Request request,
org.apache.catalina.connector.Response response)
Valve-chain handler method.
|
void |
removeLifecycleListener(org.apache.catalina.LifecycleListener listener) |
void |
start() |
void |
stop() |
backgroundProcess, createObjectName, getContainer, getContainerName, getController, getDomain, getNext, getObjectName, getParentName, postDeregister, postRegister, preDeregister, preRegister, setContainer, setController, setNext, setObjectName, toString
public ClusteredSessionValve(org.apache.catalina.Manager manager, BatchingManager tm)
public String getInfo()
getInfo
in interface org.apache.catalina.Valve
getInfo
in class org.apache.catalina.valves.ValveBase
public void invoke(org.apache.catalina.connector.Request request, org.apache.catalina.connector.Response response) throws IOException, javax.servlet.ServletException
invoke
in interface org.apache.catalina.Valve
invoke
in class org.apache.catalina.valves.ValveBase
request
- The request object associated with this request.response
- The response object associated with this request.IOException
javax.servlet.ServletException
public void event(org.apache.catalina.connector.Request request, org.apache.catalina.connector.Response response, org.jboss.servlet.http.HttpEvent event) throws IOException, javax.servlet.ServletException
event
in interface org.apache.catalina.Valve
event
in class org.apache.catalina.valves.ValveBase
request
- The request object associated with this request.response
- The response object associated with this request.IOException
javax.servlet.ServletException
public void addLifecycleListener(org.apache.catalina.LifecycleListener listener)
addLifecycleListener
in interface org.apache.catalina.Lifecycle
public void removeLifecycleListener(org.apache.catalina.LifecycleListener listener)
removeLifecycleListener
in interface org.apache.catalina.Lifecycle
public org.apache.catalina.LifecycleListener[] findLifecycleListeners()
findLifecycleListeners
in interface org.apache.catalina.Lifecycle
public void start() throws org.apache.catalina.LifecycleException
start
in interface org.apache.catalina.Lifecycle
org.apache.catalina.LifecycleException
public void stop() throws org.apache.catalina.LifecycleException
stop
in interface org.apache.catalina.Lifecycle
org.apache.catalina.LifecycleException
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All rights reserved.