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

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/sm/
H A DSMSEventListenerManager.java55 protected static Map<String, NotificationObject> notificationObjects =
56 Collections.synchronizedMap(new HashMap<String, NotificationObject>());
202 NotificationObject no = notificationObjects.get(notificationID);
222 NotificationObject no = new NotificationObject(method, object, args,
244 NotificationObject no = (NotificationObject) items.next();
266 private static class NotificationObject { class in class:SMSEventListenerManager
274 NotificationObject(Method m, Object o, Object[] a, Set s) { method in class:SMSEventListenerManager.NotificationObject
294 if (o instanceof NotificationObject) {
[all...]

Completed in 21 milliseconds