Uses of Class
org.apache.manifoldcf.crawler.notification.NotificationConnection
-
Packages that use NotificationConnection Package Description org.apache.manifoldcf.crawler.notification org.apache.manifoldcf.crawler.system -
-
Uses of NotificationConnection in org.apache.manifoldcf.crawler.notification
Fields in org.apache.manifoldcf.crawler.notification declared as NotificationConnection Modifier and Type Field Description protected NotificationConnection[]
NotificationConnectionManager.NotificationConnectionExecutor. returnValues
Methods in org.apache.manifoldcf.crawler.notification that return NotificationConnection Modifier and Type Method Description NotificationConnection
NotificationConnection. duplicate()
Clone this object.protected NotificationConnection[]
NotificationConnectionManager. getNotificationConnectionsMultiple(java.lang.String[] connectionNames)
Fetch multiple notification connections at a single time.NotificationConnection[]
NotificationConnectionManager.NotificationConnectionExecutor. getResults()
Get the result.Methods in org.apache.manifoldcf.crawler.notification with parameters of type NotificationConnection Modifier and Type Method Description protected void
NotificationConnectionManager. getNotificationConnectionsChunk(NotificationConnection[] rval, java.util.Map returnIndex, java.util.ArrayList params)
Read a chunk of notification connections. -
Uses of NotificationConnection in org.apache.manifoldcf.crawler.system
Methods in org.apache.manifoldcf.crawler.system with parameters of type NotificationConnection Modifier and Type Method Description protected static void
ManifoldCF. processNotificationConnection(NotificationConnection connection, ConfigurationNode connectionNode)
Convert input hierarchy into a NotificationConnection object.
-