Interface JmxProxyServletMBean

All Superinterfaces:
SelfEmailingMBean

public interface JmxProxyServletMBean extends SelfEmailingMBean
Monitors a JmxProxyServlet instance.

Supported API: true

Extendable: true
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
    Type of notification produced when JMX connection is closed

    Supported API: true
    static final String
    Type of notification produced when JMX connection has failed

    Supported API: true
    static final String
    Type of notification produced when JMX connection is opened

    Supported API: true
  • Method Summary

    Modifier and Type
    Method
    Description
    Ids of currently active JMX proxy connections

    Supported API: true
    Logging level of associated logger (not persisted with MBean); valid values are ALL, TRACE, DEBUG, INFO, WARN, ERROR, FATAL, OFF (or blank/unspecified)

    Supported API: true
    Name of associated logger

    Supported API: true
    int
    Number of currently active JMX proxy connections

    Supported API: true
    Name of this JmxProxyServlet

    Supported API: true
    void
    Logging level of associated logger (not persisted with MBean); valid values are ALL, TRACE, DEBUG, INFO, WARN, ERROR, FATAL, OFF (or blank/unspecified)

    Supported API: true

    Methods inherited from interface wt.jmx.core.mbeans.SelfEmailingMBean

    emailThisMBean
  • Field Details

    • CONNECTION_OPENED_NOTIF_TYPE

      static final String CONNECTION_OPENED_NOTIF_TYPE
      Type of notification produced when JMX connection is opened

      Supported API: true
    • CONNECTION_CLOSED_NOTIF_TYPE

      static final String CONNECTION_CLOSED_NOTIF_TYPE
      Type of notification produced when JMX connection is closed

      Supported API: true
    • CONNECTION_FAILED_NOTIF_TYPE

      static final String CONNECTION_FAILED_NOTIF_TYPE
      Type of notification produced when JMX connection has failed

      Supported API: true
  • Method Details

    • getServletName

      String getServletName()
      Name of this JmxProxyServlet

      Supported API: true
    • getNConnections

      int getNConnections()
      Number of currently active JMX proxy connections

      Supported API: true
    • getConnectionIds

      String[] getConnectionIds()
      Ids of currently active JMX proxy connections

      Supported API: true
    • getLoggerName

      String getLoggerName()
      Name of associated logger

      Supported API: true
    • getLoggerLevel

      String getLoggerLevel()
      Logging level of associated logger (not persisted with MBean); valid values are ALL, TRACE, DEBUG, INFO, WARN, ERROR, FATAL, OFF (or blank/unspecified)

      Supported API: true
    • setLoggerLevel

      void setLoggerLevel(String level)
      Logging level of associated logger (not persisted with MBean); valid values are ALL, TRACE, DEBUG, INFO, WARN, ERROR, FATAL, OFF (or blank/unspecified)

      Supported API: true