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 java.lang.ObjectHolder Object for PdhEnumObjectsItems. The embedded lists are modifiable lists and can be accessed through thegetCounters()andgetInstances()accessors.
- 
- 
Constructor SummaryConstructors Constructor Description PdhEnumObjectItems(java.util.List<java.lang.String> counters, java.util.List<java.lang.String> instances)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<java.lang.String>getCounters()java.util.List<java.lang.String>getInstances()java.lang.StringtoString()
 
- 
- 
- 
Method Detail- 
getCounterspublic java.util.List<java.lang.String> getCounters() - Returns:
- the embedded counters list, all calls to this function receive the same list and thus share modifications
 
 - 
getInstancespublic java.util.List<java.lang.String> getInstances() - Returns:
- the embedded instances list, all calls to this function receive the same list and thus share modifications
 
 - 
toStringpublic java.lang.String toString() - Overrides:
- toStringin class- java.lang.Object
 
 
- 
 
-