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 INotificationConnectorNotificationConnectorFactory. getConnectorNoCheck(java.lang.String className)Get a notification connector instance, without checking for installed connector.INotificationConnectorINotificationConnectorPool. 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 voidINotificationConnectorPool. release(INotificationConnection connection, INotificationConnector connector)Release a notification connector.voidINotificationConnectorPool. 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 INotificationConnectorNotificationConnectorPool. 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 voidNotificationConnectorPool. release(INotificationConnection connection, INotificationConnector connector)Release a notification connector.voidNotificationConnectorPool. 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 classBaseNotificationConnectorThis base class describes an instance of a connection between a notification engine and ManifoldCF's standard "pull" ingestion agent.
-