Uses of Interface
org.apache.manifoldcf.crawler.interfaces.INotificationConnectorPool
-
Packages that use INotificationConnectorPool Package Description org.apache.manifoldcf.crawler.interfaces org.apache.manifoldcf.crawler.notificationconnectorpool org.apache.manifoldcf.crawler.system -
-
Uses of INotificationConnectorPool in org.apache.manifoldcf.crawler.interfaces
Methods in org.apache.manifoldcf.crawler.interfaces that return INotificationConnectorPool Modifier and Type Method Description static INotificationConnectorPoolNotificationConnectorPoolFactory. make(IThreadContext tc)Make a notification connector pool handle. -
Uses of INotificationConnectorPool in org.apache.manifoldcf.crawler.notificationconnectorpool
Classes in org.apache.manifoldcf.crawler.notificationconnectorpool that implement INotificationConnectorPool Modifier and Type Class Description classNotificationConnectorPoolAn implementation of INotificationConnectorPool. -
Uses of INotificationConnectorPool in org.apache.manifoldcf.crawler.system
Methods in org.apache.manifoldcf.crawler.system with parameters of type INotificationConnectorPool Modifier and Type Method Description protected static voidJobResetThread. doEndNotifications(IJobDescription jobDescription, INotificationConnectionManager notificationManager, INotificationConnectorPool notificationPool)protected static voidJobResetThread. doStopNotifications(IJobDescription jobDescription, int notificationType, INotificationConnectionManager notificationManager, INotificationConnectorPool notificationPool)
-