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

Method findChildren

java/org/apache/catalina/Container.java:377–377  ·  view source on GitHub ↗

Obtain the child Containers associated with this Container. @return An array containing all children of this container. If this Container has no children, a zero-length array is returned.

()

Source from the content-addressed store, hash-verified

375 * array is returned.
376 */
377 Container[] findChildren();
378
379
380 /**

Callers 15

startMethod · 0.95
startInternalMethod · 0.95
testBug54240Method · 0.65
testConcurrencyMethod · 0.65
test500InternalErrorMethod · 0.65
doTestClientCertGetMethod · 0.65
testValveMethod · 0.65
populateListenersInfoMethod · 0.65
testBug56085Method · 0.65
testBug57556aMethod · 0.65

Implementers 1

ContainerBasejava/org/apache/catalina/core/Containe

Calls

no outgoing calls

Tested by 15

startMethod · 0.76
testBug54240Method · 0.52
testConcurrencyMethod · 0.52
test500InternalErrorMethod · 0.52
doTestClientCertGetMethod · 0.52
testValveMethod · 0.52
populateListenersInfoMethod · 0.52
testBug56085Method · 0.52
testBug57556aMethod · 0.52