org.apache.jackrabbit.commons
Class GenericRepositoryFactory

java.lang.Object
  extended by org.apache.jackrabbit.commons.JndiRepositoryFactory
      extended by org.apache.jackrabbit.commons.GenericRepositoryFactory
All Implemented Interfaces:
RepositoryFactory

Deprecated.

@Deprecated
public class GenericRepositoryFactory
extends JndiRepositoryFactory

Renamed to JndiRepositoryFactory. This class will be removed in Jackrabbit 2.0. Please use the JcrUtils.REPOSITORY_URI constant instead of the URI constant in this class.


Field Summary
static String URI
          Deprecated. Please use JcrUtils.REPOSITORY_URI instead.
 
Fields inherited from class org.apache.jackrabbit.commons.JndiRepositoryFactory
JNDI_NAME
 
Constructor Summary
GenericRepositoryFactory()
          Deprecated.  
 
Method Summary
 
Methods inherited from class org.apache.jackrabbit.commons.JndiRepositoryFactory
getRepository
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

URI

public static final String URI
Deprecated. 
Please use JcrUtils.REPOSITORY_URI instead.

See Also:
Constant Field Values
Constructor Detail

GenericRepositoryFactory

public GenericRepositoryFactory()
Deprecated. 


Copyright © 2004-2010 The Apache Software Foundation. All Rights Reserved.