Uses of Interface
org.apache.manifoldcf.crawler.interfaces.INotificationConnectionManager
-
-
Uses of INotificationConnectionManager in org.apache.manifoldcf.crawler.interfaces
Methods in org.apache.manifoldcf.crawler.interfaces that return INotificationConnectionManager Modifier and Type Method Description static INotificationConnectionManager
NotificationConnectionManagerFactory. make(IThreadContext tc)
Make a notification connection manager handle. -
Uses of INotificationConnectionManager in org.apache.manifoldcf.crawler.jobs
Fields in org.apache.manifoldcf.crawler.jobs declared as INotificationConnectionManager Modifier and Type Field Description protected INotificationConnectionManager
JobManager. notificationMgr
-
Uses of INotificationConnectionManager in org.apache.manifoldcf.crawler.notification
Classes in org.apache.manifoldcf.crawler.notification that implement INotificationConnectionManager Modifier and Type Class Description class
NotificationConnectionManager
This class is the manager of the notification connection description. -
Uses of INotificationConnectionManager in org.apache.manifoldcf.crawler.system
Methods in org.apache.manifoldcf.crawler.system with parameters of type INotificationConnectionManager Modifier and Type Method Description protected static void
JobResetThread. doEndNotifications(IJobDescription jobDescription, INotificationConnectionManager notificationManager, INotificationConnectorPool notificationPool)
protected static void
JobResetThread. doStopNotifications(IJobDescription jobDescription, int notificationType, INotificationConnectionManager notificationManager, INotificationConnectorPool notificationPool)
-