Uses of Interface
org.apache.manifoldcf.crawler.interfaces.IBinManager
- 
Packages that use IBinManager Package Description org.apache.manifoldcf.crawler.bins org.apache.manifoldcf.crawler.interfaces org.apache.manifoldcf.crawler.reprioritizationtracker  - 
- 
Uses of IBinManager in org.apache.manifoldcf.crawler.bins
Classes in org.apache.manifoldcf.crawler.bins that implement IBinManager Modifier and Type Class Description classBinManagerThis class manages the docbins table. - 
Uses of IBinManager in org.apache.manifoldcf.crawler.interfaces
Methods in org.apache.manifoldcf.crawler.interfaces that return IBinManager Modifier and Type Method Description static IBinManagerBinManagerFactory. make(IThreadContext threadContext)Create a bin manager handle. - 
Uses of IBinManager in org.apache.manifoldcf.crawler.reprioritizationtracker
Fields in org.apache.manifoldcf.crawler.reprioritizationtracker declared as IBinManager Modifier and Type Field Description protected IBinManagerReprioritizationTracker. binManager 
 -