Uses of Class
org.jboss.dna.graph.connector.RepositorySourceException

Packages that use RepositorySourceException
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.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.graph.io   
org.jboss.dna.graph.session A graph session provides a stateful environment in which graph operations can be enqueued and the state and structure of the graph are cached. 
 

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

Methods in org.jboss.dna.connector.filesystem that throw RepositorySourceException
 void FileSystemConnection.execute(ExecutionContext context, Request request)
          Execute the supplied commands against this repository source.
 RepositoryConnection FileSystemSource.getConnection()
          Get a connection from this source.
 void FileSystemSource.initialize(RepositoryContext context)
          Initialize this source to use the supplied RepositoryContext, from which this source can obtain the configuration defining this source, connections to other sources, and the execution context.
 

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

Methods in org.jboss.dna.connector.infinispan that throw RepositorySourceException
 RepositoryConnection InfinispanSource.getConnection()
          Get a connection from this source.
 void InfinispanSource.initialize(RepositoryContext context)
          Initialize this source to use the supplied RepositoryContext, from which this source can obtain the configuration defining this source, connections to other sources, and the execution context.
 

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

Methods in org.jboss.dna.connector.jbosscache that throw RepositorySourceException
 RepositoryConnection JBossCacheSource.getConnection()
          Get a connection from this source.
 void JBossCacheSource.initialize(RepositoryContext context)
          Initialize this source to use the supplied RepositoryContext, from which this source can obtain the configuration defining this source, connections to other sources, and the execution context.
 

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

Methods in org.jboss.dna.connector.store.jpa that throw RepositorySourceException
 void JpaConnection.execute(ExecutionContext context, Request request)
          Execute the supplied commands against this repository source.
 RepositoryConnection JpaSource.getConnection()
          Get a connection from this source.
 void JpaSource.initialize(RepositoryContext context)
          Initialize this source to use the supplied RepositoryContext, from which this source can obtain the configuration defining this source, connections to other sources, and the execution context.
 

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

Methods in org.jboss.dna.connector.svn that throw RepositorySourceException
 void SVNRepositoryConnection.execute(ExecutionContext context, Request request)
          Execute the supplied commands against this repository source.
 RepositoryConnection SVNRepositorySource.getConnection()
          Get a connection from this source.
 void SVNRepositorySource.initialize(RepositoryContext context)
          Initialize this source to use the supplied RepositoryContext, from which this source can obtain the configuration defining this source, connections to other sources, and the execution context.
 

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

Subclasses of RepositorySourceException in org.jboss.dna.graph.connector
 class UuidAlreadyExistsException
          Exception that indicates that a copy request failed because one of the UUIDs in the source branch already exists in the target workspace and the UUID conflict behavior is set to throw an exception instead of removing the existing nodes.
 

Methods in org.jboss.dna.graph.connector that throw RepositorySourceException
 RepositoryConnection RepositoryConnectionFactory.createConnection(String sourceName)
          Create a RepositoryConnection using the given RepositorySource name.
 void RepositoryConnection.execute(ExecutionContext context, Request request)
          Execute the supplied commands against this repository source.
 RepositoryConnection RepositorySource.getConnection()
          Get a connection from this source.
 RepositoryConnection RepositoryConnectionPool.getConnection()
          Get a connection from the pool.
 void RepositorySource.initialize(RepositoryContext context)
          Initialize this source to use the supplied RepositoryContext, from which this source can obtain the configuration defining this source, connections to other sources, and the execution context.
 int RepositoryConnectionPool.prestartAllCoreConnections()
          Starts all core connections, causing them to idly wait for use.
 boolean RepositoryConnectionPool.prestartCoreConnection()
          Starts a core connection, causing it to idly wait for use.
 void RepositoryConnectionPool.setCorePoolSize(int corePoolSize)
          Sets the core number of connections.
 

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

Methods in org.jboss.dna.graph.connector.federation that throw RepositorySourceException
 RepositoryConnection FederatedRepositorySource.getConnection()
          Get a connection from this source.
 void FederatedRepositorySource.initialize(RepositoryContext context)
          Initialize this source to use the supplied RepositoryContext, from which this source can obtain the configuration defining this source, connections to other sources, and the execution context.
 

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

Methods in org.jboss.dna.graph.connector.inmemory that throw RepositorySourceException
 RepositoryConnection InMemoryRepositorySource.getConnection()
          Get a connection from this source.
 void InMemoryRepositorySource.initialize(RepositoryContext context)
          Initialize this source to use the supplied RepositoryContext, from which this source can obtain the configuration defining this source, connections to other sources, and the execution context.
 

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

Methods in org.jboss.dna.graph.connector.map that throw RepositorySourceException
 void MapRepositoryConnection.execute(ExecutionContext context, Request request)
          Execute the supplied commands against this repository source.
 

Uses of RepositorySourceException in org.jboss.dna.graph.io
 

Methods in org.jboss.dna.graph.io that throw RepositorySourceException
 Graph.Batch GraphImporter.importXml(InputStream stream, Location location)
          Read the content from the supplied URI and import into the repository at the supplied location.
 Graph.Batch GraphImporter.importXml(InputStream stream, Location location, boolean skip)
          Read the content from the supplied URI and import into the repository at the supplied location.
 Graph.Batch GraphImporter.importXml(URI uri, Location location)
          Read the content from the supplied URI and import into the repository at the supplied location.
 Graph.Batch GraphImporter.importXml(URI uri, Location location, boolean skip)
          Read the content from the supplied URI and import into the repository at the supplied location.
 

Uses of RepositorySourceException in org.jboss.dna.graph.session
 

Methods in org.jboss.dna.graph.session that throw RepositorySourceException
 void GraphSession.immediateClone(Path source, String sourceWorkspace, Path destination, boolean removeExisting, boolean destPathIncludesSegment)
          Clone the supplied source branch and place into the destination location, optionally removing any existing copy that already exists in the destination location, doing so immediately without enqueuing the operation within the session's operations.
 void GraphSession.immediateCopy(Path source, Path destination)
          Copy the node at the supplied source path in the named workspace, and place the copy at the supplied location within the current workspace, doing so immediately without enqueuing the operation within the session's operations.
 void GraphSession.immediateCopy(Path source, String sourceWorkspace, Path destination)
          Copy the node at the supplied source path in the named workspace, and place the copy at the supplied location within the current workspace, doing so immediately without enqueuing the operation within the session's operations.
 void GraphSession.immediateMove(Path nodeToMove, Path destination)
          Move this node from its current location so that is is a child of the supplied parent, doing so immediately without enqueuing the operation within the session's operations.
 void GraphSession.refresh(boolean keepChanges)
          Refreshes (removes the cached state) for all cached nodes.
 void GraphSession.refresh(GraphSession.Node<Payload,PropertyPayload> node, boolean keepChanges)
          Refreshes (removes the cached state) for the given node and its descendants.
 



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