public interface ProcessControlProvider
| Modifier and Type | Method and Description |
|---|---|
void |
configureContainer(Container container)
Configure a container for process monitoring.
|
ContainerProcess |
containerProcess(Container container)
Returns the process of a container if it exists.
|
void |
generateThreadDump(Container container,
Writer writer)
Generate a thread dump of the process to the specified writer.
|
void configureContainer(Container container)
container - container to configure.ContainerProcess containerProcess(Container container) throws IOException
container - the container to retrieve the process for.IOException - if an error occurs reading the container's process.void generateThreadDump(Container container, Writer writer) throws IOException
IOException - if an I/O error occurs generating the thread dump or writing to writer.Copyright © 2002-2019 Atlassian. All Rights Reserved.