Uses of Interface
org.apache.logging.log4j.core.jmx.LoggerContextAdminMBean
-
Packages that use LoggerContextAdminMBean 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 LoggerContextAdminMBean in org.apache.logging.log4j.core.jmx
Classes in org.apache.logging.log4j.core.jmx that implement LoggerContextAdminMBean Modifier and Type Class Description class
LoggerContextAdmin
Implementation of theLoggerContextAdminMBean
interface. -
Uses of LoggerContextAdminMBean in org.apache.logging.log4j.jmx.gui
Fields in org.apache.logging.log4j.jmx.gui declared as LoggerContextAdminMBean Modifier and Type Field Description private LoggerContextAdminMBean
ClientEditConfigPanel. contextAdmin
Methods in org.apache.logging.log4j.jmx.gui that return LoggerContextAdminMBean Modifier and Type Method Description LoggerContextAdminMBean
Client. getLoggerContextAdmin(javax.management.ObjectName name)
Methods in org.apache.logging.log4j.jmx.gui that return types with arguments of type LoggerContextAdminMBean Modifier and Type Method Description java.util.List<LoggerContextAdminMBean>
Client. getLoggerContextAdmins()
Returns a list of proxies that allow operations to be performed on the remoteLoggerContextAdminMBean
s.Methods in org.apache.logging.log4j.jmx.gui with parameters of type LoggerContextAdminMBean Modifier and Type Method Description private void
ClientGui. addWidgetForLoggerContext(LoggerContextAdminMBean ctx)
Constructors in org.apache.logging.log4j.jmx.gui with parameters of type LoggerContextAdminMBean Constructor Description ClientEditConfigPanel(LoggerContextAdminMBean contextAdmin)
-