|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface StructuredStore
An interface for a high-level object storage mechanism that uses hierarchical storage paths to refer to objects.
| Method Summary | |
|---|---|
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. |
| Method Detail |
|---|
java.lang.Object loadObject(java.lang.String storagePath)
void storeObject(java.lang.String storagePath,
java.lang.Object object)
throws StoreException
StoreException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||