public interface RepositoryFactory extends Callable<Object>
The repository factory to use is usually specified in the MBean configuration file.
Modifier and Type | Method and Description |
---|---|
Object |
call()
Constructs the low-level repository with the name previously passed to
#init . |
Copyright © 2017 Nuxeo. All rights reserved.