Uses of Class
oshi.util.platform.windows.WmiQueryHandler
Packages that use WmiQueryHandler
-
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.WmiQueryExecutorJNA.getHandler()Returns the underlying JNA handler, for COM init/uninit operations.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().Constructors in oshi.util.platform.windows with parameters of type WmiQueryHandlerModifierConstructorDescriptionWmiQueryExecutorJNA(WmiQueryHandler handler) Creates an executor wrapping the given handler.