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

Method setUseNaming

java/org/apache/catalina/startup/Catalina.java:381–383  ·  view source on GitHub ↗

Enables or disables naming support. @param useNaming The new use naming value

(boolean useNaming)

Source from the content-addressed store, hash-verified

379 * @param useNaming The new use naming value
380 */
381 public void setUseNaming(boolean useNaming) {
382 this.useNaming = useNaming;
383 }
384
385 /**
386 * Set the await flag.

Callers 1

argumentsMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected