Uses of Interface
org.apache.manifoldcf.crawler.interfaces.INotificationConnector
-
Packages that use INotificationConnector Package Description org.apache.manifoldcf.crawler.interfaces org.apache.manifoldcf.crawler.notificationconnectorpool org.apache.manifoldcf.crawler.notifications -
-
Uses of INotificationConnector in org.apache.manifoldcf.crawler.interfaces
Methods in org.apache.manifoldcf.crawler.interfaces that return INotificationConnector Modifier and Type Method Description static INotificationConnector
NotificationConnectorFactory. getConnectorNoCheck(java.lang.String className)
Get a notification connector instance, without checking for installed connector.INotificationConnector
INotificationConnectorPool. grab(INotificationConnection notificationConnection)
Get a notification connector.INotificationConnector[]
INotificationConnectorPool. grabMultiple(java.lang.String[] orderingKeys, INotificationConnection[] notificationConnections)
Get multiple notification connectors, all at once.Methods in org.apache.manifoldcf.crawler.interfaces with parameters of type INotificationConnector Modifier and Type Method Description void
INotificationConnectorPool. release(INotificationConnection connection, INotificationConnector connector)
Release a notification connector.void
INotificationConnectorPool. releaseMultiple(INotificationConnection[] connections, INotificationConnector[] connectors)
Release multiple notification connectors. -
Uses of INotificationConnector in org.apache.manifoldcf.crawler.notificationconnectorpool
Methods in org.apache.manifoldcf.crawler.notificationconnectorpool that return INotificationConnector Modifier and Type Method Description INotificationConnector
NotificationConnectorPool. grab(INotificationConnection notificationConnection)
Get a notification connector.INotificationConnector[]
NotificationConnectorPool. grabMultiple(java.lang.String[] orderingKeys, INotificationConnection[] notificationConnections)
Get multiple notification connectors, all at once.INotificationConnector[]
NotificationConnectorPool.LocalPool. grabMultiple(IThreadContext tc, java.lang.String[] orderingKeys, java.lang.String[] connectionNames, java.lang.String[] classNames, ConfigParams[] configInfos, int[] maxPoolSizes)
Methods in org.apache.manifoldcf.crawler.notificationconnectorpool with parameters of type INotificationConnector Modifier and Type Method Description void
NotificationConnectorPool. release(INotificationConnection connection, INotificationConnector connector)
Release a notification connector.void
NotificationConnectorPool. releaseMultiple(INotificationConnection[] connections, INotificationConnector[] connectors)
Release multiple notification connectors. -
Uses of INotificationConnector in org.apache.manifoldcf.crawler.notifications
Classes in org.apache.manifoldcf.crawler.notifications that implement INotificationConnector Modifier and Type Class Description class
BaseNotificationConnector
This base class describes an instance of a connection between a notification engine and ManifoldCF's standard "pull" ingestion agent.
-