Searched refs:RUNTIME_ERROR (Results 1 - 7 of 7) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/management/monitor/
H A DMonitorNotification.java115 public static final String RUNTIME_ERROR = "jmx.monitor.error.runtime"; field in class:MonitorNotification
H A DMonitor.java1173 notifType = RUNTIME_ERROR;
1218 notifType = RUNTIME_ERROR;
1230 notifType = RUNTIME_ERROR;
1242 notifType = RUNTIME_ERROR;
1254 notifType = RUNTIME_ERROR;
1324 notifType = RUNTIME_ERROR;
1381 notifType = RUNTIME_ERROR;
H A DStringMonitor.java110 RUNTIME_ERROR,
H A DGaugeMonitor.java182 RUNTIME_ERROR,
H A DCounterMonitor.java193 RUNTIME_ERROR,
/openjdk7/jdk/test/javax/management/monitor/
H A DReflectionExceptionTest.java82 if (type.equals(MonitorNotification.RUNTIME_ERROR)) {
145 echo("\tOK: CounterMonitor got RUNTIME_ERROR notification!");
148 "RUNTIME_ERROR notification!");
213 echo("\tOK: GaugeMonitor got RUNTIME_ERROR notification!");
216 "RUNTIME_ERROR notification!");
280 echo("\tOK: StringMonitor got RUNTIME_ERROR notification!");
283 "RUNTIME_ERROR notification!");
H A DRuntimeExceptionTest.java81 if (type.equals(MonitorNotification.RUNTIME_ERROR)) {
144 echo("\tOK: CounterMonitor got RUNTIME_ERROR notification!");
147 "RUNTIME_ERROR notification!");
212 echo("\tOK: GaugeMonitor got RUNTIME_ERROR notification!");
215 "RUNTIME_ERROR notification!");
279 echo("\tOK: StringMonitor got RUNTIME_ERROR notification!");
282 "RUNTIME_ERROR notification!");

Completed in 40 milliseconds