29 using System.Reflection;
32 namespace OpenSim.
Region.Framework.Interfaces
65 bool AttachObjectStore(
UUID objectID);
66 bool CreateStore(
string value, ref
UUID result);
67 bool DestroyStore(
UUID storeID);
72 bool TestStore(
UUID storeID);
74 bool SetValue(
UUID storeID,
string path,
string value,
bool useJson);
75 bool RemoveValue(
UUID storeID,
string path);
76 bool GetValue(
UUID storeID,
string path,
bool useJson, out
string value);
81 int GetArrayLength(
UUID storeID,
string path);
delegate void TakeValueCallback(string s)