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

Method expire

java/org/apache/catalina/ha/session/DeltaSession.java:439–442  ·  view source on GitHub ↗
(boolean notify)

Source from the content-addressed store, hash-verified

437 // ------------------------------------------------- Session Public Methods
438
439 @Override
440 public void expire(boolean notify) {
441 expire(notify, true);
442 }
443
444 /**
445 * Expire this session.

Callers 3

isValidMethod · 0.95
stopInternalMethod · 0.95
handleSESSION_EXPIREDMethod · 0.95

Calls 12

sendMethod · 0.95
isPrimarySessionMethod · 0.95
sessionExpiredMethod · 0.80
getIdInternalMethod · 0.65
getClusterMethod · 0.65
requestCompletedMethod · 0.65
expireMethod · 0.65
isDebugEnabledMethod · 0.65
debugMethod · 0.65
getStringMethod · 0.65
getNameMethod · 0.65
valueOfMethod · 0.45

Tested by

no test coverage detected