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

/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/dpro/session/share/
H A DSessionNotification.java75 private String notificationID = null; field in class:SessionNotification
101 notificationID = (new Integer(notificationCount++)).toString();
147 notificationID = id;
156 return notificationID;
223 QUOTE).append(notificationID).append(QUOTE).append(">").append(
/forgerock/openam/openam-core/src/main/java/com/iplanet/dpro/session/share/
H A DSessionNotification.java75 private String notificationID = null; field in class:SessionNotification
101 notificationID = (new Integer(notificationCount++)).toString();
147 notificationID = id;
156 return notificationID;
223 QUOTE).append(notificationID).append(QUOTE).append(">").append(
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/sm/
H A DCachedSMSEntry.java70 protected String notificationID; field in class:CachedSMSEntry
109 notificationID = SMSEventListenerManager.notifyChangesToNode(
228 SMSEventListenerManager.removeNotification(notificationID);
229 notificationID = null;
314 SMSEventListenerManager.removeNotification(notificationID);
315 notificationID = null;
H A DCachedSubEntries.java56 protected String notificationID; field in class:CachedSubEntries
66 notificationID = SMSEventListenerManager
199 SMSEventListenerManager.removeNotification(notificationID);
H A DSMSEventListenerManager.java201 protected static void removeNotification(String notificationID) { argument
202 NotificationObject no = notificationObjects.get(notificationID);
205 notificationObjects.remove(notificationID);
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/sm/jaxrpc/
H A DSMSObjectIF.java105 public void deRegisterNotificationURL(String notificationID) argument
/forgerock/openam/openam-core/src/main/java/com/sun/identity/sm/jaxrpc/
H A DSMSObjectIF.java105 public void deRegisterNotificationURL(String notificationID) argument
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/am/sdk/remote/
H A DDirectoryManagerIF.java214 public void deRegisterNotificationURL(String notificationID) argument
369 public void deRegisterNotificationURL_idrepo(String notificationID) argument
H A DDirectoryManagerImpl.java964 public void deRegisterNotificationURL(String notificationID) throws RemoteException { argument
966 URL url = notificationURLs.remove(notificationID);
969 + url + " de-registered for ID " + notificationID);
/forgerock/openam/openam-core/src/main/java/com/iplanet/am/sdk/remote/
H A DDirectoryManagerIF.java214 public void deRegisterNotificationURL(String notificationID) argument
369 public void deRegisterNotificationURL_idrepo(String notificationID) argument
H A DDirectoryManagerImpl.java964 public void deRegisterNotificationURL(String notificationID) throws RemoteException { argument
966 URL url = notificationURLs.remove(notificationID);
969 + url + " de-registered for ID " + notificationID);
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/idm/server/
H A DIdRepoJAXRPCObjectImpl.java692 public void deRegisterNotificationURL_idrepo(String notificationID) throws RemoteException { argument
694 URL url = idRepoNotificationURLs.remove(notificationID);
697 + url + " de-registered for ID " + notificationID);
/forgerock/openam/openam-core/src/main/java/com/sun/identity/idm/server/
H A DIdRepoJAXRPCObjectImpl.java694 public void deRegisterNotificationURL_idrepo(String notificationID) throws RemoteException { argument
696 URL url = idRepoNotificationURLs.remove(notificationID);
699 + url + " de-registered for ID " + notificationID);
/forgerock/opendj2/resource/dsml/lib/
H A Dj2ee.jarMETA-INF/MANIFEST.MF javax/servlet/jsp/resources/jspxml.dtd javax/servlet/jsp/resources/web- ...
/forgerock/opendj-b2.6/resource/dsml/lib/
H A Dj2ee.jarMETA-INF/MANIFEST.MF javax/servlet/jsp/resources/jspxml.dtd javax/servlet/jsp/resources/web- ...
/forgerock/opendj2.6.2/resource/dsml/lib/
H A Dj2ee.jarMETA-INF/MANIFEST.MF javax/servlet/jsp/resources/jspxml.dtd javax/servlet/jsp/resources/web- ...
/forgerock/opendj2-hg/resource/dsml/lib/
H A Dj2ee.jarMETA-INF/MANIFEST.MF javax/servlet/jsp/resources/jspxml.dtd javax/servlet/jsp/resources/web- ...
/forgerock/opendj2-jel-hg/resource/dsml/lib/
H A Dj2ee.jarMETA-INF/MANIFEST.MF javax/servlet/jsp/resources/jspxml.dtd javax/servlet/jsp/resources/web- ...

Completed in 65 milliseconds