MCPcopy Index your code
hub / github.com/apache/tomcat / setWorkerThreadName

Method setWorkerThreadName

java/org/apache/coyote/RequestInfo.java:429–431  ·  view source on GitHub ↗

Set the worker thread name. @param workerThreadName the worker thread name

(String workerThreadName)

Source from the content-addressed store, hash-verified

427 * @param workerThreadName the worker thread name
428 */
429 public void setWorkerThreadName(String workerThreadName) {
430 this.workerThreadName = workerThreadName;
431 }
432
433 /**
434 * Set the MBean name.

Callers 3

setRequestThreadMethod · 0.80
asyncDispatchMethod · 0.80
serviceMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected