move JMX properties to correct paths
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@172 7e9141cc-0065-0410-87d8-b60c137991c4
This commit is contained in:
parent
50fe1753b0
commit
899235f05f
|
@ -1,2 +0,0 @@
|
|||
HandlerContainer: Handler of multiple Handlers
|
||||
childHandlers: MObject:RO:All contained handlers
|
|
@ -0,0 +1,3 @@
|
|||
HandlerContainer: Handler of multiple Handlers
|
||||
handlers: MObject:RO:Handlers in this container
|
||||
childHandlers: MObject:RO:All contained handlers
|
|
@ -1,7 +0,0 @@
|
|||
BoundedThreadPool: A thread pool with fixed bounds
|
||||
minThreads: Minimum number of threads in the pool
|
||||
maxThreads: Maximum number threads in the pool
|
||||
name: Name of the thread pool
|
||||
daemon: Are pool threads daemon threads
|
||||
threadsPriority: Priority of threads
|
||||
maxIdleTimeMs: Maximum time a thread may be idle in ms
|
Loading…
Reference in New Issue