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

Method destroyInstance

java/org/apache/tomcat/InstanceManager.java:101–101  ·  view source on GitHub ↗

Destroy the given instance, performing pre-destroy callbacks. @param o The object to destroy @throws IllegalAccessException if the class or its nullary constructor is not accessible @throws InvocationTargetException if the nullary constructor throws an exception

(Object o)

Source from the content-addressed store, hash-verified

99 * @throws InvocationTargetException if the nullary constructor throws an exception
100 */
101 void destroyInstance(Object o) throws IllegalAccessException, InvocationTargetException;
102
103 /**
104 * Called by the component using the InstanceManager periodically to perform any regular maintenance that might be

Callers 13

destroyMethod · 0.95
closeMethod · 0.95
fireEndpointOnCloseMethod · 0.95
onCloseMethod · 0.95
cleanUpIfUpgradeMethod · 0.95
destroyInstanceMethod · 0.65
runMethod · 0.65
releaseTagMethod · 0.65
getDecodersMethod · 0.65
validateEncodersMethod · 0.65
listenerStopMethod · 0.65
releaseMethod · 0.65

Implementers 3

OpenWebBeansInstanceManagermodules/owb/src/main/java/org/apache/w
SimpleInstanceManagerjava/org/apache/tomcat/SimpleInstanceM
DefaultInstanceManagerjava/org/apache/catalina/core/DefaultI

Calls

no outgoing calls

Tested by 1

runMethod · 0.52