Uses of Interface
org.apache.logging.log4j.core.jmx.StatusLoggerAdminMBean
-
Packages that use StatusLoggerAdminMBean Package Description org.apache.logging.log4j.core.jmx Log4j 2 JMX support.org.apache.logging.log4j.jmx.gui Log4j 2.0 JMX GUI. -
-
Uses of StatusLoggerAdminMBean in org.apache.logging.log4j.core.jmx
Classes in org.apache.logging.log4j.core.jmx that implement StatusLoggerAdminMBean Modifier and Type Class Description class
StatusLoggerAdmin
Implementation of theStatusLoggerAdminMBean
interface. -
Uses of StatusLoggerAdminMBean in org.apache.logging.log4j.jmx.gui
Methods in org.apache.logging.log4j.jmx.gui that return StatusLoggerAdminMBean Modifier and Type Method Description StatusLoggerAdminMBean
Client. getStatusLoggerAdmin(java.lang.String contextName)
Returns theStatusLoggerAdminMBean
associated with the specified context name, ornull
.Methods in org.apache.logging.log4j.jmx.gui with parameters of type StatusLoggerAdminMBean Modifier and Type Method Description private void
ClientGui. registerListeners(StatusLoggerAdminMBean status)
-