org.virtualbox_4_2
Class IGuestProcess

java.lang.Object
  extended by org.virtualbox_4_2.IUnknown
      extended by org.virtualbox_4_2.IProcess
          extended by org.virtualbox_4_2.IGuestProcess

public class IGuestProcess
extends IProcess

Implementation of the IProcess object for processes on the guest. Interface ID: {DFA39A36-5D43-4840-A025-67EA956B3111}


Field Summary
 
Fields inherited from class org.virtualbox_4_2.IUnknown
obj, port
 
Constructor Summary
IGuestProcess(java.lang.String wrapped, org.virtualbox_4_2.jaxws.VboxPortType port)
           
 
Method Summary
static IGuestProcess queryInterface(IUnknown obj)
           
 
Methods inherited from class org.virtualbox_4_2.IProcess
getArguments, getEnvironment, getExecutablePath, getExitCode, getName, getPID, getStatus, read, terminate, waitFor, waitForArray, write, writeArray
 
Methods inherited from class org.virtualbox_4_2.IUnknown
getRemoteWSPort, getWrapped, releaseRemote
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IGuestProcess

public IGuestProcess(java.lang.String wrapped,
                     org.virtualbox_4_2.jaxws.VboxPortType port)
Method Detail

queryInterface

public static IGuestProcess queryInterface(IUnknown obj)