MCPcopy Index your code
hub / github.com/apache/tomcat / load

Method load

java/org/apache/catalina/Store.java:90–90  ·  view source on GitHub ↗

Load and return the Session associated with the specified session identifier from this Store, without removing it. If there is no such stored Session, return null . Implementations should expect, and correctly handle, concurrent calls to any method but in particular calls to {@code #

(String id)

Source from the content-addressed store, hash-verified

88 * @return the loaded Session instance
89 */
90 Session load(String id) throws ClassNotFoundException, IOException;
91
92
93 /**

Callers 15

testBug62175Method · 0.95
invokeMethod · 0.95
getPropertiesMethod · 0.65
testBug56032Method · 0.65
getKeyStoreMethod · 0.65
generateKeystoreMethod · 0.65
testWithOrderingMethod · 0.65

Implementers 3

TesterStoretest/org/apache/catalina/valves/TestPe
TesterStoretest/org/apache/catalina/session/Teste
StoreBasejava/org/apache/catalina/session/Store

Calls

no outgoing calls

Tested by 15

testBug62175Method · 0.76
testBug56032Method · 0.52
getKeyStoreMethod · 0.52
generateKeystoreMethod · 0.52
testWithOrderingMethod · 0.52
runMethod · 0.52
doTaskMethod · 0.52