1.43.3.3. Value I/O channel

Channel should implement ValueIOChannel interface. CRUD operation for Value Storage:

ValueData read(String propertyId, int orderNumber, int maxBufferSize) throws IOException;
void write(String propertyId, ValueData data) throws IOException;
void delete(String propertyId) throws IOException;
Copyright ©2012. All rights reserved. eXo Platform SAS