org.virtualbox_6_1
Class IGuestProcessStateChangedEvent

java.lang.Object
  extended by org.virtualbox_6_1.IUnknown
      extended by org.virtualbox_6_1.IEvent
          extended by org.virtualbox_6_1.IGuestSessionEvent
              extended by org.virtualbox_6_1.IGuestProcessEvent
                  extended by org.virtualbox_6_1.IGuestProcessStateChangedEvent

public class IGuestProcessStateChangedEvent
extends IGuestProcessEvent

Notification when a guest process changed its state. Interface ID: {C365FB7B-4430-499F-92C8-8BED814A567A}


Field Summary
 
Fields inherited from class org.virtualbox_6_1.IUnknown
obj, objMgr, port
 
Constructor Summary
IGuestProcessStateChangedEvent(java.lang.String wrapped, org.virtualbox_6_1.ObjectRefManager objMgr, org.virtualbox_6_1.jaxws.VboxPortType port)
           
 
Method Summary
 IVirtualBoxErrorInfo getError()
          Error information in case of new session status is indicating an error.
 ProcessStatus getStatus()
          New guest process status.
static IGuestProcessStateChangedEvent queryInterface(IUnknown obj)
           
 
Methods inherited from class org.virtualbox_6_1.IGuestProcessEvent
getPid, getProcess
 
Methods inherited from class org.virtualbox_6_1.IGuestSessionEvent
getSession
 
Methods inherited from class org.virtualbox_6_1.IEvent
getSource, getType, getWaitable, setProcessed, waitProcessed
 
Methods inherited from class org.virtualbox_6_1.IUnknown
getObjMgr, getRemoteWSPort, getWrapped, releaseRemote
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IGuestProcessStateChangedEvent

public IGuestProcessStateChangedEvent(java.lang.String wrapped,
                                      org.virtualbox_6_1.ObjectRefManager objMgr,
                                      org.virtualbox_6_1.jaxws.VboxPortType port)
Method Detail

getStatus

public ProcessStatus getStatus()
New guest process status.

Returns:
org.virtualbox_6_1.ProcessStatus

getError

public IVirtualBoxErrorInfo getError()
Error information in case of new session status is indicating an error. The attributeIVirtualBoxErrorInfo.getResultDetail()will contain the runtime (IPRT) error code from the guest. See include/iprt/err.h and include/VBox/err.h for details.

Returns:
org.virtualbox_6_1.IVirtualBoxErrorInfo

queryInterface

public static IGuestProcessStateChangedEvent queryInterface(IUnknown obj)