Uses of Record Class
org.forgerock.openig.tools.notifications.Notification
Packages that use Notification
Package
Description
AM notifications service.
AM Links implementations.
- 
Uses of Notification in org.forgerock.openig.tools.notifications
Methods in org.forgerock.openig.tools.notifications with parameters of type NotificationModifier and TypeMethodDescriptionvoidNotificationAuditor.audit(Notification notification, boolean triggered) Audits aNotification.booleanNotificationListener.onNotification(Notification notification) Receive the notifications as soon as they arrive. - 
Uses of Notification in org.forgerock.openig.tools.notifications.ws.link
Methods in org.forgerock.openig.tools.notifications.ws.link with parameters of type NotificationModifier and TypeMethodDescriptionvoidAmLinkListener.onNotification(Notification notification) The notification handler, will receive all notifications sent by AM.voidAutoReconnectAmLink.onNotification(Notification notification) voidGracefulShutdownAmLink.onNotification(Notification notification) voidInitializedAmLink.onNotification(Notification notification) voidPeriodicallyRenewedAmLink.onNotification(Notification notification) voidRetryableAmLink.onNotification(Notification notification) voidStableAmLink.onNotification(Notification notification) voidTopicMultiplexerAmLink.onNotification(Notification notification)