java.lang.Object
org.mortbay.j2ee.session.StateInterceptor
org.mortbay.j2ee.session.TypeCheckingInterceptor
- All Implemented Interfaces:
- java.lang.Cloneable, State
- public class TypeCheckingInterceptor
- extends StateInterceptor
| Methods inherited from class org.mortbay.j2ee.session.StateInterceptor |
clone, getActualMaxInactiveInterval, getAttributeNameEnumeration, getAttributeNameStringArray, getAttributes, getCreationTime, getId, getLastAccessedTime, getManager, getMaxInactiveInterval, getSession, getState, isValid, removeAttribute, setAttributes, setLastAccessedTime, setManager, setMaxInactiveInterval, setSession, setState, start, stop, toString |
_log
protected static final org.jboss.logging.Logger _log
TypeCheckingInterceptor
public TypeCheckingInterceptor()
setAttribute
public java.lang.Object setAttribute(java.lang.String name,
java.lang.Object value,
boolean returnValue)
throws java.lang.IllegalArgumentException,
java.rmi.RemoteException
- Specified by:
setAttribute in interface State- Overrides:
setAttribute in class StateInterceptor
getAttribute
public java.lang.Object getAttribute(java.lang.String name)
throws java.lang.IllegalArgumentException,
java.rmi.RemoteException
- Specified by:
getAttribute in interface State- Overrides:
getAttribute in class StateInterceptor