org.jboss.dna.graph.connector.map
Interface MapRepositorySource

All Superinterfaces:
Referenceable, RepositorySource, Serializable
All Known Implementing Classes:
InfinispanSource, InMemoryRepositorySource, JBossCacheSource

public interface MapRepositorySource
extends RepositorySource

An extension of the RepositorySource class that provides a cache policy and a repository context.


Method Summary
 CachePolicy getDefaultCachePolicy()
          Returns the cache policy for the repository source
 RepositoryContext getRepositoryContext()
          Returns the repository context for the repository source
 
Methods inherited from interface org.jboss.dna.graph.connector.RepositorySource
close, getCapabilities, getConnection, getName, getRetryLimit, initialize, setRetryLimit
 
Methods inherited from interface javax.naming.Referenceable
getReference
 

Method Detail

getDefaultCachePolicy

CachePolicy getDefaultCachePolicy()
Returns the cache policy for the repository source

Returns:
the cache policy for the repository source

getRepositoryContext

RepositoryContext getRepositoryContext()
Returns the repository context for the repository source

Returns:
the repository context for the repository source


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