com.agaetis.vmware.utils
Class ExitProperties
java.lang.Object
com.agaetis.vmware.utils.ExitProperties
public class ExitProperties
- extends Object
This class is returned by VixVM.runProgramInGuest(String, String, int)
it provides different informations about how the program returned. Time elapsed, exit code ...
- Author:
- fmarchand
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
exitCode
private int exitCode
elapsedTime
private int elapsedTime
pid
private long pid
ExitProperties
public ExitProperties()
getElapsedTime
public int getElapsedTime()
- Returns:
- the elapsedTime
getExitCode
public int getExitCode()
- Returns:
- the exitCode
getPid
public long getPid()
- Returns:
- the pid
setElapsedTime
public void setElapsedTime(int pElapsedTime)
- Parameters:
pElapsedTime - the elapsedTime to set
setExitCode
public void setExitCode(int pExitCode)
- Parameters:
pExitCode - the exitCode to set
setPid
public void setPid(long pPid)
- Parameters:
pPid - the pid to set
2010 Agaetis