|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.modeshape.jcr.JcrRepository.FederatedRepositoryContext
protected class JcrRepository.FederatedRepositoryContext
Constructor Summary | |
---|---|
protected |
JcrRepository.FederatedRepositoryContext(RepositoryConnectionFactory nonFederatingConnectionFactory)
|
Method Summary | |
---|---|
Subgraph |
getConfiguration(int depth)
Get a snapshot of the current configuration for the RepositorySource . |
ExecutionContext |
getExecutionContext()
Get the execution context, which can be used to create other contexts with specific JAAS security contexts. |
Observer |
getObserver()
Get the observer that the connector may use to publish changes. |
RepositoryConnectionFactory |
getRepositoryConnectionFactory()
Get the factory for connections to other sources. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected JcrRepository.FederatedRepositoryContext(RepositoryConnectionFactory nonFederatingConnectionFactory)
Method Detail |
---|
public Subgraph getConfiguration(int depth)
RepositorySource
. The root of the subgraph will be the node in
the configuration that represents the RepositorySource.
getConfiguration
in interface RepositoryContext
depth
- the max depth of the configuration subgraph
RepositoryContext.getConfiguration(int)
public ExecutionContext getExecutionContext()
getExecutionContext
in interface RepositoryContext
RepositoryContext.getExecutionContext()
public Observer getObserver()
getObserver
in interface RepositoryContext
RepositoryContext.getObserver()
public RepositoryConnectionFactory getRepositoryConnectionFactory()
connections
to other sources.
getRepositoryConnectionFactory
in interface RepositoryContext
RepositoryContext.getRepositoryConnectionFactory()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |