package jmx

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Package Members

  1. package json

Type Members

  1. sealed trait AttributeValue extends AnyRef
  2. final case class BigDecimalAtrributeValue(value: BigDecimal) extends AttributeValue with Product with Serializable
  3. final case class BigIntegerAtrributeValue(value: BigInt) extends AttributeValue with Product with Serializable
  4. final case class BooleanAttributeValue(value: Boolean) extends AttributeValue with Product with Serializable
  5. final case class ByteAttributeValue(value: Byte) extends AttributeValue with Product with Serializable
  6. final case class CharAttributeValue(value: Char) extends AttributeValue with Product with Serializable
  7. final case class CompositeAttributeValue(value: Map[String, AttributeValue]) extends AttributeValue with Product with Serializable
  8. final case class DoubleAttributeValue(value: Double) extends AttributeValue with Product with Serializable
  9. final case class FloatAttributeValue(value: Float) extends AttributeValue with Product with Serializable
  10. final case class IntAttributeValue(value: Int) extends AttributeValue with Product with Serializable
  11. class InvalidAttributeTypeException extends Exception
  12. class InvalidObjectNameFormatException extends Exception
  13. final case class JmxAttribute(name: String, v: AttributeValue) extends Product with Serializable
  14. final case class JmxBeanInfo(objName: JmxObjectName, attributes: CompositeAttributeValue) extends Product with Serializable
  15. case class JmxObjectName(domain: String = JmxObjectName.defaultDomain, properties: Map[String, String]) extends Product with Serializable
  16. final case class ListAttributeValue(value: List[AttributeValue]) extends AttributeValue with Product with Serializable
  17. final case class LongAttributeValue(value: Long) extends AttributeValue with Product with Serializable
  18. class NoSuchAttributeException extends Exception
  19. final case class ObjectNameAttributeValue(value: JmxObjectName) extends AttributeValue with Product with Serializable
  20. final case class ShortAttributeValue(value: Short) extends AttributeValue with Product with Serializable
  21. case class StringAttributeValue(value: String) extends AttributeValue with Product with Serializable
  22. final case class TabularAttributeValue(value: List[AttributeValue]) extends AttributeValue with Product with Serializable
  23. final case class UnitAttributeValue(value: Unit = ()) extends AttributeValue with Product with Serializable

Value Members

  1. object JmxObjectName extends Serializable

Ungrouped