public class IGuestSessionStateChangedEvent extends IGuestSessionEvent
Constructor and Description |
---|
IGuestSessionStateChangedEvent(java.lang.String wrapped,
org.virtualbox_6_1.ObjectRefManager objMgr,
org.virtualbox_6_1.jaxws.VboxPortType port) |
Modifier and Type | Method and Description |
---|---|
IVirtualBoxErrorInfo |
getError()
Error information in case of new session status is indicating an error.
|
java.lang.Long |
getId()
Session ID of guest session which was changed.
|
GuestSessionStatus |
getStatus()
New session status.
|
static IGuestSessionStateChangedEvent |
queryInterface(IUnknown obj) |
getSession
getSource, getType, getWaitable, setProcessed, waitProcessed
getObjMgr, getRemoteWSPort, getWrapped, releaseRemote
public IGuestSessionStateChangedEvent(java.lang.String wrapped, org.virtualbox_6_1.ObjectRefManager objMgr, org.virtualbox_6_1.jaxws.VboxPortType port)
public java.lang.Long getId()
public GuestSessionStatus 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 IGuestSessionStateChangedEvent queryInterface(IUnknown obj)