Uses of Interface
org.apache.manifoldcf.crawler.interfaces.INotificationConnection
-
-
Uses of INotificationConnection in org.apache.manifoldcf.crawler.interfaces
Methods in org.apache.manifoldcf.crawler.interfaces that return INotificationConnection Modifier and Type Method Description INotificationConnection
INotificationConnectionManager. create()
Create a new notification connection object.INotificationConnection[]
INotificationConnectionManager. getAllConnections()
Obtain a list of the notification connections, ordered by name.INotificationConnection
INotificationConnectionManager. load(java.lang.String name)
Load a notification connection by name.INotificationConnection[]
INotificationConnectionManager. loadMultiple(java.lang.String[] names)
Load a set of notification connections.Methods in org.apache.manifoldcf.crawler.interfaces with parameters of type INotificationConnection Modifier and Type Method Description 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.void
INotificationConnectorPool. release(INotificationConnection connection, INotificationConnector connector)
Release a notification connector.void
INotificationConnectorPool. releaseMultiple(INotificationConnection[] connections, INotificationConnector[] connectors)
Release multiple notification connectors.boolean
INotificationConnectionManager. save(INotificationConnection object)
Save a notification connection object. -
Uses of INotificationConnection in org.apache.manifoldcf.crawler.notification
Classes in org.apache.manifoldcf.crawler.notification that implement INotificationConnection Modifier and Type Class Description class
NotificationConnection
An instance of this class represents a persistently-stored notification connection description.Methods in org.apache.manifoldcf.crawler.notification that return INotificationConnection Modifier and Type Method Description INotificationConnection
NotificationConnectionManager. create()
Create a new notification connection object.INotificationConnection[]
NotificationConnectionManager. getAllConnections()
Obtain a list of the notification connections, ordered by name.INotificationConnection
NotificationConnectionManager. load(java.lang.String name)
Load a notification connection by name.INotificationConnection[]
NotificationConnectionManager. loadMultiple(java.lang.String[] names)
Load multiple notification connections by name.Methods in org.apache.manifoldcf.crawler.notification with parameters of type INotificationConnection Modifier and Type Method Description protected int
NotificationConnectionManager. loadMultipleInternal(INotificationConnection[] rval, int outputIndex, java.lang.String[] fetchNames, int inputIndex, int length)
boolean
NotificationConnectionManager. save(INotificationConnection object)
Save a notification connection object. -
Uses of INotificationConnection in org.apache.manifoldcf.crawler.notificationconnectorpool
Methods in org.apache.manifoldcf.crawler.notificationconnectorpool with parameters of type INotificationConnection 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.void
NotificationConnectorPool. release(INotificationConnection connection, INotificationConnector connector)
Release a notification connector.void
NotificationConnectorPool. releaseMultiple(INotificationConnection[] connections, INotificationConnector[] connectors)
Release multiple notification connectors. -
Uses of INotificationConnection in org.apache.manifoldcf.crawler.system
Methods in org.apache.manifoldcf.crawler.system with parameters of type INotificationConnection Modifier and Type Method Description protected static void
ManifoldCF. formatNotificationConnection(ConfigurationNode connectionNode, INotificationConnection connection)
Format a notification connection.
-