com.atlassian.confluence
Class ThreadDumper

java.lang.Object
  extended by com.atlassian.confluence.ThreadDumper

public class ThreadDumper
extends Object

Checks whether there are any threads that shouldn't exist.


Constructor Summary
ThreadDumper(ConfluenceRpc rpc)
           
 
Method Summary
 Collection<Map> getDanglingThreads()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ThreadDumper

public ThreadDumper(ConfluenceRpc rpc)
Method Detail

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.