org.virtualbox_5_2
Class IUSBProxyBackend

java.lang.Object
  extended by org.virtualbox_5_2.IUnknown
      extended by org.virtualbox_5_2.IUSBProxyBackend

public class IUSBProxyBackend
extends IUnknown

The USBProxyBackend interface represents a source for USB devices available to the host for attaching to the VM. Interface ID: {DFE56449-6989-4002-80CF-3607F377D40C}


Field Summary
 
Fields inherited from class org.virtualbox_5_2.IUnknown
obj, objMgr, port
 
Constructor Summary
IUSBProxyBackend(java.lang.String wrapped, org.virtualbox_5_2.ObjectRefManager objMgr, org.virtualbox_5_2.jaxws.VboxPortType port)
           
 
Method Summary
 java.lang.String getName()
          The unique name of the proxy backend.
 java.lang.String getType()
          The type of the backend.
static IUSBProxyBackend queryInterface(IUnknown obj)
           
 
Methods inherited from class org.virtualbox_5_2.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

IUSBProxyBackend

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

getName

public java.lang.String getName()
The unique name of the proxy backend.

Returns:
String

getType

public java.lang.String getType()
The type of the backend.

Returns:
String

queryInterface

public static IUSBProxyBackend queryInterface(IUnknown obj)