org.virtualbox_7_0
Class IUpdateAgentAvailableEvent

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.IUpdateAgentAvailableEvent

public class IUpdateAgentAvailableEvent
extends IUpdateAgentEvent

Notification when an update is available. Interface ID: {243829CB-15B7-42A4-8664-7AA4E34993DA}


Field Summary
 
Fields inherited from class org.virtualbox_7_0.IUnknown
obj, objMgr, port
 
Constructor Summary
IUpdateAgentAvailableEvent(java.lang.String wrapped, org.virtualbox_7_0.ObjectRefManager objMgr, org.virtualbox_7_0.jaxws.VboxPortType port)
           
 
Method Summary
 UpdateChannel getChannel()
          Channel containing the update.
 java.lang.String getDownloadURL()
          Download URL of the update.
 java.lang.String getReleaseNotes()
          Release notes of the update.
 UpdateSeverity getSeverity()
          Severity of the update.
 java.lang.String getVersion()
          Version of the update.
 java.lang.String getWebURL()
          Web URL of the update.
static IUpdateAgentAvailableEvent 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

IUpdateAgentAvailableEvent

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

getVersion

public java.lang.String getVersion()
Version of the update.

Returns:
String

getChannel

public UpdateChannel getChannel()
Channel containing the update.

Returns:
org.virtualbox_7_0.UpdateChannel

getSeverity

public UpdateSeverity getSeverity()
Severity of the update.

Returns:
org.virtualbox_7_0.UpdateSeverity

getDownloadURL

public java.lang.String getDownloadURL()
Download URL of the update.

Returns:
String

getWebURL

public java.lang.String getWebURL()
Web URL of the update.

Returns:
String

getReleaseNotes

public java.lang.String getReleaseNotes()
Release notes of the update.

Returns:
String

queryInterface

public static IUpdateAgentAvailableEvent queryInterface(IUnknown obj)