MCPcopy Create free account
hub / github.com/apache/tomcat / findSessions

Method findSessions

java/org/apache/catalina/Manager.java:257–257  ·  view source on GitHub ↗

Return the set of active Sessions associated with this Manager. If this Manager has no active Sessions, a zero-length array is returned. @return All the currently active sessions managed by this manager

()

Source from the content-addressed store, hash-verified

255 * @return All the currently active sessions managed by this manager
256 */
257 Session[] findSessions();
258
259
260 /**

Callers 15

listMethod · 0.95
sessionsMethod · 0.95
getSessionsForNameMethod · 0.95
testLastAccessMethod · 0.65
stopInternalMethod · 0.65
stopInternalMethod · 0.65
processExpiresMethod · 0.65
unloadMethod · 0.65
stopInternalMethod · 0.65

Implementers 2

TesterManagertest/org/apache/catalina/session/Teste
ManagerBasejava/org/apache/catalina/session/Manag

Calls

no outgoing calls

Tested by 2

testLastAccessMethod · 0.52