public class HASessionStoreValve extends ValveBase
container, controller, debug, domain, info, lifecycle, log, next, oname, rb, started
AFTER_START_EVENT, AFTER_STOP_EVENT, BEFORE_START_EVENT, BEFORE_STOP_EVENT, INIT_EVENT, START_EVENT, STOP_EVENT
END_PIPELINE, INVOKE_NEXT
Constructor and Description |
---|
HASessionStoreValve()
Creates a new instance of HASessionStoreValve
|
Modifier and Type | Method and Description |
---|---|
int |
invoke(Request request,
Response response)
invoke call-back; nothing to do on the way in
|
void |
postInvoke(Request request,
Response response)
A post-request processing implementation that does the valveSave.
|
addLifecycleListener, backgroundProcess, createObjectName, event, findLifecycleListeners, getContainer, getController, getDebug, getDomain, getInfo, getNext, getObjectName, getParentName, invoke, isStarted, removeLifecycleListener, setContainer, setController, setDebug, setNext, setObjectName, start, stop
public HASessionStoreValve()
public int invoke(Request request, Response response) throws IOException, javax.servlet.ServletException
invoke
in interface GlassFishValve
invoke
in class ValveBase
request
- response
- INVOKE_NEXT
or END_PIPELINE
IOException
- if an input/output error occursjavax.servlet.ServletException
- if a servlet error occurspublic void postInvoke(Request request, Response response) throws IOException, javax.servlet.ServletException
postInvoke
in interface GlassFishValve
postInvoke
in class ValveBase
request
- response
- IOException
- if an input/output error occursjavax.servlet.ServletException
- if a servlet error occursCopyright © 2019. All rights reserved.