resynch

resynch();

The resynch method of the Object class marks the receiver objects as obsolete. This causes the latest edition of the object to be fetched from the server the next time the object is required.

For details about resynchronizing an object that is already in local cache, see the resynchObject method. For more details about object editions, see "Using Object Editions" under "Unlocking Objects", in Chapter 6 of the JADE Developer’s Reference.

When automatic cache coherency is enabled (by setting the AutomaticCacheCoherency parameter in the [JadeClient] section of the JADE initialization file to true), calling the Object class resynch method has no effect.

With automatic cache coherency, an object updated on another node is automatically reloaded in cache, even when it is the receiver of a method currently being executed.