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

Method setName

java/org/apache/catalina/tribes/Channel.java:449–449  ·  view source on GitHub ↗

Set the name of this channel @param name The new channel name

(String name)

Source from the content-addressed store, hash-verified

447 * @param name The new channel name
448 */
449 void setName(String name);
450
451 /**
452 * Return executor that can be used for utility tasks.

Callers 15

handleMethod · 0.65
addResourceMethod · 0.65
addServletMethod · 0.65
getEngineMethod · 0.65
addContextMethod · 0.65
configureContextMethod · 0.65
deployDescriptorMethod · 0.65
deployWARMethod · 0.65
deployDirectoryMethod · 0.65
setPathMethod · 0.65
addEnvEntryMethod · 0.65
addServletMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected