Uses of Record Class
org.forgerock.openig.tools.notifications.Notification
Package
Description
AM notifications service.
AM Links implementations.
-
Uses of Notification in org.forgerock.openig.tools.notifications
Modifier 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
Modifier 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)