public interface ThreadPools extends ConfigBeanProxy
ConfigBeanProxy.Duck
Modifier and Type | Method and Description |
---|---|
List<ThreadPool> |
getThreadPool()
Gets the value of the threadPool property.
|
createChild, deepCopy, getParent, getParent
List<ThreadPool> getThreadPool()
set
method for the threadPool property. For example, to add a
new item, do as follows:
getThreadPool().add(newItem);Objects of the following type(s) are allowed in the list
ThreadPool
Copyright © 2019. All rights reserved.