com.atlassian.confluence
Class ThreadDumper
java.lang.Object
com.atlassian.confluence.ThreadDumper
public class ThreadDumper
- extends Object
Checks whether there are any threads that shouldn't exist.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ThreadDumper
public ThreadDumper(ConfluenceRpc rpc)
getDanglingThreads
public Collection<Map> getDanglingThreads()
- Returns:
- a collection of maps, each representing a thread, who doesn't pass some criteria.
See
FuncTestThreadUtils
for the rpc-encoded fields in each map.
Copyright © 2003–2015 Atlassian. All rights reserved.