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

Method remove

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

Remove the Session with the specified session identifier from this Store, if present. If no such Session is present, this method takes no action. Implementations should expect, and correctly handle, concurrent calls to any method but in particular calls to #load(String), {@code #save(Ses

(String id)

Source from the content-addressed store, hash-verified

104 * @exception IOException if an input/output error occurs
105 */
106 void remove(String id) throws IOException;
107
108
109 /**

Callers 15

invokeMethod · 0.95
doFilterMethod · 0.65
invokeMethod · 0.65
pollMethod · 0.65
removeMethod · 0.65
removeMethod · 0.65
returnConnectionMethod · 0.65
checkAbandonedMethod · 0.65
checkIdleMethod · 0.65
testAllIdleMethod · 0.65
unregisterCleanerMethod · 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