Uses of Class
oshi.util.platform.windows.WmiQueryHandler
Packages that use WmiQueryHandler
Package
Description
Provides functions to query properties in WMI classes
Provides utilities for Windows.
-
Uses of WmiQueryHandler in oshi.driver.windows.wmi
Methods in oshi.driver.windows.wmi with parameters of type WmiQueryHandlerModifier and TypeMethodDescriptionWin32DiskDrive.queryDiskDrive(WmiQueryHandler h) Queries the disk drive name infoWin32LogicalDiskToPartition.queryDiskToPartition(WmiQueryHandler h) Queries the association between logical disk and partition.Win32DiskDriveToDiskPartition.queryDriveToPartition(WmiQueryHandler h) Queries the association between disk drive and partition.OhmHardware.queryHwIdentifier(WmiQueryHandler h, String typeToQuery, String typeName) Queries the hardware identifiers for a monitored type.Win32DiskPartition.queryPartition(WmiQueryHandler h) Queries the partition.MSFTStorage.queryPhysicalDisks(WmiQueryHandler h) Query the physical disks.OhmSensor.querySensorValue(WmiQueryHandler h, String identifier, String sensorType) Queries the sensor value of an hardware identifier and sensor type.MSFTStorage.queryStoragePoolPhysicalDisks(WmiQueryHandler h) Query the storage pool to physical disk connection.MSFTStorage.queryStoragePools(WmiQueryHandler h) Query the storage pools.MSFTStorage.queryVirtualDisks(WmiQueryHandler h) Query the virtual disks. -
Uses of WmiQueryHandler in oshi.util.platform.windows
Methods in oshi.util.platform.windows that return WmiQueryHandlerModifier and TypeMethodDescriptionstatic WmiQueryHandlerWmiQueryHandler.createInstance()Factory method to create an instance of this class.Method parameters in oshi.util.platform.windows with type arguments of type WmiQueryHandlerModifier and TypeMethodDescriptionstatic voidWmiQueryHandler.setInstanceClass(Class<? extends WmiQueryHandler> instanceClass) Define a subclass to be instantiated byWmiQueryHandler.createInstance().