|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.virtualbox_5_0.IUnknown
org.virtualbox_5_0.IEvent
org.virtualbox_5_0.IGuestSessionEvent
org.virtualbox_5_0.IGuestProcessEvent
org.virtualbox_5_0.IGuestProcessStateChangedEvent
public class IGuestProcessStateChangedEvent
Notification when a guest process changed its state. Interface ID: {C365FB7B-4430-499F-92C8-8BED814A567A}
Field Summary |
---|
Fields inherited from class org.virtualbox_5_0.IUnknown |
---|
obj, port |
Constructor Summary | |
---|---|
IGuestProcessStateChangedEvent(java.lang.String wrapped,
org.virtualbox_5_0.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_5_0.IGuestProcessEvent |
---|
getPid, getProcess |
Methods inherited from class org.virtualbox_5_0.IGuestSessionEvent |
---|
getSession |
Methods inherited from class org.virtualbox_5_0.IEvent |
---|
getSource, getType, getWaitable, setProcessed, waitProcessed |
Methods inherited from class org.virtualbox_5_0.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 IGuestProcessStateChangedEvent(java.lang.String wrapped, org.virtualbox_5_0.jaxws.VboxPortType port)
Method Detail |
---|
public ProcessStatus getStatus()
public IVirtualBoxErrorInfo getError()
IVirtualBoxErrorInfo.getResultDetail()
will contain
the runtime (IPRT) error code from the guest. See include/iprt/err.h and
include/VBox/err.h for details.
public static IGuestProcessStateChangedEvent queryInterface(IUnknown obj)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |