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

Packages that use RepositoryConnection
org.jboss.dna.connector.filesystem The classes that make up the connector that accesses the files and directories on a local file system and exposes them as content in a repository. 
org.jboss.dna.connector.infinispan The classes that make up the connector that stores content in a deployed instance of Infinispan. 
org.jboss.dna.connector.jbosscache The classes that make up the connector that stores content in a JBoss Cache instance. 
org.jboss.dna.connector.store.jpa The classes that make up the connector that stores content in a relational database via JDBC and JPA. 
org.jboss.dna.connector.svn The classes that make up the connector that accesses content from an SVN repository. 
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.connector.federation JBoss DNA provides a federated connector that is able to access repository content from multiple external systems and make that content look like it exists in a single unified repository. 
org.jboss.dna.graph.connector.inmemory The In-Memory Connector represents a connector that maintains a graph in transient in-process memory. 
org.jboss.dna.graph.connector.map The MapRepository class and its supporting classes provide a default implementation of the connector classes for connectors that support the transient or persistent mapping of a UUID to a standard representation of a node
org.jboss.dna.repository The components and services that make up the JBoss DNA repository engine. 
 

Uses of RepositoryConnection in org.jboss.dna.connector.filesystem
 

Classes in org.jboss.dna.connector.filesystem that implement RepositoryConnection
 class FileSystemConnection
          The RepositoryConnection implementation for the file system connector.
 

Methods in org.jboss.dna.connector.filesystem that return RepositoryConnection
 RepositoryConnection FileSystemSource.getConnection()
          Get a connection from this source.
 

Uses of RepositoryConnection in org.jboss.dna.connector.infinispan
 

Methods in org.jboss.dna.connector.infinispan that return RepositoryConnection
 RepositoryConnection InfinispanSource.getConnection()
          Get a connection from this source.
 

Uses of RepositoryConnection in org.jboss.dna.connector.jbosscache
 

Methods in org.jboss.dna.connector.jbosscache that return RepositoryConnection
 RepositoryConnection JBossCacheSource.getConnection()
          Get a connection from this source.
 

Uses of RepositoryConnection in org.jboss.dna.connector.store.jpa
 

Classes in org.jboss.dna.connector.store.jpa that implement RepositoryConnection
 class JpaConnection
          The repository connection to JPA repository sources.
 

Methods in org.jboss.dna.connector.store.jpa that return RepositoryConnection
 RepositoryConnection JpaSource.getConnection()
          Get a connection from this source.
 

Uses of RepositoryConnection in org.jboss.dna.connector.svn
 

Classes in org.jboss.dna.connector.svn that implement RepositoryConnection
 class SVNRepositoryConnection
          The defaultRepository connection to a SVN Repository instance.
 

Methods in org.jboss.dna.connector.svn that return RepositoryConnection
 RepositoryConnection SVNRepositorySource.getConnection()
          Get a connection from this source.
 

Uses of RepositoryConnection in org.jboss.dna.graph
 

Methods in org.jboss.dna.graph with parameters of type RepositoryConnection
static Graph Graph.create(RepositoryConnection connection, ExecutionContext context)
          Create a graph instance that uses the supplied RepositoryConnection and context.
 

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

Methods in org.jboss.dna.graph.connector that return RepositoryConnection
 RepositoryConnection RepositoryConnectionFactory.createConnection(String sourceName)
          Create a RepositoryConnection using the given RepositorySource name.
 RepositoryConnection RepositorySource.getConnection()
          Get a connection from this source.
 RepositoryConnection RepositoryConnectionPool.getConnection()
          Get a connection from the pool.
 

Uses of RepositoryConnection in org.jboss.dna.graph.connector.federation
 

Methods in org.jboss.dna.graph.connector.federation that return RepositoryConnection
 RepositoryConnection FederatedRepositorySource.getConnection()
          Get a connection from this source.
 

Uses of RepositoryConnection in org.jboss.dna.graph.connector.inmemory
 

Methods in org.jboss.dna.graph.connector.inmemory that return RepositoryConnection
 RepositoryConnection InMemoryRepositorySource.getConnection()
          Get a connection from this source.
 

Uses of RepositoryConnection in org.jboss.dna.graph.connector.map
 

Classes in org.jboss.dna.graph.connector.map that implement RepositoryConnection
 class MapRepositoryConnection
          A connection to a MapRepository.
 

Uses of RepositoryConnection in org.jboss.dna.repository
 

Methods in org.jboss.dna.repository that return RepositoryConnection
 RepositoryConnection RepositoryLibrary.createConnection(String sourceName)
          Create a RepositoryConnection using the given RepositorySource name.
 



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