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

/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/dpro/session/share/
H A DSessionNotification.java83 private static int notificationCount = 0; field in class:SessionNotification
101 notificationID = (new Integer(notificationCount++)).toString();
/forgerock/openam/openam-core/src/main/java/com/iplanet/dpro/session/share/
H A DSessionNotification.java83 private static int notificationCount = 0; field in class:SessionNotification
101 notificationID = (new Integer(notificationCount++)).toString();
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/services/comm/share/
H A DNotificationSet.java84 private static int notificationCount = 0; field in class:NotificationSet
97 notificationSetID = Integer.toString(notificationCount++);
/forgerock/openam/openam-core/src/main/java/com/iplanet/services/comm/share/
H A DNotificationSet.java84 private static int notificationCount = 0; field in class:NotificationSet
97 notificationSetID = Integer.toString(notificationCount++);

Completed in 32 milliseconds