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 classLoggerContextAdminImplementation of theLoggerContextAdminMBeaninterface. -
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 LoggerContextAdminMBeanClientEditConfigPanel. contextAdminMethods in org.apache.logging.log4j.jmx.gui that return LoggerContextAdminMBean Modifier and Type Method Description LoggerContextAdminMBeanClient. 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 remoteLoggerContextAdminMBeans.Methods in org.apache.logging.log4j.jmx.gui with parameters of type LoggerContextAdminMBean Modifier and Type Method Description private voidClientGui. addWidgetForLoggerContext(LoggerContextAdminMBean ctx)Constructors in org.apache.logging.log4j.jmx.gui with parameters of type LoggerContextAdminMBean Constructor Description ClientEditConfigPanel(LoggerContextAdminMBean contextAdmin)
-