Uses of Interface
org.apache.catalina.SessionLocker
-
Packages that use SessionLocker Package Description com.sun.enterprise.web org.apache.catalina.session This package contains the standardManagerandSessionimplementations that represent the collection of active sessions and the individual sessions themselves, respectively, that are associated with aContext. -
-
Uses of SessionLocker in com.sun.enterprise.web
Classes in com.sun.enterprise.web that implement SessionLocker Modifier and Type Class Description classPESessionLocker -
Uses of SessionLocker in org.apache.catalina.session
Classes in org.apache.catalina.session that implement SessionLocker Modifier and Type Class Description classBaseSessionLockerFields in org.apache.catalina.session declared as SessionLocker Modifier and Type Field Description protected SessionLockerManagerBase. sessionLockerA SessionLocker used to lock sessions (curently only in the request dispatcher forward/include use case)Methods in org.apache.catalina.session with parameters of type SessionLocker Modifier and Type Method Description voidManagerBase. setSessionLocker(SessionLocker sessLocker)set the pluggable sessionLocker for this manager by default it is pre-set to no-op BaseSessionLocker
-