com.sun.jdmk.trace
Interface TraceTags

All Known Implementing Classes:
Trace, TraceManager

public interface TraceTags

Defines common trace constants.

Since:
JDMK 5.0

Field Summary
static int INFO_ADAPTOR_CONNECTOR
          Information type defined to represent those connectors concerned types: INFO_CONNECTOR_RMI, INFO_CONNECTOR_HTTP, INFO_CONNECTOR_HTTPS, INFO_ADAPTOR_SNMP and INFO_ADAPTOR_HTML.
static int INFO_ADAPTOR_HTML
          Information type defined for HTML connector information.
static int INFO_ADAPTOR_SNMP
          Information type defined for SNMP connector information.
static int INFO_ALL
          Information type defined to represent all types defined.
static int INFO_CONNECTOR_HTTP
          Information type defined for HTTP connector information.
static int INFO_CONNECTOR_HTTPS
          Information type defined for HTTPS connector information.
static int INFO_CONNECTOR_RMI
          Information type defined for RMI connector information.
static int INFO_DISCOVERY
          Information type defined for Jdmk discovery information.
static int INFO_HEARTBEAT
          Information type defined for heartbeat information.
static int INFO_MBEANSERVER
          Information type defined for MBean Server information.
static int INFO_MISC
          Information type defined for all other classes.
static int INFO_MLET
          Information type defined for MLet service information.
static int INFO_MODELMBEAN
          Information type defined for for Model MBean.
static int INFO_MONITOR
          Information type defined for Monitor information.
static int INFO_NOTIFICATION
          Information type defined for Event Management information.
static int INFO_RELATION
          Information type defined for Relation Service.
static int INFO_SNMP
          Information type defined for SNMP manager information.
static int INFO_TIMER
          Information type defined for Timer information.
static int LEVEL_DEBUG
          Information level defined for debug level.
static int LEVEL_TRACE
          Information level defined for trace level.
 

Field Detail

LEVEL_TRACE

public static final int LEVEL_TRACE
Information level defined for trace level. The formation will be provided to help development of JDMK applications.

See Also:
Constant Field Values

LEVEL_DEBUG

public static final int LEVEL_DEBUG
Information level defined for debug level. The formation will be provided to help diagnosis. Selecting this level will result in selecting the LEVEL_TRACE too.

See Also:
Constant Field Values

INFO_MBEANSERVER

public static final int INFO_MBEANSERVER
Information type defined for MBean Server information.

See Also:
Constant Field Values

INFO_MLET

public static final int INFO_MLET
Information type defined for MLet service information.

See Also:
Constant Field Values

INFO_MONITOR

public static final int INFO_MONITOR
Information type defined for Monitor information.

See Also:
Constant Field Values

INFO_TIMER

public static final int INFO_TIMER
Information type defined for Timer information.

See Also:
Constant Field Values

INFO_ADAPTOR_HTML

public static final int INFO_ADAPTOR_HTML
Information type defined for HTML connector information.

See Also:
Constant Field Values

INFO_MISC

public static final int INFO_MISC
Information type defined for all other classes.

See Also:
Constant Field Values

INFO_SNMP

public static final int INFO_SNMP
Information type defined for SNMP manager information.

See Also:
Constant Field Values

INFO_NOTIFICATION

public static final int INFO_NOTIFICATION
Information type defined for Event Management information.

See Also:
Constant Field Values

INFO_CONNECTOR_RMI

public static final int INFO_CONNECTOR_RMI
Information type defined for RMI connector information.

See Also:
Constant Field Values

INFO_CONNECTOR_HTTP

public static final int INFO_CONNECTOR_HTTP
Information type defined for HTTP connector information.

See Also:
Constant Field Values

INFO_ADAPTOR_SNMP

public static final int INFO_ADAPTOR_SNMP
Information type defined for SNMP connector information.

See Also:
Constant Field Values

INFO_CONNECTOR_HTTPS

public static final int INFO_CONNECTOR_HTTPS
Information type defined for HTTPS connector information.

See Also:
Constant Field Values

INFO_DISCOVERY

public static final int INFO_DISCOVERY
Information type defined for Jdmk discovery information.

See Also:
Constant Field Values

INFO_HEARTBEAT

public static final int INFO_HEARTBEAT
Information type defined for heartbeat information.

See Also:
Constant Field Values

INFO_RELATION

public static final int INFO_RELATION
Information type defined for Relation Service.

See Also:
Constant Field Values

INFO_MODELMBEAN

public static final int INFO_MODELMBEAN
Information type defined for for Model MBean.

See Also:
Constant Field Values

INFO_ADAPTOR_CONNECTOR

public static final int INFO_ADAPTOR_CONNECTOR
Information type defined to represent those connectors concerned types: INFO_CONNECTOR_RMI, INFO_CONNECTOR_HTTP, INFO_CONNECTOR_HTTPS, INFO_ADAPTOR_SNMP and INFO_ADAPTOR_HTML.

See Also:
Constant Field Values

INFO_ALL

public static final int INFO_ALL
Information type defined to represent all types defined.

See Also:
Constant Field Values

JMX 1.2_8   2002.10.31_20:03:55_MET

Copyright 1999-2002 Sun Microsystems, Inc.   901 San Antonio Road Palo Alto, California, 94303, U.S.A.   All Rights Reserved.