Uses of Interface
org.apache.axis2.util.threadpool.ThreadFactory
-
Packages that use ThreadFactory Package Description org.apache.axis2.context org.apache.axis2.util.threadpool -
-
Uses of ThreadFactory in org.apache.axis2.context
Methods in org.apache.axis2.context that return ThreadFactory Modifier and Type Method Description ThreadFactory
ConfigurationContext. getThreadPool()
Returns the thread factory.Methods in org.apache.axis2.context with parameters of type ThreadFactory Modifier and Type Method Description void
ConfigurationContext. setThreadPool(ThreadFactory pool)
Sets the thread factory. -
Uses of ThreadFactory in org.apache.axis2.util.threadpool
Classes in org.apache.axis2.util.threadpool that implement ThreadFactory Modifier and Type Class Description class
ThreadPool
This the thread pool for axis2.
-