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 voidNotificationListener. 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 voidAmLinkListener. 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)
-