Package org.netxms.client.datacollection
Class WinPerfObject
java.lang.Object
org.netxms.client.datacollection.WinPerfObject
Windows Performance Object
- 
Method SummaryModifier and TypeMethodDescriptionstatic List<WinPerfObject>Create WinPerf objects list from NXCP messagestatic List<WinPerfObject>createPlaceholderList(String text) Create placeholder list with single dummy object with given name.Get counters supported by this objectString[]Get instances of this objectgetName()Get object namebooleanCheck if this object has countersbooleanCheck if this object has instances
- 
Method Details- 
createListFromMessageCreate WinPerf objects list from NXCP message- Parameters:
- msg- NXCP message
- Returns:
- list of WinPerf objects
 
- 
createPlaceholderListCreate placeholder list with single dummy object with given name.- Parameters:
- text- name for dummy object
- Returns:
- placeholder list
 
- 
getNameGet object name- Returns:
- object name
 
- 
getCountersGet counters supported by this object- Returns:
- list of supported counetrs
 
- 
getInstancesGet instances of this object- Returns:
- list of object instances
 
- 
hasCounterspublic boolean hasCounters()Check if this object has counters- Returns:
- true if this object has counters
 
- 
hasInstancespublic boolean hasInstances()Check if this object has instances- Returns:
- true if this object has instances
 
 
-