Class JConsoleResultNameStrategyImpl

java.lang.Object
org.jmxtrans.agent.JConsoleResultNameStrategyImpl
All Implemented Interfaces:
ResultNameStrategy

public class JConsoleResultNameStrategyImpl
extends Object
implements ResultNameStrategy
Builds names with general rules like JConsole / VisualVM do. i.e. <domain-name>.<property-name><property-name><attribute-name><composite-data-key-name> E.g. For objectName = "type:name=metric,value=bar" and attribute "count", it will general resultName = "type.metric.bar.count"
Author:
Mahesh V Kelkar, Cyrille Le Clerc