org.huihoo.jfox.logging
Class LogMX

java.lang.Object
  extended byorg.huihoo.jfox.logging.LogMX
All Implemented Interfaces:
Mxable

public class LogMX
extends java.lang.Object
implements Mxable


Constructor Summary
LogMX()
           
 
Method Summary
 java.lang.String getLevel()
           
 java.lang.String getPattern(java.lang.String appenderName)
           
 java.lang.String mx_getMxDescription()
          得到对这个 MX bean 的描述
 java.util.Properties mx_getOperationDescriptions()
          得到要管理的方法的描述信息 methodName => description
 java.lang.Object mx_getSource()
          得到被管理的对象的直接引用
 void reset()
           
 void setLevel(java.lang.String level)
           
 void setPattern(java.lang.String appenderName, java.lang.String pattern)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LogMX

public LogMX()
Method Detail

reset

public void reset()

setLevel

public void setLevel(java.lang.String level)

getLevel

public java.lang.String getLevel()

setPattern

public void setPattern(java.lang.String appenderName,
                       java.lang.String pattern)

getPattern

public java.lang.String getPattern(java.lang.String appenderName)

mx_getOperationDescriptions

public java.util.Properties mx_getOperationDescriptions()
Description copied from interface: Mxable
得到要管理的方法的描述信息 methodName => description

Specified by:
mx_getOperationDescriptions in interface Mxable
Returns:

mx_getSource

public java.lang.Object mx_getSource()
Description copied from interface: Mxable
得到被管理的对象的直接引用

Specified by:
mx_getSource in interface Mxable
Returns:

mx_getMxDescription

public java.lang.String mx_getMxDescription()
Description copied from interface: Mxable
得到对这个 MX bean 的描述

Specified by:
mx_getMxDescription in interface Mxable
Returns: