1 7 8 package com.sun.jmx.trace; 9 10 16 public interface TraceTags { 17 18 21 public static final int LEVEL_ERROR = 0; 22 23 27 public static final int LEVEL_TRACE = 1; 28 29 34 public static final int LEVEL_DEBUG = 2; 35 36 39 public static final int INFO_MBEANSERVER = 1; 40 41 44 public static final int INFO_MLET = 2; 45 46 49 public static final int INFO_MONITOR = 4; 50 51 54 public static final int INFO_TIMER = 8; 55 56 59 public static final int INFO_MISC = 16; 60 61 64 public static final int INFO_NOTIFICATION = 32; 65 66 69 public static final int INFO_RELATION = 64; 70 71 74 public static final int INFO_MODELMBEAN = 128; 75 76 79 public static final int INFO_ADAPTOR_SNMP = 256; 80 81 84 public static final int INFO_SNMP = 512; 85 86 } 87 | Popular Tags |