Package com.sun.jna.platform.win32
Class PdhUtil.PdhEnumObjectItems
- java.lang.Object
-
- com.sun.jna.platform.win32.PdhUtil.PdhEnumObjectItems
-
- Enclosing class:
- PdhUtil
public static class PdhUtil.PdhEnumObjectItems extends Object
Holder Object for PdhEnumObjectsItems. The embedded lists are modifiable lists and can be accessed through thegetCounters()
andgetInstances()
accessors.
-
-
Constructor Summary
Constructors Constructor Description PdhEnumObjectItems(List<String> counters, List<String> instances)
-
-
-
Method Detail
-
getCounters
public List<String> getCounters()
- Returns:
- the embedded counters list, all calls to this function receive the same list and thus share modifications
-
getInstances
public List<String> getInstances()
- Returns:
- the embedded instances list, all calls to this function receive the same list and thus share modifications
-
-