| Interface | Description |
|---|---|
| RepositoryDelegate |
Represents the communication interface thru which the JDBC logic will obtain a connection and issue commands to the Jcr layer.
|
| Class | Description |
|---|---|
| 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.
|
| LocalRepositoryDelegate |
The LocalRepositoryDelegate provides a local Repository implementation to access the Jcr layer via JNDI Lookup.
|
| LocalSession | |
| RepositoryDelegateFactory |
The RepositoryDelegateFactory is used to create the required type of
RepositoryDelegate based upon the url
provided. |
Copyright © 2008-2014 JBoss, a division of Red Hat. All Rights Reserved.