{
Iterator<ValueStoragePlugin> plugins = iterator();
while (plugins.hasNext())
{
ValueStoragePlugin plugin = plugins.next();
plugin.checkConsistency(dataConnection);
}
}
public ValueIOChannel getChannel(String storageId) throws IOException, ValueStorageNotFoundException
{