JMXAgent

wvlet.airframe.jmx.JMXAgent
See theJMXAgent companion object
class JMXAgent(config: JMXConfig) extends JMXRegistry with JMXMBeanServerService with LogSupport

Attributes

Companion:
object
Graph
Supertypes
trait LogSupport
trait LazyLogger
trait LoggingMethods
trait Serializable
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

def getMBeanAttribute(mbeanName: String, attrName: String): Any
def getMBeanInfo(mbeanName: String): MBeanInfo
def withConnector[U](f: JMXConnector => U): U

Inherited methods

inline protected def debug(inline message: Any, inline cause: Throwable): Unit

Attributes

Inherited from:
LoggingMethods
inline protected def debug(inline message: Any): Unit

Attributes

Inherited from:
LoggingMethods
inline protected def error(inline message: Any, inline cause: Throwable): Unit

Attributes

Inherited from:
LoggingMethods
inline protected def error(inline message: Any): Unit

Attributes

Inherited from:
LoggingMethods
inline protected def info(inline message: Any, inline cause: Throwable): Unit

Attributes

Inherited from:
LoggingMethods
inline protected def info(inline message: Any): Unit

Attributes

Inherited from:
LoggingMethods
inline protected def logAt(inline logLevel: LogLevel, inline message: Any): Unit

Attributes

Inherited from:
LoggingMethods
def register[A](mbean: JMXMBean, objectName: ObjectName, obj: A): Unit

Attributes

Inherited from:
JMXRegistry
def register[A](mbean: JMXMBean, name: String, obj: A): Unit

Attributes

Inherited from:
JMXRegistry
def register[A](mbean: JMXMBean, obj: A): Unit

Attributes

Inherited from:
JMXRegistry
inline def register[A](obj: A): Unit

Attributes

Inherited from:
JMXRegistryCompat
inline protected def trace(inline message: Any, inline cause: Throwable): Unit

Attributes

Inherited from:
LoggingMethods
inline protected def trace(inline message: Any): Unit

Attributes

Inherited from:
LoggingMethods
def unregister(name: String): Unit

Attributes

Inherited from:
JMXRegistry
def unregisterAll: Unit

Attributes

Inherited from:
JMXRegistry
inline protected def warn(inline message: Any, inline cause: Throwable): Unit

Attributes

Inherited from:
LoggingMethods
inline protected def warn(inline message: Any): Unit

Attributes

Inherited from:
LoggingMethods

Concrete fields

val serviceUrl: JMXServiceURL

Inherited fields

lazy protected val mbeanServer: MBeanServer

Attributes

Inherited from:
JMXMBeanServerService