Uses of Class
oshi.util.platform.windows.WmiQueryHandler
Package
Description
Provides functions to query properties in WMI classes
Provides utilities for Windows.
-
Uses of WmiQueryHandler in oshi.driver.windows.wmi
Modifier and TypeMethodDescriptionstatic com.sun.jna.platform.win32.COM.WbemcliUtil.WmiResult<Win32DiskDrive.DiskDriveProperty>
Win32DiskDrive.queryDiskDrive
(WmiQueryHandler h) Queries the disk drive name infostatic com.sun.jna.platform.win32.COM.WbemcliUtil.WmiResult<Win32LogicalDiskToPartition.DiskToPartitionProperty>
Win32LogicalDiskToPartition.queryDiskToPartition
(WmiQueryHandler h) Queries the association between logical disk and partition.static com.sun.jna.platform.win32.COM.WbemcliUtil.WmiResult<Win32DiskDriveToDiskPartition.DriveToPartitionProperty>
Win32DiskDriveToDiskPartition.queryDriveToPartition
(WmiQueryHandler h) Queries the association between disk drive and partition.static com.sun.jna.platform.win32.COM.WbemcliUtil.WmiResult<OhmHardware.IdentifierProperty>
OhmHardware.queryHwIdentifier
(WmiQueryHandler h, String typeToQuery, String typeName) Queries the hardware identifiers for a monitored type.static com.sun.jna.platform.win32.COM.WbemcliUtil.WmiResult<Win32DiskPartition.DiskPartitionProperty>
Win32DiskPartition.queryPartition
(WmiQueryHandler h) Queries the partition.static com.sun.jna.platform.win32.COM.WbemcliUtil.WmiResult<MSFTStorage.PhysicalDiskProperty>
MSFTStorage.queryPhysicalDisks
(WmiQueryHandler h) Query the physical disks.static com.sun.jna.platform.win32.COM.WbemcliUtil.WmiResult<OhmSensor.ValueProperty>
OhmSensor.querySensorValue
(WmiQueryHandler h, String identifier, String sensorType) Queries the sensor value of an hardware identifier and sensor type.static com.sun.jna.platform.win32.COM.WbemcliUtil.WmiResult<MSFTStorage.StoragePoolToPhysicalDiskProperty>
MSFTStorage.queryStoragePoolPhysicalDisks
(WmiQueryHandler h) Query the storage pool to physical disk connection.static com.sun.jna.platform.win32.COM.WbemcliUtil.WmiResult<MSFTStorage.StoragePoolProperty>
MSFTStorage.queryStoragePools
(WmiQueryHandler h) Query the storage pools.static com.sun.jna.platform.win32.COM.WbemcliUtil.WmiResult<MSFTStorage.VirtualDiskProperty>
MSFTStorage.queryVirtualDisks
(WmiQueryHandler h) Query the virtual disks. -
Uses of WmiQueryHandler in oshi.util.platform.windows
Modifier and TypeMethodDescriptionstatic WmiQueryHandler
WmiQueryHandler.createInstance()
Factory method to create an instance of this class.Modifier and TypeMethodDescriptionstatic void
WmiQueryHandler.setInstanceClass
(Class<? extends WmiQueryHandler> instanceClass) Define a subclass to be instantiated bycreateInstance()
.