Uses of Class
org.apache.sling.jcr.base.AbstractSlingRepository2

Packages that use AbstractSlingRepository2
org.apache.sling.jcr.base The org.apache.sling.jcr.base package provides basic support to expose JCR repositories in Sling. 
 

Uses of AbstractSlingRepository2 in org.apache.sling.jcr.base
 

Methods in org.apache.sling.jcr.base that return AbstractSlingRepository2
protected abstract  AbstractSlingRepository2 AbstractSlingRepositoryManager.create(org.osgi.framework.Bundle usingBundle)
          Creates an instance of the AbstractSlingRepository2 implementation for use by the given usingBundle.
 

Methods in org.apache.sling.jcr.base with parameters of type AbstractSlingRepository2
protected abstract  void AbstractSlingRepositoryManager.destroy(AbstractSlingRepository2 repositoryServiceInstance)
          Cleans up the given AbstractSlingRepository2 instance previously created by the AbstractSlingRepositoryManager.create(Bundle) method.
 



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