Package

wvlet.airframe

jmx

Permalink

package jmx

Visibility
  1. Public
  2. All

Type Members

  1. case class HostAndPort(host: String, port: Int) extends Product with Serializable

    Permalink
  2. class JMX extends Annotation with Annotation with ClassfileAnnotation

    Permalink
  3. class JMXAgent extends JMXRegistry with JMXMBeanServerService with LogSupport

    Permalink
  4. case class JMXConfig(registryPort: Option[Int] = None, rmiPort: Option[Int] = None) extends Product with Serializable

    Permalink
  5. case class JMXMBean(obj: AnyRef, mBeanInfo: MBeanInfo, attributes: Seq[MBeanParameter]) extends DynamicMBean with Product with Serializable

    Permalink

    Expose object information using DynamicMBean

  6. trait JMXMBeanServerService extends AnyRef

    Permalink
  7. trait JMXRegistry extends JMXMBeanServerService with LogSupport

    Permalink

  8. case class MBeanObjectParameter(name: String, description: String, param: ParameterBase) extends MBeanParameter with Product with Serializable

    Permalink
  9. sealed trait MBeanParameter extends AnyRef

    Permalink
  10. case class NestedMBeanParameter(name: String, description: String, parentParam: ParameterBase, nestedParam: ParameterBase) extends MBeanParameter with Product with Serializable

    Permalink

Value Members

  1. object JMXAgent extends LogSupport

    Permalink

  2. object JMXMBean extends LogSupport

    Permalink
  3. object JMXUtil extends LogSupport

    Permalink

Ungrouped