[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[news.eclipse.dsdp] RSE 1.0.1: Persisting property sets of an IHost

Hi all,
I am adding a property set to a connection (IHost) and using the commit() method of IHost they are persisted onto disk (I verified that in the file system). That is what I expected, so far so good. The question now is, how to retrieve them from disk. If I call getPropertySet() on the respective IHost the property set is not there. It is still on disk, but it is obviously not loaded. How do I do that?
Thanks
Andreas