package jmx
Ordering
- Alphabetic
Visibility
- Public
- Protected
Type Members
- sealed trait AttributeValue extends AnyRef
- final case class BigDecimalAtrributeValue(value: BigDecimal) extends AttributeValue with Product with Serializable
- final case class BigIntegerAtrributeValue(value: BigInt) extends AttributeValue with Product with Serializable
- final case class BooleanAttributeValue(value: Boolean) extends AttributeValue with Product with Serializable
- final case class ByteAttributeValue(value: Byte) extends AttributeValue with Product with Serializable
- final case class CharAttributeValue(value: Char) extends AttributeValue with Product with Serializable
- final case class CompositeAttributeValue(value: Map[String, AttributeValue]) extends AttributeValue with Product with Serializable
- final case class DoubleAttributeValue(value: Double) extends AttributeValue with Product with Serializable
- final case class FloatAttributeValue(value: Float) extends AttributeValue with Product with Serializable
- final case class IntAttributeValue(value: Int) extends AttributeValue with Product with Serializable
- class InvalidAttributeTypeException extends Exception
- class InvalidObjectNameFormatException extends Exception
- final case class JmxAttribute(name: String, v: AttributeValue) extends Product with Serializable
- final case class JmxBeanInfo(objName: JmxObjectName, attributes: CompositeAttributeValue) extends Product with Serializable
- case class JmxObjectName(domain: String = JmxObjectName.defaultDomain, properties: Map[String, String]) extends Product with Serializable
- final case class ListAttributeValue(value: List[AttributeValue]) extends AttributeValue with Product with Serializable
- final case class LongAttributeValue(value: Long) extends AttributeValue with Product with Serializable
- class NoSuchAttributeException extends Exception
- final case class ObjectNameAttributeValue(value: JmxObjectName) extends AttributeValue with Product with Serializable
- final case class ShortAttributeValue(value: Short) extends AttributeValue with Product with Serializable
- case class StringAttributeValue(value: String) extends AttributeValue with Product with Serializable
- final case class TabularAttributeValue(value: List[AttributeValue]) extends AttributeValue with Product with Serializable
- final case class UnitAttributeValue(value: Unit = ()) extends AttributeValue with Product with Serializable
Value Members
- object JmxObjectName extends Serializable