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

/openjdk7/jdk/src/share/classes/javax/management/timer/
H A DTimer.java458 Integer notifID = Integer.valueOf(++counterID);
463 TimerNotification notif = new TimerNotification(type, this, 0, 0, message, notifID);
498 .append(notifID)
511 timerTable.put(notifID, obj);
528 return notifID;
1004 Integer notifID;
1015 notifID = notif.getNotificationID();
1022 while ( (currentDate.after(date)) && (timerTable.containsKey(notifID)) ) {
1069 * @param notifID The timer notification identifier to update.
1071 private synchronized void updateTimerTable(Integer notifID) { argument
[all...]

Completed in 29 milliseconds