uk.co.bigbeeconsultants.bconfig

jmx

package jmx

Visibility
  1. Public
  2. All

Type Members

  1. class ConfigJmx extends ConfigJmxMBean

    Provides the JMX implementation based directly on a uk.co.bigbeeconsultants.bconfig.MutableConfig instance.

    Provides the JMX implementation based directly on a uk.co.bigbeeconsultants.bconfig.MutableConfig instance.

    Do not use this directly; instead use ConfigJmx object to register a new JMX bean.

  2. trait ConfigJmxMBean extends AnyRef

    Provides the JMX interface that defines the attributes and operations available for JMX-enabled uk.co.bigbeeconsultants.bconfig.Config instances.

    Provides the JMX interface that defines the attributes and operations available for JMX-enabled uk.co.bigbeeconsultants.bconfig.Config instances.

    To obtain an instance, use uk.co.bigbeeconsultants.bconfig.jmx.ConfigJmx register.

Value Members

  1. object ConfigJmx

    Provides JMX integration for uk.co.bigbeeconsultants.bconfig.Config instances, backed by a mutable uk.co.bigbeeconsultants.bconfig.MutableConfig.

    Provides JMX integration for uk.co.bigbeeconsultants.bconfig.Config instances, backed by a mutable uk.co.bigbeeconsultants.bconfig.MutableConfig. An initial Config should be created separately, then loaded into JMX via the register method provided here.

Ungrouped