org.apache.jackrabbit.jca
Class JCARepositoryManager

java.lang.Object
  extended byorg.apache.jackrabbit.jca.JCARepositoryManager

public final class JCARepositoryManager
extends Object

This class implements the repository manager.


Method Summary
 org.apache.jackrabbit.core.RepositoryImpl createRepository(String homeDir, String configFile)
          Create repository.
static JCARepositoryManager getInstance()
          Return the instance.
 void shutdownRepository(String homeDir, String configFile)
          Shutdown the repository.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

createRepository

public org.apache.jackrabbit.core.RepositoryImpl createRepository(String homeDir,
                                                                  String configFile)
                                                           throws RepositoryException
Create repository.

Throws:
RepositoryException

shutdownRepository

public void shutdownRepository(String homeDir,
                               String configFile)
Shutdown the repository.


getInstance

public static JCARepositoryManager getInstance()
Return the instance.



Copyright © 2005 The Apache Software Foundation. All Rights Reserved.