Package org.modeshape.jdbc.delegate


Interface Summary
RepositoryDelegate Represents the communication interface thru which the JDBC logic will obtain a connection and issue commands to the Jcr layer.
 

Class Summary
AbstractRepositoryDelegate The AbstractRepositoryDelegate provides the common logic for the implementation of the RepositoryDelegate
ConnectionInfo The ConnectionInfo contains the information used to connect to the Jcr Repository.
HttpRepositoryDelegate The HTTPRepositoryDelegate provides remote Repository implementation to access the Jcr layer via HTTP lookup.
LocalRepositoryDelegate The LocalRepositoryDelegate provides a local Repository implementation to access the Jcr layer via JNDI Lookup.
RepositoryDelegateFactory The RepositoryDelegateFactory is used to create the required type of RepositoryDelegate based upon the url provided.
 



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