|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ProcessStreamDrainer | |
|---|---|
| com.sun.enterprise.universal.process | |
| Uses of ProcessStreamDrainer in com.sun.enterprise.universal.process |
|---|
| Methods in com.sun.enterprise.universal.process that return ProcessStreamDrainer | |
|---|---|
static ProcessStreamDrainer |
ProcessStreamDrainer.drain(String processName,
Process process)
Create an instance and drain the process' stderr and stdout |
static ProcessStreamDrainer |
ProcessStreamDrainer.redirect(String processName,
Process process)
Create an instance, drain and redirect the process' stderr and stdout to System.err and System.out respectively. |
static ProcessStreamDrainer |
ProcessStreamDrainer.save(String processName,
Process process)
Create an instance and drain the process' stderr and stdout and save it to strings. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||