org.virtualbox_7_1
Class IResourceStore

java.lang.Object
  extended by org.virtualbox_7_1.IUnknown
      extended by org.virtualbox_7_1.IResourceStore

public class IResourceStore
extends IUnknown

Provides access to resources accessed by various device implementations and created when the VM is started (only the FDT currently). This is not accessible from anywhere right now but just for convenience if required later on. Interface ID: {D96A2540-8AAB-4C71-8AF9-95379F23B23D}


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

IResourceStore

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

getMidlDoesNotLikeEmptyInterfaces

public java.lang.Boolean getMidlDoesNotLikeEmptyInterfaces()

queryInterface

public static IResourceStore queryInterface(IUnknown obj)