fr.janalyse.jmx

RichMBean

case class RichMBean(objectName: ObjectName, attributesMapGetter: () ⇒ Map[String, RichAttribute], attributeGetter: (String) ⇒ Option[AnyRef], attributeSetter: (String, Any) ⇒ Unit, operationCaller: (String, Array[Any]) ⇒ Option[Any]) extends LazyLogging with Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, LazyLogging, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. RichMBean
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. LazyLogging
  7. AnyRef
  8. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new RichMBean(objectName: ObjectName, attributesMapGetter: () ⇒ Map[String, RichAttribute], attributeGetter: (String) ⇒ Option[AnyRef], attributeSetter: (String, Any) ⇒ Unit, operationCaller: (String, Array[Any]) ⇒ Option[Any])

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. def apply[A](attrnames: String*): List[A]

  7. def apply[A](attrname: String): A

  8. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  9. val attributeGetter: (String) ⇒ Option[AnyRef]

  10. val attributeSetter: (String, Any) ⇒ Unit

  11. def attributes(): List[RichAttribute]

  12. lazy val attributesMap: Map[String, RichAttribute]

  13. val attributesMapGetter: () ⇒ Map[String, RichAttribute]

  14. def attributesNames(): List[String]

  15. def call[A](operation: String, args: Any*): Option[A]

  16. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  17. val domain: String

  18. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  19. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  20. def get[A](name: String): Option[A]

  21. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  22. def getComposite(attrname: String): Option[Map[String, AnyRef]]

  23. def getComposite(attr: RichCompositeDataAttribute): Option[Map[String, AnyRef]]

  24. def getDouble(attrname: String): Option[Double]

  25. def getDouble(attr: RichNumberAttribute): Option[Double]

  26. def getInt(attrname: String): Option[Int]

  27. def getInt(attr: RichNumberAttribute): Option[Int]

  28. def getLong(attrname: String): Option[Long]

  29. def getLong(attr: RichNumberAttribute): Option[Long]

  30. def getNumberComposite[N >: Number](attrname: String): Option[Map[String, N]]

  31. def getNumberComposite[N >: Number](attr: RichCompositeDataAttribute): Option[Map[String, N]]

  32. def getString(attrname: String): Option[String]

  33. def getString(attr: RichAttribute): Option[String]

  34. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  35. val keys: Map[String, String]

  36. val logger: Logger

    Definition Classes
    LazyLogging
  37. val name: String

  38. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  39. final def notify(): Unit

    Definition Classes
    AnyRef
  40. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  41. val objectName: ObjectName

  42. val operationCaller: (String, Array[Any]) ⇒ Option[Any]

  43. def set(attrname: String, value: Any): Unit

  44. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  45. def toString(): String

    Definition Classes
    RichMBean → AnyRef → Any
  46. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  47. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  48. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from LazyLogging

Inherited from AnyRef

Inherited from Any

Ungrouped