public interface StructuredStore
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
loadObject(java.lang.String storagePath)
Returns an object for the given storage path; null if the named object is
not in the store.
|
void |
storeObject(java.lang.String storagePath,
java.lang.Object object)
Stores the object using the given path.
|
java.lang.Object loadObject(java.lang.String storagePath)
void storeObject(java.lang.String storagePath,
java.lang.Object object)
throws StoreException
StoreException