Uses of Interface
org.modeshape.jdbc.delegate.RepositoryDelegate

Packages that use RepositoryDelegate
org.modeshape.jdbc   
org.modeshape.jdbc.delegate   
 

Uses of RepositoryDelegate in org.modeshape.jdbc
 

Methods in org.modeshape.jdbc that return RepositoryDelegate
 RepositoryDelegate JcrConnection.getRepositoryDelegate()
          Returns the interface used to communicate to the Jcr Repository.
 

Constructors in org.modeshape.jdbc with parameters of type RepositoryDelegate
JcrConnection(RepositoryDelegate jcrDelegate, DriverInfo driverInfo)
           
 

Uses of RepositoryDelegate in org.modeshape.jdbc.delegate
 

Classes in org.modeshape.jdbc.delegate that implement RepositoryDelegate
 class AbstractRepositoryDelegate
          The AbstractRepositoryDelegate provides the common logic for the implementation of the RepositoryDelegate
 class HttpRepositoryDelegate
          The HTTPRepositoryDelegate provides remote Repository implementation to access the Jcr layer via HTTP lookup.
 class LocalRepositoryDelegate
          The LocalRepositoryDelegate provides a local Repository implementation to access the Jcr layer via JNDI Lookup.
 

Methods in org.modeshape.jdbc.delegate that return RepositoryDelegate
protected  RepositoryDelegate RepositoryDelegateFactory.create(int protocol, String url, Properties info, LocalJcrDriver.JcrContextFactory contextFactory)
           
 RepositoryDelegate RepositoryDelegateFactory.createRepositoryDelegate(String url, Properties info, LocalJcrDriver.JcrContextFactory contextFactory)
          Create a RepositoryDelegate instance, given the connection information.
 



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