org.jboss.dna.graph.connectors
Interface RepositoryContext


public interface RepositoryContext

The context for a repository. This interface need not be implemented by a RepositorySource, as it is normally provided to the source when initialized.

Author:
Randall Hauch

Method Summary
 ExecutionContextFactory getExecutionContextFactory()
          Get the factory that can be used to create execution contexts.
 RepositoryConnectionFactory getRepositoryConnectionFactory()
          Get the factory for connections to other sources.
 

Method Detail

getExecutionContextFactory

ExecutionContextFactory getExecutionContextFactory()
Get the factory that can be used to create execution contexts.

Returns:
the execution context factory

getRepositoryConnectionFactory

RepositoryConnectionFactory getRepositoryConnectionFactory()
Get the factory for connections to other sources.

Returns:
the connection factory


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