org.virtualbox_5_1
Class IGuestProcessOutputEvent

java.lang.Object
  extended by org.virtualbox_5_1.IUnknown
      extended by org.virtualbox_5_1.IEvent
          extended by org.virtualbox_5_1.IGuestSessionEvent
              extended by org.virtualbox_5_1.IGuestProcessEvent
                  extended by org.virtualbox_5_1.IGuestProcessIOEvent
                      extended by org.virtualbox_5_1.IGuestProcessOutputEvent

public class IGuestProcessOutputEvent
extends IGuestProcessIOEvent

Notification when there is guest process output available for reading. Interface ID: {D3D5F1EE-BCB2-4905-A7AB-CC85448A742B}


Field Summary
 
Fields inherited from class org.virtualbox_5_1.IUnknown
obj, objMgr, port
 
Constructor Summary
IGuestProcessOutputEvent(java.lang.String wrapped, org.virtualbox_5_1.ObjectRefManager objMgr, org.virtualbox_5_1.jaxws.VboxPortType port)
           
 
Method Summary
 byte[] getData()
          Actual output data.
static IGuestProcessOutputEvent queryInterface(IUnknown obj)
           
 
Methods inherited from class org.virtualbox_5_1.IGuestProcessIOEvent
getHandle, getProcessed
 
Methods inherited from class org.virtualbox_5_1.IGuestProcessEvent
getPid, getProcess
 
Methods inherited from class org.virtualbox_5_1.IGuestSessionEvent
getSession
 
Methods inherited from class org.virtualbox_5_1.IEvent
getSource, getType, getWaitable, setProcessed, waitProcessed
 
Methods inherited from class org.virtualbox_5_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

IGuestProcessOutputEvent

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

getData

public byte[] getData()
Actual output data.

Returns:
byte[]

queryInterface

public static IGuestProcessOutputEvent queryInterface(IUnknown obj)