| Re: [ecf-dev] Problem with SharedObject API |
Hi Pavel,
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
Thanks Scott.
Tests works fine, my code works too. But I do not understand why this code is in TestSharedObject (in method initialize()):
// This is a replica, so initialize the name from property name = (String) getConfig().getProperties().get(NAME_PROPERTY);
Is this code a deserialization from Config to SharedObject? Why name do
not replicate with SharedObject automaticaly?
And another question: Does SharedObject API have any listeners that
calls when shared object has been added?
Scott