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 TypeMethodDescriptionvoid
NotificationListener.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 TypeMethodDescriptionvoid
AmLinkListener.onNotification
(Notification notification) The notification handler, will receive all notifications sent by AM.void
AutoReconnectAmLink.onNotification
(Notification notification) void
GracefulShutdownAmLink.onNotification
(Notification notification) void
InitializedAmLink.onNotification
(Notification notification) void
PeriodicallyRenewedAmLink.onNotification
(Notification notification) void
RetryableAmLink.onNotification
(Notification notification) void
StableAmLink.onNotification
(Notification notification) void
TopicMultiplexerAmLink.onNotification
(Notification notification)