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

Method setParent

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

Set the parent Container to which this Container is being added as a child. This Container may refuse to become attached to the specified Container by throwing an exception. @param container Container to which this Container is being added as a child @exception IllegalArgumentException if this Con

(Container container)

Source from the content-addressed store, hash-verified

222 * @exception IllegalArgumentException if this Container refuses to become attached to the specified Container
223 */
224 void setParent(Container container);
225
226
227 /**

Callers 6

addChildMethod · 0.65
startInternalMethod · 0.65
setParentMethod · 0.65
addLoggerMethod · 0.65
readConfigurationMethod · 0.65
setParentLoggerMethod · 0.65

Implementers 1

ContainerBasejava/org/apache/catalina/core/Containe

Calls

no outgoing calls

Tested by

no test coverage detected