public class LoggerContextAdmin extends NotificationBroadcasterSupport implements LoggerContextAdminMBean, PropertyChangeListener
LoggerContextAdminMBean
interface.NOTIF_TYPE_RECONFIGURED, PATTERN
Constructor and Description |
---|
LoggerContextAdmin(LoggerContext loggerContext,
Executor executor)
Constructs a new
LoggerContextAdmin with the Executor to be used for sending Notification
s asynchronously to listeners. |
Modifier and Type | Method and Description |
---|---|
String |
getConfigClassName()
Returns the class name of the
Configuration of the instrumented
LoggerContext. |
String |
getConfigFilter()
Returns a string description of all Filters configured in the
Configuration of the instrumented LoggerContext. |
String |
getConfigLocationUri()
Returns the configuration location URI as a String.
|
String |
getConfigName()
Returns the name of the Configuration of the instrumented LoggerContext.
|
Map<String,String> |
getConfigProperties()
Returns a map with configured properties.
|
String |
getConfigText()
Returns the configuration text, which may be the contents of the
configuration file or the text that was last set with a call to
setConfigText . |
String |
getConfigText(String charsetName)
Returns the configuration text, which may be the contents of the
configuration file or the text that was last set with a call to
setConfigText . |
String |
getName()
Returns the name of the instrumented
LoggerContext . |
ObjectName |
getObjectName()
Returns the
ObjectName of this mbean. |
String |
getStatus()
Returns the status of the instrumented
LoggerContext . |
void |
propertyChange(PropertyChangeEvent evt) |
void |
setConfigLocationUri(String configLocation)
Sets the configuration location to the specified URI.
|
void |
setConfigText(String configText,
String charsetName)
Sets the configuration text.
|
addNotificationListener, getNotificationInfo, handleNotification, removeNotificationListener, removeNotificationListener, sendNotification
public LoggerContextAdmin(LoggerContext loggerContext, Executor executor)
LoggerContextAdmin
with the Executor
to be used for sending Notification
s asynchronously to listeners.executor
- used to send notifications asynchronouslyloggerContext
- the instrumented objectpublic String getStatus()
LoggerContextAdminMBean
LoggerContext
.getStatus
in interface LoggerContextAdminMBean
public String getName()
LoggerContextAdminMBean
LoggerContext
.getName
in interface LoggerContextAdminMBean
LoggerContext
.public String getConfigLocationUri()
LoggerContextAdminMBean
getConfigLocationUri
in interface LoggerContextAdminMBean
public void setConfigLocationUri(String configLocation) throws URISyntaxException, IOException
LoggerContextAdminMBean
LoggerContext
to reconfigure.setConfigLocationUri
in interface LoggerContextAdminMBean
configLocation
- location of the configuration file in
URI
format.URISyntaxException
- if the format of the specified
configLocationURI is incorrectIOException
- if an error occurred reading the specified locationpublic void propertyChange(PropertyChangeEvent evt)
propertyChange
in interface PropertyChangeListener
public String getConfigText() throws IOException
LoggerContextAdminMBean
setConfigText
. If reading a file, this method assumes the file's
character encoding is UTF-8.getConfigText
in interface LoggerContextAdminMBean
IOException
- if a problem occurred reading the contents of the
config file.public String getConfigText(String charsetName) throws IOException
LoggerContextAdminMBean
setConfigText
.getConfigText
in interface LoggerContextAdminMBean
charsetName
- the encoding to use to convert the file's bytes into
the resulting string.IOException
- if a problem occurred reading the contents of the
config file.public void setConfigText(String configText, String charsetName)
LoggerContextAdminMBean
LoggerContext
to be reconfigured with the specified text.setConfigText
in interface LoggerContextAdminMBean
configText
- the configuration text in XML or JSON formatcharsetName
- name of the Charset
used to convert the
specified configText to bytespublic String getConfigName()
LoggerContextAdminMBean
getConfigName
in interface LoggerContextAdminMBean
public String getConfigClassName()
LoggerContextAdminMBean
Configuration
of the instrumented
LoggerContext.getConfigClassName
in interface LoggerContextAdminMBean
Configuration
.public String getConfigFilter()
LoggerContextAdminMBean
Configuration
of the instrumented LoggerContext.getConfigFilter
in interface LoggerContextAdminMBean
public Map<String,String> getConfigProperties()
LoggerContextAdminMBean
getConfigProperties
in interface LoggerContextAdminMBean
public ObjectName getObjectName()
ObjectName
of this mbean.getObjectName
in interface LoggerContextAdminMBean
ObjectName
LoggerContextAdminMBean.PATTERN
Copyright © 1999-2020 The Apache Software Foundation. All Rights Reserved.
Apache Logging, Apache Log4j, Log4j, Apache, the Apache feather logo, the Apache Logging project logo, and the Apache Log4j logo are trademarks of The Apache Software Foundation.