Hi Juozas, I changed the Store Interface. Checkout a fresh version. I also changed you SoftRefMemoryStore. But I don't know if I did every thing right. Could you please cross-check this!
Gerhard "God put me on this Earth to accomplish a certain number of things. Right now, I am so far behind I shall never die." >-----Original Message----- >From: Gerhard Froehlich [mailto:[EMAIL PROTECTED]] >Sent: Saturday, January 19, 2002 4:41 PM >To: Jakarta Commons Developers List >Subject: [simplestore] changing the interface > > >Hi Juozas, > >>Agree, then I will move the StoreJanitor in a different package. Maybe we >>can forget it totally. >> >>I will change the interface today. But I think (as you) the most important >>things are Test classes and benchmarks. > >I (try) think about the interface. What is better to implement the Map interface >+ our own interface or defining only our own interface. What do you think? In >the moment I implement the Map interface too. But then we are forced to use >in the most of the methods like put or somethink else their Exception! > >In our interface there is only too method remaining: >Store getNextStore() and >void free() > >free(), because that's the method which throws out the not needed object depending >on the alghorithm! > > Gerhard > > > >-- >To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> >For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> > > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
