1.43.3.1. Storages provider:

Container implementation obtains Values Storages option via ValueStoragePluginProvider component. Provider acts as a factory of Value channels (ValueIOChannel) and has two methods for this purpose:

ValueIOChannel getApplicableChannel(PropertyData property, int valueOrderNumer) throws IOException;
ValueIOChannel getChannel(String storageId) throws IOException, ValueStorageNotFoundException;

There is also method for consistency check, but this method doesn't used anywhere and storage implementations has it empty.

Copyright ©2012. All rights reserved. eXo Platform SAS