org.virtualbox_4_1
Class IHostPciDevicePlugEvent
java.lang.Object
org.virtualbox_4_1.IUnknown
org.virtualbox_4_1.IEvent
org.virtualbox_4_1.IMachineEvent
org.virtualbox_4_1.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: {9CEBFC27-C579-4965-8EB7-D31794CD7DCF}
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_1.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_1.IPciDeviceAttachment
getMessage
public java.lang.String getMessage()
- Optional error message.
- Returns:
- String
queryInterface
public static IHostPciDevicePlugEvent queryInterface(IUnknown obj)