|
SolarMetric Kodo JDO 2.5.8 generated on January 11 2004 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--com.solarmetric.kodo.util.ChangeManager
Helper that ChangeTrackers can optionally use to implement
change tracking.
| Constructor Summary | |
ChangeManager(boolean issueAllAdds)
Constructor. |
|
| Method Summary | |
void |
added(Collection coll)
Call this method when new values are added to the proxy. |
void |
added(Object val)
Call this method when a new value is added to the proxy. |
Collection |
getAdded()
Returns the consolidated proxy additions. |
Collection |
getRemoved()
Returns the consolidated proxy removals. |
void |
removed(Collection coll)
Call this method when old values are removed from the proxy. |
void |
removed(Object val)
Call this method when an old value is removed from the proxy. |
| Methods inherited from class java.lang.Object |
|
| Constructor Detail |
public ChangeManager(boolean issueAllAdds)
issueAllAdds - whether to always include additions in the
added collection, even if the additions have
a corresponding remove; generally, maps should
issue all additions because a put of a
previously-removed key might be a new value,
while sets should not issue all additions| Method Detail |
public void added(Object val)
public void added(Collection coll)
public void removed(Object val)
public void removed(Collection coll)
public Collection getAdded()
public Collection getRemoved()
|
SolarMetric Kodo JDO 2.5.8 generated on January 11 2004 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||