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

    Constructors
    Constructor
    Description
    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 Type
    Method
    Description
    Deprecated, for removal: This API element is subject to removal in a future version.
    Looks up and returns the configured repository.

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • JNDIRepositoryFactory

      public JNDIRepositoryFactory(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.
      Parameters:
      context - JNDI context
      name - JNDI name of the repository
  • Method Details