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 INotificationConnectionINotificationConnectionManager. create()Create a new notification connection object.INotificationConnection[]INotificationConnectionManager. getAllConnections()Obtain a list of the notification connections, ordered by name.INotificationConnectionINotificationConnectionManager. 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 INotificationConnectorINotificationConnectorPool. grab(INotificationConnection notificationConnection)Get a notification connector.INotificationConnector[]INotificationConnectorPool. grabMultiple(java.lang.String[] orderingKeys, INotificationConnection[] notificationConnections)Get multiple notification connectors, all at once.voidINotificationConnectorPool. release(INotificationConnection connection, INotificationConnector connector)Release a notification connector.voidINotificationConnectorPool. releaseMultiple(INotificationConnection[] connections, INotificationConnector[] connectors)Release multiple notification connectors.booleanINotificationConnectionManager. 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 classNotificationConnectionAn 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 INotificationConnectionNotificationConnectionManager. create()Create a new notification connection object.INotificationConnection[]NotificationConnectionManager. getAllConnections()Obtain a list of the notification connections, ordered by name.INotificationConnectionNotificationConnectionManager. 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 intNotificationConnectionManager. loadMultipleInternal(INotificationConnection[] rval, int outputIndex, java.lang.String[] fetchNames, int inputIndex, int length)booleanNotificationConnectionManager. 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 INotificationConnectorNotificationConnectorPool. grab(INotificationConnection notificationConnection)Get a notification connector.INotificationConnector[]NotificationConnectorPool. grabMultiple(java.lang.String[] orderingKeys, INotificationConnection[] notificationConnections)Get multiple notification connectors, all at once.voidNotificationConnectorPool. release(INotificationConnection connection, INotificationConnector connector)Release a notification connector.voidNotificationConnectorPool. 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 voidManifoldCF. formatNotificationConnection(ConfigurationNode connectionNode, INotificationConnection connection)Format a notification connection.
-