Uses of Class
com.profesorfalken.wmi4java.WMIException
-
Uses of WMIException in com.profesorfalken.wmi4java
Methods in com.profesorfalken.wmi4java that throw WMIException Modifier and Type Method Description StringWMI4Java. getRawWMIObjectOutput(String wmiClass)Query all the raw object data for an specific classMap<String,String>WMI4Java. getWMIObject(String wmiClass)Query all the object data for an specific class
WARNINGN Notice that this method return a flat object.List<Map<String,String>>WMI4Java. getWMIObjectList(String wmiClass)Query a list of object data for an specific class
This method should be used to retrieve a list of objects instead of a flat key/value object.List<String>WMI4Java. listClasses()Query and list the WMI classesList<String>WMI4Java. listProperties(String wmiClass)Query a WMI class and return all the available properties