Class | Description |
---|---|
JavaClassRunner |
Very simple initial implementation
If it is useful there are plenty of improvements that can be made...
|
Jps |
Run a native process with jps
-- get the pid for a running JVM
note: dropping in an implementation for jps is not hard.
|
Jstack |
Provide a Jstack getDump of a given PID -- or a concatenated getDump of ALL
running JVMs.
|
LocalAdminCommand |
Very simple -- run an Asadmin command.
|
ProcessManager | |
ProcessStreamDrainer |
If you don't drain a process' stdout and stderr it will cause a deadlock after a few hundred bytes of output.
|
ProcessUtils |
Includes a somewhat kludgy way to get the pid for "me".
|
Exception | Description |
---|---|
ProcessManagerException | |
ProcessManagerTimeoutException |
Copyright © 2019. All rights reserved.