org.zeroturnaround.process
Class SolarisProcess

java.lang.Object
  extended by org.zeroturnaround.process.AbstractProcess
      extended by org.zeroturnaround.process.PollingProcess
          extended by org.zeroturnaround.process.PidProcess
              extended by org.zeroturnaround.process.UnixProcess
                  extended by org.zeroturnaround.process.SolarisProcess
All Implemented Interfaces:
SystemProcess

public class SolarisProcess
extends UnixProcess

Process implementation for Solaris.


Field Summary
 
Fields inherited from class org.zeroturnaround.process.PidProcess
pid
 
Fields inherited from class org.zeroturnaround.process.AbstractProcess
log
 
Constructor Summary
SolarisProcess(int pid)
           
 
Method Summary
protected  boolean isNoSuchProcess(org.zeroturnaround.exec.InvalidExitValueException e)
           
 
Methods inherited from class org.zeroturnaround.process.UnixProcess
destroy, isAlive, kill
 
Methods inherited from class org.zeroturnaround.process.PidProcess
getDescription, getPid
 
Methods inherited from class org.zeroturnaround.process.PollingProcess
getIntervalForCheckingFinished, setIntervalForCheckingFinished, waitFor
 
Methods inherited from class org.zeroturnaround.process.AbstractProcess
destroyForcefully, destroyGracefully, toString, waitFor
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SolarisProcess

public SolarisProcess(int pid)
Method Detail

isNoSuchProcess

protected boolean isNoSuchProcess(org.zeroturnaround.exec.InvalidExitValueException e)
Overrides:
isNoSuchProcess in class UnixProcess
Returns:
true if this exception indicates that the process was not found (any more).


Copyright © 2015 ZeroTurnaround. All rights reserved.