Searched defs:notificationVector (Results 1 - 2 of 2) sorted by relevance

/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/services/comm/share/
H A DNotificationSet.java82 private final Vector<Notification> notificationVector = new Vector<Notification>(); field in class:NotificationSet
137 return notificationVector;
147 notificationVector.addElement(notification);
170 int numNotifications = notificationVector.size();
172 Notification notif = notificationVector.elementAt(i);
/forgerock/openam/openam-core/src/main/java/com/iplanet/services/comm/share/
H A DNotificationSet.java82 private final Vector<Notification> notificationVector = new Vector<Notification>(); field in class:NotificationSet
137 return notificationVector;
147 notificationVector.addElement(notification);
170 int numNotifications = notificationVector.size();
172 Notification notif = notificationVector.elementAt(i);

Completed in 37 milliseconds