|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectch.elca.el4j.services.monitoring.jmx.JmxHtmlFormatter
public class JmxHtmlFormatter
This class creates a HtmlAdapter for an MBeanServer.
Constructor Summary | |
---|---|
protected |
JmxHtmlFormatter()
Hide default constructor. |
Method Summary | |
---|---|
static String |
getHtmlTable(String[][] cells)
This method creates an Html from a two dimentional String array (first dimention=row, second dimention=colomn). |
static String |
getXmlLog4jConfigString(String category,
String level)
This method creates an XML representation of a Logger level change (suitable for log4j.xml). |
static String |
getXMLLog4jRootTag(String level)
Create an XML tag for a log4j root element (root Logger) form the level. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected JmxHtmlFormatter()
Method Detail |
---|
public static String getHtmlTable(String[][] cells)
cells
- The cells of the table.
public static String getXMLLog4jRootTag(String level)
level
- The level of the root element.
public static String getXmlLog4jConfigString(String category, String level)
category
- The category of the logger.level
- The log-level of the logger.
of method 'convertTags'.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |