Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-dev] PDom locking, lifecycle of PDom objects

Hi,
I am trying to understand how to safely use the PDom. I have a bunch of
questions. I can only ask the first one, as the next one will depend on
the first answer. 

Objects obtained by the PDOM (e.g. PDOMName) will actually access the
database when I invoke methods (e.g. PDOMName.toCharArray()) on them.
What happens if the database was modified after the PDOM object was
handed to me?

Markus.


Back to the top