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 INotificationConnectionManagerNotificationConnectionManagerFactory. 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 INotificationConnectionManagerJobManager. 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 classNotificationConnectionManagerThis 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 voidJobResetThread. doEndNotifications(IJobDescription jobDescription, INotificationConnectionManager notificationManager, INotificationConnectorPool notificationPool)protected static voidJobResetThread. doStopNotifications(IJobDescription jobDescription, int notificationType, INotificationConnectionManager notificationManager, INotificationConnectorPool notificationPool)
-