Uses of Class
org.ldaptive.ad.control.util.NotificationClient.NotificationItem
-
Packages that use NotificationClient.NotificationItem Package Description org.ldaptive.ad.control.util -
-
Uses of NotificationClient.NotificationItem in org.ldaptive.ad.control.util
Methods in org.ldaptive.ad.control.util that return types with arguments of type NotificationClient.NotificationItem Modifier and Type Method Description BlockingQueue<NotificationClient.NotificationItem>
NotificationClient. execute(SearchRequest request)
InvokesNotificationClient.execute(SearchRequest, int)
with a capacity ofInteger.MAX_VALUE
.BlockingQueue<NotificationClient.NotificationItem>
NotificationClient. execute(SearchRequest request, int capacity)
Performs a search operation with theNotificationControl
.
-