Class DocumentNodeStoreService


  • public class DocumentNodeStoreService
    extends Object
    The OSGi service to start/stop a DocumentNodeStore instance.
    • Constructor Detail

      • DocumentNodeStoreService

        public DocumentNodeStoreService()
    • Method Detail

      • activate

        protected void activate​(org.osgi.service.component.ComponentContext context,
                                org.apache.jackrabbit.oak.plugins.document.Configuration config)
                         throws Exception
        Throws:
        Exception
      • deactivate

        protected void deactivate()
      • bindBlobStore

        protected void bindBlobStore​(org.apache.jackrabbit.oak.spi.blob.BlobStore blobStore)
                              throws IOException
        Throws:
        IOException
      • unbindBlobStore

        protected void unbindBlobStore​(org.apache.jackrabbit.oak.spi.blob.BlobStore blobStore)
      • unbindDataSource

        protected void unbindDataSource​(DataSource dataSource)
      • unbindBlobDataSource

        protected void unbindBlobDataSource​(DataSource dataSource)