Searched refs:alarm (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jdk/test/java/lang/System/finalization/
H A DFinThreads.java86 static void alarm(final Thread sleeper, final long delay) method in class:FinThreads
116 alarm(finalizerThread, 5000);
/openjdk7/jdk/src/share/classes/javax/management/monitor/
H A DGaugeMonitor.java847 final MonitorNotification alarm;
849 alarm = updateNotifications(o);
851 alarm = null;
852 return alarm;
H A DCounterMonitor.java942 final MonitorNotification alarm;
944 alarm = updateNotifications(o);
947 alarm = null;
949 return alarm;
H A DMonitor.java1084 * an error notification or an alarm notification.
1131 MonitorNotification alarm = null;
1407 // Check if an alarm must be fired.
1409 alarm = buildAlarmNotification(object,
1429 if (alarm != null && alarm.getType() != null)
1430 sendNotification(alarm.getType(),
1432 alarm.getMessage(),
1434 alarm.getTrigger(),

Completed in 48 milliseconds