Re: SCB1381 - Scarab summary page
"Youngho Cho" <[email protected]>
| Newsgroups | gmane.comp.java.scarab.devel |
|---|---|
| Message-ID | <000a01c87d89$74d16290$6401a8c0@Jiheun> |
Hello Johannes, I don't know what exact situation here but How about try like Put ReportManager.getMethodResult().put(contents, this, "getValueAt", new Integer(row),new Integer(column)); Remove ReportManager.getMethodResult().removeAll(object, "getValueAt"); Thanks, Youngho ----- Original Message ----- From: "Johannes Hoechstaedter" <[email protected]> To: "Dev List Scarab" <[email protected]> Sent: Monday, March 03, 2008 10:58 PM Subject: SCB1381 - Scarab summary page > Hi everybody, > > I am working for a new revision of the patch for issue 1381. But I have > a problem now. I want to clear the method cache for the ReportManager, > where the values for the table are stored, when an entry in the activity > table is created, and the method cache for ModuleManager, with the > ReportBridge instances when a module is changed. > > The following line in ActivityManager works fine: > > ReportManager.getMethodResult().clear(); > > this line in ActivityManager not: > ReportManager.getMethodResult().removeAll(ReportTableModel.class,"getValueAt"); > > why? > > the put method int ReportTableModel is: > ReportManager.getMethodResult().put(contents,this.getClass(),"getValueAt",new > Integer(row),new Integer(column)); > > thankx in advance > Johannes > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected]