|
FreeHEP API Version current |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object hep.aida.ref.xml.AidaXMLStore
Constructor Summary | |
AidaXMLStore()
|
Method Summary | |
void |
close()
Close Store and free all resources associated with it. |
void |
commit(IDevTree tree,
Map optionsMap)
Copy data from Tree to the Store. |
boolean |
isReadOnly()
Returns true if the store only supports reading. |
void |
read(IDevTree tree,
Map optionsMap,
boolean readOnly,
boolean createNew)
Populate AIDA Tree: create appropriate AIDA objects in the Tree and fill them with data from the Store. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public AidaXMLStore()
Method Detail |
public boolean isReadOnly()
IStore
isReadOnly
in interface IStore
public void read(IDevTree tree, Map optionsMap, boolean readOnly, boolean createNew) throws IOException
IStore
read
in interface IStore
IOException
- If there are problems reading from the Storepublic void commit(IDevTree tree, Map optionsMap) throws IOException
IStore
commit
in interface IStore
IOException
- If there are problems writing to the Store or the Store is Read-Only.public void close()
IStore
close
in interface IStore
|
FreeHEP API Version current |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |