|
FreeHEP API Version current |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Developer level interface to an IMutableStore.
| Method Summary | |
hep.aida.IManagedObject |
createObject(String name,
String type)
Create an IManagedObject that can be later updated. |
void |
updateData(String path,
String type)
Initiates the process of updating content for an IManagedObject. |
| Methods inherited from interface hep.aida.dev.IOnDemandStore |
read |
| Methods inherited from interface hep.aida.dev.IStore |
close, commit, isReadOnly, read |
| Method Detail |
public void updateData(String path,
String type)
throws IllegalArgumentException
path - The path to the object which is to be updated.type - Type of object (this parameter does not have to be used).
IllegalArgumentException - If the path does not exist, or if it is a directory.
public hep.aida.IManagedObject createObject(String name,
String type)
throws IllegalArgumentException
name - Simple name of an object which is to be created, no directories.type - Type of object.
IllegalArgumentException - If unknown type.
|
FreeHEP API Version current |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||