|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
@ThreadSafe 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
.
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. |
Method Detail |
---|
ExecutionContext getExecutionContext()
RepositoryConnectionFactory getRepositoryConnectionFactory()
connections
to other sources.
Observer getObserver()
Subgraph getConfiguration(int depth)
RepositorySource
. The root of the subgraph will be the node in
the configuration that represents the RepositorySource.
depth
- the max depth of the configuration subgraph
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |