Uses of Class
org.netxms.client.datacollection.WinPerfObject
Packages that use WinPerfObject
- 
Uses of WinPerfObject in org.netxms.clientMethods in org.netxms.client that return types with arguments of type WinPerfObjectModifier and TypeMethodDescriptionNXCSession.getNodeWinPerfObjects(long nodeId) Get list of available Windows performance objects.
- 
Uses of WinPerfObject in org.netxms.client.datacollectionMethods in org.netxms.client.datacollection that return WinPerfObjectMethods in org.netxms.client.datacollection that return types with arguments of type WinPerfObjectModifier and TypeMethodDescriptionstatic List<WinPerfObject>WinPerfObject.createListFromMessage(NXCPMessage msg) Create WinPerf objects list from NXCP messagestatic List<WinPerfObject>WinPerfObject.createPlaceholderList(String text) Create placeholder list with single dummy object with given name.Constructors in org.netxms.client.datacollection with parameters of type WinPerfObjectModifierConstructorDescriptionprotectedWinPerfCounter(WinPerfObject object, String name) Create Windows Performance counter.