All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.mortbay.thread.management.QueuedThreadPool-mbean.properties Maven / Gradle / Ivy

QueuedThreadPool: A thread pool with no max bound by default
minThreads: Minimum number of threads in the pool
maxThreads: Maximum number threads in the pool
name: Name of the thread pool
daemon: Is pool thread using daemon thread
threadsPriority: The priority of threads in the pool
maxIdleTimeMs: Maximum time a thread may be idle in ms
queueSize: The pool threads size
spawnOrShrinkAt: The number of queued jobs (or idle threads) needed before the thread pool is grown (or shrunk)
dump(): Dump thread state
stopThread(java.lang.String): Stop a pool thread
stopThread(java.lang.String)[0]: name:Thread Name
interruptThread(java.lang.String): Interrupt a pool thread
interruptThread(java.lang.String)[0]: name:Thread Name




© 2015 - 2025 Weber Informatics LLC | Privacy Policy