Class JNDIRepositoryFactory
java.lang.Object
org.apache.jackrabbit.commons.repository.JNDIRepositoryFactory
- All Implemented Interfaces:
RepositoryFactory
@Deprecated(forRemoval=true)
public class JNDIRepositoryFactory
extends Object
implements RepositoryFactory
Deprecated, for removal: This API element is subject to removal in a future version.
Factory that looks up a repository from JNDI.
This class is deprecated and will be removed in future releases.
- Since:
- 1.4
-
Constructor Summary
ConstructorsConstructorDescriptionJNDIRepositoryFactory(Context context, String name) Deprecated, for removal: This API element is subject to removal in a future version.Creates a factory for looking up a repository from JNDI. -
Method Summary
Modifier and TypeMethodDescriptionDeprecated, for removal: This API element is subject to removal in a future version.Looks up and returns the configured repository.
-
Constructor Details
-
JNDIRepositoryFactory
Deprecated, for removal: This API element is subject to removal in a future version.Creates a factory for looking up a repository from JNDI.- Parameters:
context- JNDI contextname- JNDI name of the repository
-
-
Method Details
-
getRepository
Deprecated, for removal: This API element is subject to removal in a future version.Looks up and returns the configured repository.- Specified by:
getRepositoryin interfaceRepositoryFactory- Returns:
- repository instance
- Throws:
RepositoryException- if the repository can not be found
-
JndiRepositoryFactoryinstead