org.apache.jackrabbit.oak.jcr.osgi
Class RepositoryManager

java.lang.Object
  extended by org.apache.jackrabbit.oak.jcr.osgi.RepositoryManager

public class RepositoryManager
extends Object

RepositoryManager constructs the Repository instance and registers it with OSGi Service Registry. By default it would not be active and would require explicit configuration to be registered so as create repository. This is done to prevent repository creation in scenarios where repository needs to be configured in a custom way


Constructor Summary
RepositoryManager()
           
 
Method Summary
 void activate(org.osgi.framework.BundleContext bundleContext, Map<String,?> config)
           
 void deactivate()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RepositoryManager

public RepositoryManager()
Method Detail

activate

@Activate
public void activate(org.osgi.framework.BundleContext bundleContext,
                              Map<String,?> config)
              throws Exception
Throws:
Exception

deactivate

@Deactivate
public void deactivate()


Copyright © 2012-2014 The Apache Software Foundation. All Rights Reserved.