org.virtualbox_6_1
Class IHostUpdate

java.lang.Object
  extended by org.virtualbox_6_1.IUnknown
      extended by org.virtualbox_6_1.IHostUpdate

public class IHostUpdate
extends IUnknown

Represents the state of the update checking logic (a singleton returned byIHost.getUpdate()attribute). Interface ID: {6FA2671B-0547-448E-BC7C-94E9E173BF57}


Field Summary
 
Fields inherited from class org.virtualbox_6_1.IUnknown
obj, objMgr, port
 
Constructor Summary
IHostUpdate(java.lang.String wrapped, org.virtualbox_6_1.ObjectRefManager objMgr, org.virtualbox_6_1.jaxws.VboxPortType port)
           
 
Method Summary
static IHostUpdate queryInterface(IUnknown obj)
           
 
Methods inherited from class org.virtualbox_6_1.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

IHostUpdate

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

queryInterface

public static IHostUpdate queryInterface(IUnknown obj)