com.pmease.quickbuild.execution.killtree
Interface ProcessTreeRemoting.IOSProcess

All Known Implementing Classes:
ProcessTree.OSProcess, ProcessTree.UnixProcess
Enclosing class:
ProcessTreeRemoting

public static interface ProcessTreeRemoting.IOSProcess


Method Summary
 java.util.List<java.lang.String> getArguments()
           
 java.util.Map<java.lang.String,java.lang.String> getEnvironmentVariables()
           
 ProcessTreeRemoting.IOSProcess getParent()
           
 int getPid()
           
 void kill(boolean forcibly)
           
 void killRecursively(boolean forcibly)
           
 

Method Detail

getPid

int getPid()

getParent

ProcessTreeRemoting.IOSProcess getParent()

kill

void kill(boolean forcibly)
          throws java.lang.InterruptedException
Throws:
java.lang.InterruptedException

killRecursively

void killRecursively(boolean forcibly)
                     throws java.lang.InterruptedException
Throws:
java.lang.InterruptedException

getArguments

java.util.List<java.lang.String> getArguments()

getEnvironmentVariables

java.util.Map<java.lang.String,java.lang.String> getEnvironmentVariables()


Copyright © 2005-2010 PMEase Inc. All Rights Reserved.