org.mortbay.j2ee.session
Class ValidatingInterceptor

java.lang.Object
  extended by org.mortbay.j2ee.session.StateInterceptor
      extended by org.mortbay.j2ee.session.AroundInterceptor
          extended by 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
           
 
Constructor Summary
ValidatingInterceptor()
           
 
Method Summary
protected  void after()
           
protected  void before()
           
protected  void checkValid()
           
 void start()
           
 void stop()
           
 
Methods inherited from class org.mortbay.j2ee.session.AroundInterceptor
getAttribute, getAttributeNameEnumeration, getAttributeNameStringArray, getAttributes, getCreationTime, getId, getLastAccessedTime, getMaxInactiveInterval, removeAttribute, setAttribute, setAttributes, setLastAccessedTime, setMaxInactiveInterval
 
Methods inherited from class org.mortbay.j2ee.session.StateInterceptor
clone, getActualMaxInactiveInterval, getManager, getSession, getState, isValid, setManager, setSession, setState, toString
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

_log

protected static final org.jboss.logging.Logger _log

_running

protected boolean _running
Constructor Detail

ValidatingInterceptor

public ValidatingInterceptor()
Method Detail

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.