Object

org.squbs.unicomplex

JMX

Related Doc: package unicomplex

Permalink

object JMX

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. JMX
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

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

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

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

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. val cubeStateName: String

    Permalink
  7. val cubesName: String

    Permalink
  8. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  9. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  10. val extensionsName: String

    Permalink
  11. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  12. val forkJoinStatsName: String

    Permalink
  13. def get(objName: ObjectName, attr: String): AnyRef

    Permalink
  14. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  15. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  16. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  17. def isRegistered(objName: ObjectName): Boolean

    Permalink
  18. val listenerStateName: String

    Permalink
  19. val listenersName: String

    Permalink
  20. val materializerName: String

    Permalink
  21. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  22. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  23. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  24. def prefix(implicit context: ActorContext): String

    Permalink
  25. def prefix(system: ActorSystem): String

    Permalink

    Gets the prefix used for prefixing JMX names.

    Gets the prefix used for prefixing JMX names. If a single ActorSystem is used, this function returns empty string unless explicitly configured with squbs.prefix-jmx-name = true. If multiple actor systems are detected, the first (which could be indeterministic) will use no prefix. Subsequent JMX registration of the same component will be prefixed with the ActorSystem name.

    Note: prefix derivation may not be reliable on concurrent access. If intending to use multiple ActorSystems, it is more reliable to set configuration squbs.prefix-jmx-name = true

    system

    The caller's ActorSystem

    returns

    The ActorSystem's name or empty string dependent on configuration and conflict.

  26. val prefixConfig: String

    Permalink
  27. def register(ob: AnyRef, objName: ObjectName): ObjectInstance

    Permalink
  28. val serverStats: String

    Permalink
  29. implicit def string2objectName(name: String): ObjectName

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

    Permalink
    Definition Classes
    AnyRef
  31. val systemSettingName: String

    Permalink
  32. val systemStateName: String

    Permalink
  33. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  34. def unregister(objName: ObjectName): Unit

    Permalink
  35. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped