Uses of Class
org.apache.catalina.session.SessionLock
-
Packages that use SessionLock Package Description 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 SessionLock in org.apache.catalina.session
Fields in org.apache.catalina.session declared as SessionLock Modifier and Type Field Description protected SessionLockStandardSession. _sessionLockMethods in org.apache.catalina.session that return SessionLock Modifier and Type Method Description SessionLockStandardSession. getSessionLock()return the Session lockMethods in org.apache.catalina.session with parameters of type SessionLock Modifier and Type Method Description voidStandardSession. setSessionLock(SessionLock sessionLock)set the Session lock
-