org.jboss.dna.graph.connector
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
 ExecutionContext getExecutionContext()
          Get the execution context, which can be used to create other contexts with specific JAAS security contexts.
 RepositoryConnectionFactory getRepositoryConnectionFactory()
          Get the factory for connections to other sources.
 

Method Detail

getExecutionContext

ExecutionContext getExecutionContext()
Get the execution context, which can be used to create other contexts with specific JAAS security contexts.

Returns:
the execution context; never null

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.