com.atlassian.jira.web.monitor.dump
Interface ThreadInfoWriter


public interface ThreadInfoWriter

Strategy interface for thread dump writers.


Method Summary
 void write(ThreadInfo[] threads)
          Writes the given ThreadInfo[] somewhere.
 

Method Detail

write

void write(ThreadInfo[] threads)
Writes the given ThreadInfo[] somewhere.

Parameters:
threads - a ThreadInfo[]


Copyright © 2002-2014 Atlassian. All Rights Reserved.