public interface

ThreadInfoWriter

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

Class Overview

Strategy interface for thread dump writers.

Summary

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

Public Methods

public void write (ThreadInfo[] threads)

Writes the given ThreadInfo[] somewhere.

Parameters
threads a ThreadInfo[]