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. returnValuesMethods in org.apache.manifoldcf.crawler.notification that return NotificationConnection Modifier and Type Method Description NotificationConnectionNotificationConnection. 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 voidNotificationConnectionManager. 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 voidManifoldCF. processNotificationConnection(NotificationConnection connection, ConfigurationNode connectionNode)Convert input hierarchy into a NotificationConnection object.
-