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.jcr The DNA implementation of the JCR API. 
org.jboss.dna.repository The components and services that make up the JBoss DNA repository engine. 
 

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.jcr
 

Constructors in org.jboss.dna.jcr with parameters of type RepositoryConnectionFactory
JcrRepository(ExecutionContext executionContext, RepositoryConnectionFactory connectionFactory, String repositorySourceName)
          Creates a JCR repository that uses the supplied repository connection factory to establish sessions to the underlying repository source upon login.
JcrRepository(ExecutionContext executionContext, RepositoryConnectionFactory connectionFactory, String repositorySourceName, Map<String,String> descriptors, Map<JcrRepository.Option,String> options)
          Creates a JCR repository that uses the supplied repository connection factory to establish sessions to the underlying repository source upon login.
 

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)
           
 



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