Before sending the response back to the client, RF will ask each EntityProxy 
it has seen whether it's still "live"; and if it's not, it'll tell the 
client that the entity has been deleted (generating an 
EntityProxyChange(DELETED) event on the client-side). This is done by asking 
the entity's Locator#isLive, which by default does "find(entity.getClass(), 
getId(entity)) != null".
You can very well override this isLive method in your Locator if you can 
provide a more efficient check (or want to bypass the check, unconditionally 
returning 'true').

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to