Uses of Interface
org.jboss.dna.graph.connector.RepositoryConnectionFactory

Packages that use RepositoryConnectionFactory
org.jboss.dna.graph The JBoss DNA Graph API defines the types that allow you to work with content organized as a graph. 
org.jboss.dna.graph.connector JBoss DNA uses connectors to access information from external systems (such as databases, other repositories, services, applications, etc.) and create graph representations of that information. 
org.jboss.dna.graph.request Sometimes its useful to work with a graph using objects that represent individual commands on the graph. 
org.jboss.dna.graph.search   
org.jboss.dna.repository The components and services that make up the JBoss DNA repository engine. 
org.jboss.dna.search.lucene   
 

Uses of RepositoryConnectionFactory in org.jboss.dna.graph
 

Methods in org.jboss.dna.graph that return RepositoryConnectionFactory
 RepositoryConnectionFactory Graph.getConnectionFactory()
          Get the RepositoryConnectionFactory that this graph uses to create repository connections.
 

Methods in org.jboss.dna.graph with parameters of type RepositoryConnectionFactory
static Graph Graph.create(String sourceName, RepositoryConnectionFactory connectionFactory, ExecutionContext context)
          Create a graph instance that uses the supplied repository and context.
 

Uses of RepositoryConnectionFactory in org.jboss.dna.graph.connector
 

Methods in org.jboss.dna.graph.connector that return RepositoryConnectionFactory
 RepositoryConnectionFactory RepositoryContext.getRepositoryConnectionFactory()
          Get the factory for connections to other sources.
 

Uses of RepositoryConnectionFactory in org.jboss.dna.graph.request
 

Methods in org.jboss.dna.graph.request with parameters of type RepositoryConnectionFactory
 void CompositeRequestChannel.start(ExecutorService executor, ExecutionContext context, RepositoryConnectionFactory connectionFactory)
          Begins processing any requests that have been added to this channel.
 

Uses of RepositoryConnectionFactory in org.jboss.dna.graph.search
 

Methods in org.jboss.dna.graph.search that return RepositoryConnectionFactory
 RepositoryConnectionFactory AbstractSearchEngine.Workspaces.getRepositoryConnectionFactory()
          Get the connection factory for repository sources.
 

Constructors in org.jboss.dna.graph.search with parameters of type RepositoryConnectionFactory
SearchEngineIndexer(ExecutionContext context, SearchEngine searchEngine, RepositoryConnectionFactory connectionFactory)
          Create an indexer that will update the indexes in the supplied search engine by crawling content, using the supplied connection factory to obtain connections.
 

Uses of RepositoryConnectionFactory in org.jboss.dna.repository
 

Classes in org.jboss.dna.repository that implement RepositoryConnectionFactory
 class RepositoryLibrary
          A library of RepositorySource instances and the RepositoryConnectionPool used to manage the connections for each.
 

Methods in org.jboss.dna.repository that return RepositoryConnectionFactory
 RepositoryConnectionFactory SimpleRepositoryContext.getRepositoryConnectionFactory()
          Get the factory for connections to other sources.
 RepositoryConnectionFactory DnaEngine.getRepositoryConnectionFactory()
          Get a factory of connections, backed by the RepositorySor
 

Constructors in org.jboss.dna.repository with parameters of type RepositoryConnectionFactory
SimpleRepositoryContext(ExecutionContext context, Observer observer, RepositoryConnectionFactory connectionFactory)
           
 

Uses of RepositoryConnectionFactory in org.jboss.dna.search.lucene
 

Constructors in org.jboss.dna.search.lucene with parameters of type RepositoryConnectionFactory
LuceneSearchEngine(String sourceName, RepositoryConnectionFactory connectionFactory, boolean verifyWorkspaceInSource, File indexStorageDirectory, IndexRules rules, org.apache.lucene.analysis.Analyzer analyzer)
          Create a new instance of a SearchEngine that uses Lucene and a two-index design, and that stores the indexes in the supplied directory.
LuceneSearchEngine(String sourceName, RepositoryConnectionFactory connectionFactory, boolean verifyWorkspaceInSource, IndexRules rules, org.apache.lucene.analysis.Analyzer analyzer)
          Create a new instance of a SearchEngine that uses Lucene and a two-index design, and that stores the Lucene indexes in memory.
LuceneSearchEngine(String sourceName, RepositoryConnectionFactory connectionFactory, boolean verifyWorkspaceInSource, LuceneConfiguration configuration, IndexRules rules, org.apache.lucene.analysis.Analyzer analyzer)
          Create a new instance of a SearchEngine that uses Lucene and a two-index design, and that stores the indexes using the supplied LuceneConfiguration.
 



Copyright © 2008-2010 JBoss, a division of Red Hat. All Rights Reserved.