Set the worker thread name. @param workerThreadName the worker thread name
(String workerThreadName)
| 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. |
no outgoing calls
no test coverage detected