hep.aida.dev
Interface IStore
- All Known Subinterfaces:
- IBackingStore
- public interface IStore
Developer level interface to Store.
FIXME: We need methods to retrieve objects from the store
- Version:
- 2.0, 06-02-2001
- Author:
- Pavel Binko, Dino Ferrero Merlino, Wolfgang Hoschek, Tony Johnson, Andreas Pfeiffer, Mark Donszelmann, Guy Barrand
- Source Code:
- IStore.java
select
public void select(String location)
throws IOException
- Parameters:
location
- e.g. filename
commit
public void commit()
throws IOException
close
public void close()
throws IOException
write
public void write(IManagedObject object,
String id)
throws IOException
Copyright © 2000, 2001 AIDA Team, All Rights Reserved.