org.openl.rules.repository
Interface RRepositoryFactory


public interface RRepositoryFactory

Interface for concrete repository factories.

Author:
Aleh Bykhavets

Method Summary
 RRepository getRepositoryInstance()
          Gets new instance of JCR Repository.
 void initialize(org.openl.config.ConfigSet confSet)
          Initialize factory.
 void release()
           
 

Method Detail

getRepositoryInstance

RRepository getRepositoryInstance()
                                  throws RRepositoryException
Gets new instance of JCR Repository.

Returns:
new instance of JCR Repository
Throws:
RRepositoryException - if failed

initialize

void initialize(org.openl.config.ConfigSet confSet)
                throws RRepositoryException
Initialize factory.

Parameters:
confSet - configuration data
Throws:
RRepositoryException - if failed

release

void release()
             throws RRepositoryException
Throws:
RRepositoryException


Copyright © 2010. All Rights Reserved.