Uses of Class
oshi.util.platform.windows.WmiQueryHandlerFFM
Packages that use WmiQueryHandlerFFM
-
Uses of WmiQueryHandlerFFM in oshi.driver.windows.wmi
Methods in oshi.driver.windows.wmi with parameters of type WmiQueryHandlerFFMModifier and TypeMethodDescriptionstatic WbemcliUtilFFM.WmiResult<oshi.driver.common.windows.wmi.Win32DiskDrive.DiskDriveProperty> Win32DiskDriveFFM.queryDiskDrive(WmiQueryHandlerFFM h) Queries disk drive information.static WbemcliUtilFFM.WmiResult<oshi.driver.common.windows.wmi.Win32LogicalDiskToPartition.DiskToPartitionProperty> Win32LogicalDiskToPartitionFFM.queryDiskToPartition(WmiQueryHandlerFFM h) Queries the association between logical disk and partition.static WbemcliUtilFFM.WmiResult<oshi.driver.common.windows.wmi.Win32DiskDriveToDiskPartition.DriveToPartitionProperty> Win32DiskDriveToDiskPartitionFFM.queryDriveToPartition(WmiQueryHandlerFFM h) Queries the association between disk drive and partition.static WbemcliUtilFFM.WmiResult<oshi.driver.common.windows.wmi.OhmHardware.IdentifierProperty> OhmHardwareFFM.queryHwIdentifier(WmiQueryHandlerFFM h, String typeToQuery, String typeName) Queries the hardware identifiers for a monitored type.static WbemcliUtilFFM.WmiResult<oshi.driver.common.windows.wmi.Win32DiskPartition.DiskPartitionProperty> Win32DiskPartitionFFM.queryPartition(WmiQueryHandlerFFM h) Queries the partition.static WbemcliUtilFFM.WmiResult<oshi.driver.common.windows.wmi.MSFTStorage.PhysicalDiskProperty> MSFTStorageFFM.queryPhysicalDisks(WmiQueryHandlerFFM h) Query the physical disks.static WbemcliUtilFFM.WmiResult<oshi.driver.common.windows.wmi.OhmSensor.ValueProperty> OhmSensorFFM.querySensorValue(WmiQueryHandlerFFM h, String identifier, String sensorType) Queries the sensor value of a hardware identifier and sensor type.static WbemcliUtilFFM.WmiResult<oshi.driver.common.windows.wmi.MSFTStorage.StoragePoolToPhysicalDiskProperty> MSFTStorageFFM.queryStoragePoolPhysicalDisks(WmiQueryHandlerFFM h) Query the storage pool to physical disk connection.static WbemcliUtilFFM.WmiResult<oshi.driver.common.windows.wmi.MSFTStorage.StoragePoolProperty> MSFTStorageFFM.queryStoragePools(WmiQueryHandlerFFM h) Query the storage pools.static WbemcliUtilFFM.WmiResult<oshi.driver.common.windows.wmi.MSFTStorage.VirtualDiskProperty> MSFTStorageFFM.queryVirtualDisks(WmiQueryHandlerFFM h) Query the virtual disks. -
Uses of WmiQueryHandlerFFM in oshi.util.platform.windows
Methods in oshi.util.platform.windows that return WmiQueryHandlerFFMModifier and TypeMethodDescriptionstatic WmiQueryHandlerFFMWmiQueryHandlerFFM.createInstance()Factory method to create an instance of this class.Method parameters in oshi.util.platform.windows with type arguments of type WmiQueryHandlerFFMModifier and TypeMethodDescriptionstatic voidWmiQueryHandlerFFM.setInstanceClass(Class<? extends WmiQueryHandlerFFM> instanceClass) Define a subclass to be instantiated byWmiQueryHandlerFFM.createInstance().