org.virtualbox_4_3
Class IHostPCIDevicePlugEvent
java.lang.Object
org.virtualbox_4_3.IUnknown
org.virtualbox_4_3.IEvent
org.virtualbox_4_3.IMachineEvent
org.virtualbox_4_3.IHostPCIDevicePlugEvent
public class IHostPCIDevicePlugEvent
- extends IMachineEvent
Notification when host PCI device is plugged/unplugged. Plugging
usually takes place on VM startup, unplug - when
IMachine.detachHostPCIDevice(Integer)
is called.
- See Also:
Interface ID: {A0BAD6DF-D612-47D3-89D4-DB3992533948}
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IHostPCIDevicePlugEvent
public IHostPCIDevicePlugEvent(java.lang.String wrapped,
org.virtualbox_4_3.jaxws.VboxPortType port)
getPlugged
public java.lang.Boolean getPlugged()
- If device successfully plugged or unplugged.
- Returns:
- Boolean
getSuccess
public java.lang.Boolean getSuccess()
- If operation was successful, if false - 'message' attribute
may be of interest.
- Returns:
- Boolean
getAttachment
public IPCIDeviceAttachment getAttachment()
- Attachment info for this device.
- Returns:
- org.virtualbox_4_3.IPCIDeviceAttachment
getMessage
public java.lang.String getMessage()
- Optional error message.
- Returns:
- String
queryInterface
public static IHostPCIDevicePlugEvent queryInterface(IUnknown obj)