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

Method destroy

java/org/apache/catalina/servlets/WebdavServlet.java:410–410  ·  view source on GitHub ↗

Destroy the store. This is tied to the Servlet lifecycle and is called by its destroy method.

()

Source from the content-addressed store, hash-verified

408 * Destroy the store. This is tied to the Servlet lifecycle and is called by its destroy method.
409 */
410 void destroy();
411
412 /**
413 * Periodic event for maintenance tasks.

Callers 8

testStoreMethod · 0.95
destroyMethod · 0.65
stopServerMethod · 0.65
startMethod · 0.65
stopMethod · 0.65
processMethod · 0.65
runMethod · 0.65
destroyMethod · 0.65

Implementers 3

CustomPropertyStoretest/org/apache/catalina/servlets/Test
MemoryPropertyStorejava/org/apache/catalina/servlets/Webd
DataSourcePropertyStorejava/org/apache/catalina/servlets/Data

Calls

no outgoing calls

Tested by 1

testStoreMethod · 0.76