All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----bank.storage.DbAdaptor | +----bank.storage.FileBaseDbAdaptor | +----bank.storage.TextFileDbAdaptor
protected FileWriter fWriter
protected FileReader fReader
protected String filename
public TextFileDbAdaptor(Object targetDomain)
protected void closeFiler(String mode) throws IOException
protected StringParsable createDomain(String lineString)
protected void createFiler(String mode) throws IOException, FileNotFoundException
protected void fileClose(String mode)
protected void fileOpen(String mode) throws NotFoundException
protected String makeFilename(Object idValue)
protected Object read()
public synchronized Object retrieve(Object idValue) throws NotFoundException
public synchronized void store(Object o, Object idValue)
protected void write(Object o)
All Packages Class Hierarchy This Package Previous Next Index