JMXRegistry

wvlet.airframe.jmx.JMXRegistry
See theJMXRegistry companion object
trait JMXRegistry extends JMXMBeanServerService with JMXRegistryCompat with LogSupport

Attributes

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

Members list

Concise view

Value members

Concrete methods

def register[A](mbean: JMXMBean, obj: A): Unit
def register[A](mbean: JMXMBean, name: String, obj: A): Unit
def register[A](mbean: JMXMBean, objectName: ObjectName, obj: A): Unit
def unregister(name: String): Unit
def unregisterAll: Unit

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
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
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

Inherited fields

lazy protected val mbeanServer: MBeanServer

Attributes

Inherited from:
JMXMBeanServerService