Fuego.Jmx : ObjectName

Represents the object name of an MBean, or a pattern that can match the names of several MBeans.

An instance of this class can be used to represent:
  • An object name
  • An object name pattern, within the context of a query

An object name consists of two parts, the domain and the key properties.

The domain is a string of characters not including the character colon (:).

Refer the JMX ObjectName documentation for more details.

Related reference
Fuego.Jmx : DynamicJMX