org.mortbay.j2ee.session
Class ValidatingInterceptor
java.lang.Object
org.mortbay.j2ee.session.StateInterceptor
org.mortbay.j2ee.session.AroundInterceptor
org.mortbay.j2ee.session.ValidatingInterceptor
- All Implemented Interfaces:
- Cloneable, State
public class ValidatingInterceptor
- extends AroundInterceptor
|
Field Summary |
protected static org.jboss.logging.Logger |
_log
|
protected boolean |
_running
|
| Methods inherited from class org.mortbay.j2ee.session.AroundInterceptor |
getAttribute, getAttributeNameEnumeration, getAttributeNameStringArray, getAttributes, getCreationTime, getId, getLastAccessedTime, getMaxInactiveInterval, removeAttribute, setAttribute, setAttributes, setLastAccessedTime, setMaxInactiveInterval |
_log
protected static final org.jboss.logging.Logger _log
_running
protected boolean _running
ValidatingInterceptor
public ValidatingInterceptor()
before
protected void before()
throws IllegalStateException
- Specified by:
before in class AroundInterceptor
- Throws:
IllegalStateException
after
protected void after()
- Specified by:
after in class AroundInterceptor
start
public void start()
- Overrides:
start in class StateInterceptor
stop
public void stop()
- Overrides:
stop in class StateInterceptor
checkValid
protected void checkValid()
throws IllegalStateException
- Throws:
IllegalStateException
Copyright © 1995-2011 Mort Bay Consulting. All Rights Reserved.