Uses of Class
com.sun.enterprise.universal.process.ProcessStreamDrainer
-
Packages that use ProcessStreamDrainer Package Description com.sun.enterprise.admin.launcher com.sun.enterprise.universal.process -
-
Uses of ProcessStreamDrainer in com.sun.enterprise.admin.launcher
Methods in com.sun.enterprise.admin.launcher that return ProcessStreamDrainer Modifier and Type Method Description ProcessStreamDrainerGFLauncher. getProcessStreamDrainer()A ProcessStreamDrainer is always attached to every Process created here. -
Uses of ProcessStreamDrainer in com.sun.enterprise.universal.process
Methods in com.sun.enterprise.universal.process that return ProcessStreamDrainer Modifier and Type Method Description static ProcessStreamDrainerProcessStreamDrainer. dispose(String processName, Process process)Create an instance, drain and throw away the process' stderr and stdout output.static ProcessStreamDrainerProcessStreamDrainer. drain(String processName, Process process)Create an instance and drain the process' stderr and stdoutstatic ProcessStreamDrainerProcessStreamDrainer. redirect(String processName, Process process)Create an instance, drain and redirect the process' stderr and stdout to System.err and System.out respectively.static ProcessStreamDrainerProcessStreamDrainer. save(String processName, Process process)Create an instance and drain the process' stderr and stdout and save it to strings.
-