|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.virtualbox_4_3.IUnknown
org.virtualbox_4_3.IEvent
org.virtualbox_4_3.IGuestSessionEvent
org.virtualbox_4_3.IGuestProcessEvent
org.virtualbox_4_3.IGuestProcessIOEvent
public class IGuestProcessIOEvent
Base abstract interface for all guest process input/output (IO) events. Interface ID: {9EA9227C-E9BB-49B3-BFC7-C5171E93EF38}
Field Summary |
---|
Fields inherited from class org.virtualbox_4_3.IUnknown |
---|
obj, port |
Constructor Summary | |
---|---|
IGuestProcessIOEvent(java.lang.String wrapped,
org.virtualbox_4_3.jaxws.VboxPortType port)
|
Method Summary | |
---|---|
java.lang.Long |
getHandle()
Input/output (IO) handle involved in this event. |
java.lang.Long |
getProcessed()
Processed input or output (in bytes). |
static IGuestProcessIOEvent |
queryInterface(IUnknown obj)
|
Methods inherited from class org.virtualbox_4_3.IGuestProcessEvent |
---|
getPid, getProcess |
Methods inherited from class org.virtualbox_4_3.IGuestSessionEvent |
---|
getSession |
Methods inherited from class org.virtualbox_4_3.IEvent |
---|
getSource, getType, getWaitable, setProcessed, waitProcessed |
Methods inherited from class org.virtualbox_4_3.IUnknown |
---|
getRemoteWSPort, getWrapped, releaseRemote |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public IGuestProcessIOEvent(java.lang.String wrapped, org.virtualbox_4_3.jaxws.VboxPortType port)
Method Detail |
---|
public java.lang.Long getHandle()
public java.lang.Long getProcessed()
public static IGuestProcessIOEvent queryInterface(IUnknown obj)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |