Class NotificationConnectorPoolFactory
- java.lang.Object
-
- org.apache.manifoldcf.crawler.interfaces.NotificationConnectorPoolFactory
-
public class NotificationConnectorPoolFactory extends java.lang.Object
Repository connector pool manager factory.
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
_rcsid
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static INotificationConnectorPool
make(IThreadContext tc)
Make a notification connector pool handle.
-
-
-
Field Detail
-
_rcsid
public static final java.lang.String _rcsid
- See Also:
- Constant Field Values
-
-
Method Detail
-
make
public static INotificationConnectorPool make(IThreadContext tc) throws ManifoldCFException
Make a notification connector pool handle.- Parameters:
tc
- is the thread context.- Returns:
- the handle.
- Throws:
ManifoldCFException
-
-