org.virtualbox_7_0
Class IUpdateAgentErrorEvent

java.lang.Object
  extended by org.virtualbox_7_0.IUnknown
      extended by org.virtualbox_7_0.IEvent
          extended by org.virtualbox_7_0.IUpdateAgentEvent
              extended by org.virtualbox_7_0.IUpdateAgentErrorEvent

public class IUpdateAgentErrorEvent
extends IUpdateAgentEvent

Notification when an update agent error occurred. Interface ID: {2A88033D-82DB-4AC2-97B5-E786C839420E}


Field Summary
 
Fields inherited from class org.virtualbox_7_0.IUnknown
obj, objMgr, port
 
Constructor Summary
IUpdateAgentErrorEvent(java.lang.String wrapped, org.virtualbox_7_0.ObjectRefManager objMgr, org.virtualbox_7_0.jaxws.VboxPortType port)
           
 
Method Summary
 java.lang.String getMsg()
          Error message in human readable format.
 java.lang.Integer getRcError()
          IPRT-style error code.
static IUpdateAgentErrorEvent queryInterface(IUnknown obj)
           
 
Methods inherited from class org.virtualbox_7_0.IUpdateAgentEvent
getAgent
 
Methods inherited from class org.virtualbox_7_0.IEvent
getSource, getType, getWaitable, setProcessed, waitProcessed
 
Methods inherited from class org.virtualbox_7_0.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

IUpdateAgentErrorEvent

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

getMsg

public java.lang.String getMsg()
Error message in human readable format.

Returns:
String

getRcError

public java.lang.Integer getRcError()
IPRT-style error code.

Returns:
Integer

queryInterface

public static IUpdateAgentErrorEvent queryInterface(IUnknown obj)