Uses of Class
org.forgerock.openig.tools.notifications.Notification
-
Packages that use Notification Package Description org.forgerock.openig.tools.notifications AM notifications service.org.forgerock.openig.tools.notifications.ws.link AM Links implementations. -
-
Uses of Notification in org.forgerock.openig.tools.notifications
Methods in org.forgerock.openig.tools.notifications with parameters of type Notification Modifier and Type Method Description void
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 Notification Modifier and Type Method Description void
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)
-