FileDocCategorySizeDatePackage
TraceTags.javaAPI DocJava SE 5 API2100Fri Aug 26 14:55:06 BST 2005com.sun.jmx.trace

TraceTags

public interface TraceTags
Defines common trace constants.
since
1.5
since.unbundled
JMX RI 1.2

Fields Summary
public static final int
LEVEL_ERROR
Log level used to notify of error conditions.
public static final int
LEVEL_TRACE
Information level defined for trace level. The information will be provided to help development of JMX applications.
public static final int
LEVEL_DEBUG
Information level defined for debug level. The information will be provided to help diagnosis. Selecting this level will result in selecting the LEVEL_TRACE too.
public static final int
INFO_MBEANSERVER
Information type defined for MBean Server information.
public static final int
INFO_MLET
Information type defined for MLet service information.
public static final int
INFO_MONITOR
Information type defined for Monitor information.
public static final int
INFO_TIMER
Information type defined for Timer information.
public static final int
INFO_MISC
Information type defined for all other classes.
public static final int
INFO_NOTIFICATION
Information type defined for Event Management information.
public static final int
INFO_RELATION
Information type defined for Relation Service.
public static final int
INFO_MODELMBEAN
Information type defined for for Model MBean.
public static final int
INFO_ADAPTOR_SNMP
Information type defined for for SNMP Adaptor.
public static final int
INFO_SNMP
Information type defined for for SNMP.
Constructors Summary
Methods Summary