mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

Matthew Swift
18.37.2014 25517c76f0939788908cf2adea012ff0f39b2aca
opendj3-server-dev/src/server/org/opends/server/backends/pluggable/spi/Storage.java
@@ -27,11 +27,14 @@
package org.opends.server.backends.pluggable.spi;
import java.io.Closeable;
import java.util.Map;
import org.opends.server.admin.std.server.PersistitBackendCfg;
public interface Storage extends Closeable
{
  void initialize(Map<String, String> options) throws Exception;
  void initialize(PersistitBackendCfg cfg) throws Exception;
  Importer startImport() throws Exception;