Searched refs:MONITOR_LOGGER (Results 1 - 5 of 5) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/management/monitor/
H A DMonitor.java28 import static com.sun.jmx.defaults.JmxProperties.MONITOR_LOGGER;
208 if (MONITOR_LOGGER.isLoggable(Level.FINER)) {
209 MONITOR_LOGGER.logp(Level.FINER, Monitor.class.getName(),
213 MONITOR_LOGGER.logp(Level.FINER, Monitor.class.getName(),
394 MONITOR_LOGGER.logp(Level.FINER, Monitor.class.getName(),
422 MONITOR_LOGGER.logp(Level.FINER, Monitor.class.getName(),
696 MONITOR_LOGGER.logp(Level.FINER, Monitor.class.getName(),
701 MONITOR_LOGGER.logp(Level.FINER, Monitor.class.getName(),
732 MONITOR_LOGGER.logp(Level.FINER, Monitor.class.getName(),
737 MONITOR_LOGGER
[all...]
H A DGaugeMonitor.java28 import static com.sun.jmx.defaults.JmxProperties.MONITOR_LOGGER;
227 MONITOR_LOGGER.logp(Level.FINER, GaugeMonitor.class.getName(),
667 MONITOR_LOGGER.logp(Level.FINEST, GaugeMonitor.class.getName(),
701 MONITOR_LOGGER.logp(Level.FINEST, GaugeMonitor.class.getName(),
736 MONITOR_LOGGER.logp(Level.FINEST, GaugeMonitor.class.getName(),
H A DCounterMonitor.java28 import static com.sun.jmx.defaults.JmxProperties.MONITOR_LOGGER;
231 MONITOR_LOGGER.logp(Level.FINER, CounterMonitor.class.getName(),
699 if (MONITOR_LOGGER.isLoggable(Level.FINER)) {
711 MONITOR_LOGGER.logp(Level.FINER, CounterMonitor.class.getName(),
759 MONITOR_LOGGER.logp(Level.FINEST,
822 MONITOR_LOGGER.logp(Level.FINEST, CounterMonitor.class.getName(),
H A DStringMonitor.java28 import static com.sun.jmx.defaults.JmxProperties.MONITOR_LOGGER;
154 MONITOR_LOGGER.logp(Level.FINER, StringMonitor.class.getName(),
/openjdk7/jdk/src/share/classes/com/sun/jmx/defaults/
H A DJmxProperties.java146 public static final Logger MONITOR_LOGGER = field in class:JmxProperties

Completed in 44 milliseconds