Class JNDIRepositoryFactory

java.lang.Object
org.apache.jackrabbit.commons.repository.JNDIRepositoryFactory
All Implemented Interfaces:
RepositoryFactory

public class JNDIRepositoryFactory extends Object implements RepositoryFactory
Factory that looks up a repository from JNDI.
Since:
1.4
  • Constructor Details

    • JNDIRepositoryFactory

      public JNDIRepositoryFactory(Context context, String name)
      Creates a factory for looking up a repository from JNDI.
      Parameters:
      context - JNDI context
      name - JNDI name of the repository
  • Method Details