Package | Description |
---|---|
org.apache.manifoldcf.crawler.interfaces | |
org.apache.manifoldcf.crawler.notificationconnectorpool | |
org.apache.manifoldcf.crawler.notifications |
Modifier and Type | Method and Description |
---|---|
static INotificationConnector |
NotificationConnectorFactory.getConnectorNoCheck(java.lang.String className)
Get a notification connector instance, without checking for installed connector.
|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
INotificationConnectorPool.release(INotificationConnection connection,
INotificationConnector connector)
Release a notification connector.
|
void |
INotificationConnectorPool.releaseMultiple(INotificationConnection[] connections,
INotificationConnector[] connectors)
Release multiple notification connectors.
|
Modifier and Type | Method and Description |
---|---|
INotificationConnector |
NotificationConnectorPool.grab(INotificationConnection notificationConnection)
Get a notification connector.
|
INotificationConnector[] |
NotificationConnectorPool.LocalPool.grabMultiple(IThreadContext tc,
java.lang.String[] orderingKeys,
java.lang.String[] connectionNames,
java.lang.String[] classNames,
ConfigParams[] configInfos,
int[] maxPoolSizes) |
INotificationConnector[] |
NotificationConnectorPool.grabMultiple(java.lang.String[] orderingKeys,
INotificationConnection[] notificationConnections)
Get multiple notification connectors, all at once.
|
Modifier and Type | Method and Description |
---|---|
void |
NotificationConnectorPool.release(INotificationConnection connection,
INotificationConnector connector)
Release a notification connector.
|
void |
NotificationConnectorPool.releaseMultiple(INotificationConnection[] connections,
INotificationConnector[] connectors)
Release multiple notification connectors.
|
Modifier and Type | Class and Description |
---|---|
class |
BaseNotificationConnector
This base class describes an instance of a connection between a notification engine and ManifoldCF's
standard "pull" ingestion agent.
|