|
||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||
| Class Summary | |
|---|---|
| Helper | |
| Holder<T> | |
| IAdditionsFacility | Structure representing a Guest Additions facility. |
| IAdditionsStateChangedEvent | Notification when a Guest Additions property changes. |
| IAppliance | Represents a platform-independent appliance in OVF format. |
| IAudioAdapter | The IAudioAdapter interface represents the virtual audio adapter of the virtual machine. |
| IBandwidthControl | Controls the bandwidth groups of one machine used to cap I/O done by a VM. |
| IBandwidthGroup | Represents one bandwidth group. |
| IBandwidthGroupChangedEvent | Notification when one of the bandwidth groups changed Interface ID: {334DF94A-7556-4CBC-8C04-043096B02D82} |
| IBIOSSettings | The IBIOSSettings interface represents BIOS settings of the virtual machine. |
| ICanShowWindowEvent | Notification when a call to
IMachine.canShowConsoleWindow() is made by a
front-end to check if a subsequent call to
IMachine.showConsoleWindow() can succeed. |
| IClipboardModeChangedEvent | Notification when the shared clipboard mode changes. |
| IConsole | The IConsole interface represents an interface to control virtual machine execution. |
| ICPUChangedEvent | Notification when a CPU changes. |
| ICPUExecutionCapChangedEvent | Notification when the CPU execution cap changes. |
| IDHCPServer | The IDHCPServer interface represents the vbox DHCP server configuration. |
| IDirectory | TODO Interface ID: {E55AB5E5-4FEB-452B-86ED-59CFF4C581A3} |
| IDisplay | The IDisplay interface represents the virtual machine's display. |
| IDragAndDropModeChangedEvent | Notification when the drag'n'drop mode changes. |
| IEvent | Abstract parent interface for VirtualBox events. |
| IEventListener | Event listener. |
| IEventSource | Event source. |
| IEventSourceChangedEvent | Notification when an event source state changes (listener added or removed). |
| IExtraDataCanChangeEvent | Notification when someone tries to change extra data for either the given machine or (if null) global extra data. |
| IExtraDataChangedEvent | Notification when machine specific or global extra data has changed. |
| IFile | TODO Interface ID: {2615152D-35C0-4363-8325-AB7E1F2B8B34} |
| IFsObjInfo | TODO Interface ID: {4925335B-9AA6-4870-BDA3-8EDB09FB602C} |
| IGuest | The IGuest interface represents information about the operating system running inside the virtual machine. |
| IGuestDirectory | TODO Interface ID: {AF4A8CE0-0725-42B7-8826-46E3C7BA7357} |
| IGuestDirEntry | Structure representing a directory entry on the guest OS. |
| IGuestFile | TODO Interface ID: {60661AEC-145F-4D11-B80E-8EA151598093} |
| IGuestFsObjInfo | TODO Interface ID: {D5CF678E-3484-4E4A-AC55-329E15462E18} |
| IGuestKeyboardEvent | Notification when guest keyboard event happens. |
| IGuestMonitorChangedEvent | Notification when the guest enables one of its monitors. |
| IGuestMouseEvent | Notification when guest mouse event happens. |
| IGuestOSType | Interface ID: {6D968F9A-858B-4C50-BF17-241F069E94C2} |
| IGuestProcess | TODO Interface ID: {DFA39A36-5D43-4840-A025-67EA956B3111} |
| IGuestPropertyChangedEvent | Notification when a guest property has changed. |
| IGuestSession | |
| IHost | The IHost interface represents the physical machine that this VirtualBox installation runs on. |
| IHostNetworkInterface | Represents one of host's network interfaces. |
| IHostPCIDevicePlugEvent | Notification when host PCI device is plugged/unplugged. |
| IHostUSBDevice | The IHostUSBDevice interface represents a physical USB device attached to the host computer. |
| IHostUSBDeviceFilter | The IHostUSBDeviceFilter interface represents a global filter for a physical USB device used by the host computer. |
| IKeyboard | The IKeyboard interface represents the virtual machine's keyboard. |
| IKeyboardLedsChangedEvent | Notification when the guest OS executes the KBD_CMD_SET_LEDS command to alter the state of the keyboard LEDs. |
| IMachine | The IMachine interface represents a virtual machine, or guest, created in VirtualBox. |
| IMachineDataChangedEvent | Any of the settings of the given machine has changed. |
| IMachineEvent | Base abstract interface for all machine events. |
| IMachineRegisteredEvent | The given machine was registered or unregistered within this VirtualBox installation. |
| IMachineStateChangedEvent | Machine state change event. |
| IManagedObjectRef | Managed object reference. |
| IMedium | The IMedium interface represents virtual storage for a machine's hard disks, CD/DVD or floppy drives. |
| IMediumAttachment | The IMediumAttachment interface links storage media to virtual machines. |
| IMediumChangedEvent | Notification when a
IMachine.getMediumAttachments()
changes. |
| IMediumFormat | The IMediumFormat interface represents a medium format. |
| IMediumRegisteredEvent | The given medium was registered or unregistered within this VirtualBox installation. |
| IMouse | The IMouse interface represents the virtual machine's mouse. |
| IMouseCapabilityChangedEvent | Notification when the mouse capabilities reported by the guest have changed. |
| IMousePointerShapeChangedEvent | Notification when the guest mouse pointer shape has changed. |
| INATEngine | Interface for managing a NAT engine which is used with a virtual machine. |
| INATRedirectEvent | Notification when NAT redirect rule added or removed. |
| INetworkAdapter | Represents a virtual network adapter that is attached to a virtual machine. |
| INetworkAdapterChangedEvent | Notification when a property of one of the
virtual IMachine.getNetworkAdapter(Long)
changes. |
| IParallelPort | The IParallelPort interface represents the virtual parallel port device. |
| IParallelPortChangedEvent | Notification when a property of one of the
virtual IMachine.getParallelPort(Long)
changes. |
| IPCIAddress | Address on the PCI bus. |
| IPCIDeviceAttachment | Information about PCI attachments. |
| IPerformanceCollector | The IPerformanceCollector interface represents a service that collects and stores performance metrics data. |
| IPerformanceMetric | The IPerformanceMetric interface represents parameters of the given performance metric. |
| IProcess | TODO Interface ID: {896DF50A-C5D1-4892-8BC6-B78D0C1F4E33} |
| IProgress | The IProgress interface is used to track and control asynchronous tasks within VirtualBox. |
| IReusableEvent | Base abstract interface for all reusable events. |
| IRuntimeErrorEvent | Notification when an error happens during the virtual machine execution. |
| ISerialPort | The ISerialPort interface represents the virtual serial port device. |
| ISerialPortChangedEvent | Notification when a property of one of the
virtual IMachine.getSerialPort(Long) changes. |
| ISession | The ISession interface represents a client process and allows for locking virtual machines (represented by IMachine objects) to prevent conflicting changes to the machine. |
| ISessionStateChangedEvent | The state of the session for the given machine was changed. |
| ISharedFolder | The ISharedFolder interface represents a folder in the host computer's file system accessible from the guest OS running inside a virtual machine using an associated logical name. |
| ISharedFolderChangedEvent | Notification when a shared folder is added or removed. |
| IShowWindowEvent | Notification when a call to
IMachine.showConsoleWindow()
requests the console window to be activated and brought to
foreground on the desktop of the host PC. |
| ISnapshot | The ISnapshot interface represents a snapshot of the virtual machine. |
| ISnapshotChangedEvent | Snapshot properties (name and/or description) have been changed. |
| ISnapshotDeletedEvent | Snapshot of the given machine has been deleted. |
| ISnapshotEvent | Base interface for all snapshot events. |
| ISnapshotTakenEvent | A new snapshot of the machine has been taken. |
| IStateChangedEvent | Notification when the execution state of the machine has changed. |
| IStorageController | Represents a storage controller that is attached to a virtual machine
(IMachine). |
| IStorageControllerChangedEvent | Notification when a
IMachine.getMediumAttachments()
changes. |
| IStorageDeviceChangedEvent | Notification when a
IMachine.getMediumAttachments()
is attached or removed. |
| ISystemProperties | The ISystemProperties interface represents global properties of the given VirtualBox installation. |
| IUnknown | |
| IUSBController | |
| IUSBControllerChangedEvent | Notification when a property of the virtual
IMachine.getUSBController() changes. |
| IUSBDevice | The IUSBDevice interface represents a virtual USB device attached to the virtual machine. |
| IUSBDeviceFilter | The IUSBDeviceFilter interface represents an USB device filter used to perform actions on a group of USB devices. |
| IUSBDeviceStateChangedEvent | Notification when a USB device is attached to or detached from the virtual USB controller. |
| IVBoxSVCAvailabilityChangedEvent | Notification when VBoxSVC becomes unavailable (due to a crash or similar unexpected circumstances) or available again. |
| IVetoEvent | Base abstract interface for veto events. |
| IVFSExplorer | The VFSExplorer interface unifies access to different file system types. |
| IVirtualBox | The IVirtualBox interface represents the main interface exposed by the product that provides virtual machine management. |
| IVirtualBoxErrorInfo | The IVirtualBoxErrorInfo interface represents extended error information. |
| IVirtualSystemDescription | Represents one virtual system (machine) in an appliance. |
| IVRDEServer | |
| IVRDEServerChangedEvent | Notification when a property of the
IMachine.getVRDEServer() changes. |
| IVRDEServerInfo | Contains information about the remote desktop (VRDE) server capabilities and status. |
| IVRDEServerInfoChangedEvent | Notification when the status of the VRDE server changes. |
| VirtualBoxManager | |
| Enum Summary | |
|---|---|
| AccessMode | Access mode for opening files. |
| AdditionsFacilityClass | Guest Additions facility classes. |
| AdditionsFacilityStatus | Guest Additions facility states. |
| AdditionsFacilityType | Guest Additions facility IDs. |
| AdditionsRunLevelType | Guest Additions run level type. |
| AdditionsUpdateFlag | Guest Additions update flags. |
| AudioControllerType | Virtual audio controller type. |
| AudioDriverType | Host audio driver type. |
| AuthType | VirtualBox authentication type. |
| AutostopType | Autostop types, used with IMachine.getAutostopType(). |
| BandwidthGroupType | Type of a bandwidth control group. |
| BIOSBootMenuMode | BIOS boot menu mode. |
| ChipsetType | Type of emulated chipset (mostly southbridge). |
| CleanupMode | Cleanup mode, used with IMachine.unregister(org.virtualbox_4_2.CleanupMode). |
| ClipboardMode | Host-Guest clipboard interchange mode. |
| CloneMode | Clone mode, used with IMachine.cloneTo(org.virtualbox_4_2.IMachine,org.virtualbox_4_2.CloneMode,List). |
| CloneOptions | Clone options, used with IMachine.cloneTo(org.virtualbox_4_2.IMachine,org.virtualbox_4_2.CloneMode,List). |
| CopyFileFlag | Host/Guest copy flags. |
| CPUPropertyType | Virtual CPU property type. |
| DataFlags | |
| DataType | |
| DeviceActivity | Device activity for IConsole.getDeviceActivity(org.virtualbox_4_2.DeviceType). |
| DeviceType | Device type. |
| DirectoryCreateFlag | Directory creation flags. |
| DirectoryOpenFlag | Directory open flags. |
| DirectoryRemoveRecFlag | TODO Interface ID: {455AABF0-7692-48F6-9061-F21579B65769} |
| DragAndDropAction | Possible actions within an Drag and Drop operation. |
| DragAndDropMode | Drag'n'Drop interchange mode. |
| ExecuteProcessFlag | Guest process execution flags. |
| ExecuteProcessStatus | Guest process execution status. |
| FaultToleranceState | Used with IMachine.getFaultToleranceState(). |
| FileSeekType | TODO Interface ID: {1B73F4F3-3515-4073-A506-76878D9E2541} |
| FirmwareType | Firmware type. |
| FramebufferPixelFormat | Format of the video memory buffer. |
| FsObjType | TODO Interface ID: {A1ED437C-B3C3-4CA2-B19C-4239D658D5E8} |
| GuestDirEntryType | Guest directory entry type. |
| GuestMonitorChangedEventType | How the guest monitor has been changed. |
| HostNetworkInterfaceMediumType | Type of encapsulation. |
| HostNetworkInterfaceStatus | Current status of the interface. |
| HostNetworkInterfaceType | Network interface type. |
| HWVirtExPropertyType | Hardware virtualization property type. |
| ImportOptions | Import options, used with IAppliance.importMachines(List). |
| KeyboardHIDType | Type of keyboard device used in a virtual machine. |
| LockType | Used with IMachine.lockMachine(org.virtualbox_4_2.ISession,org.virtualbox_4_2.LockType). |
| MachineState | Virtual machine execution state. |
| MediumFormatCapabilities | Medium format capability flags. |
| MediumState | Virtual medium state. |
| MediumType | Virtual medium type. |
| MediumVariant | Virtual medium image variant. |
| MouseButtonState | Mouse button state. |
| NATAliasMode | Interface ID: {67772168-50D9-11DF-9669-7FB714EE4FA1} |
| NATProtocol | Protocol definitions used with NAT port-forwarding rules. |
| NetworkAdapterPromiscModePolicy | The promiscuous mode policy of an interface. |
| NetworkAdapterType | Network adapter type. |
| NetworkAttachmentType | Network attachment type. |
| PathRenameFlag | TODO Interface ID: {F3BAA09F-C758-453D-B91C-C7787D76351D} |
| PointingHIDType | Type of pointing device used in a virtual machine. |
| PortMode | The PortMode enumeration represents possible communication modes for the virtual serial port device. |
| ProcessCreateFlag | Guest process execution flags. |
| ProcessInputFlag | Guest process input flags. |
| ProcessorFeature | CPU features. |
| ProcessOutputFlag | Guest process output flags for specifying which type of output to retrieve. |
| ProcessPriority | TODO Interface ID: {EE8CAC50-E232-49FE-806B-D1214D9C2E49} |
| ProcessStatus | Guest process execution status. |
| ProcessWaitForFlag | TODO Interface ID: {23B550C7-78E1-437E-98F0-65FD9757BCD2} |
| ProcessWaitResult | TODO Interface ID: {24A4D49F-A7C1-44B0-B01F-5686A316466B} |
| Scope | Scope of the operation. |
| SessionState | Session state. |
| SessionType | Session type. |
| SettingsVersion | Settings version of VirtualBox settings files. |
| StorageBus | The bus type of the storage controller (IDE, SATA, SCSI, SAS or Floppy);
see IStorageController.getBus(). |
| StorageControllerType | The exact variant of storage controller hardware presented
to the guest; see IStorageController.getControllerType(). |
| SymlinkReadFlag | TODO Interface ID: {B7FE2B9D-790E-4B25-8ADF-1CA33026931F} |
| SymlinkType | TODO Interface ID: {37794668-F8F1-4714-98A5-6F8FA2ED0118} |
| USBDeviceFilterAction | Actions for host USB device filters. |
| USBDeviceState | USB device state. |
| VBoxEventType | Type of an event. |
| VFSFileType | File types known by VFSExplorer. |
| VFSType | Virtual file systems supported by VFSExplorer. |
| VirtualSystemDescriptionType | Used with IVirtualSystemDescription to describe the type of
a configuration value. |
| VirtualSystemDescriptionValueType | Used with IVirtualSystemDescription.getValuesByType(org.virtualbox_4_2.VirtualSystemDescriptionType,org.virtualbox_4_2.VirtualSystemDescriptionValueType) to describe the value
type to fetch. |
| Exception Summary | |
|---|---|
| VBoxException | |
|
||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||