FileDocCategorySizeDatePackage
AMXMBeanLogging.javaAPI DocGlassfish v2 API2509Fri May 04 22:30:30 BST 2007com.sun.appserv.management.base

AMXMBeanLogging

public interface AMXMBeanLogging
Interface that all AMX MBeans implement for logging.

Fields Summary
Constructors Summary
Methods Summary
public java.util.logging.LevelgetMBeanLogLevel()
Get the log level. If the String form is desired, use Level.toString().

return
the log Level for this MBean

public java.lang.StringgetMBeanLoggerName()

return
the name of the java.util.logging.Logger used by this MBean.

public voidsetMBeanLogLevel(java.util.logging.Level level)
Set the log level for this MBean.