On 6 Mar 2010, at 17:35, Nacho Coloma wrote:
-- Nacho. P.S.: hey GAE guys: can you add a datastore.getActiveTransactions() method? We are storing the same info using a redundant ThreadLocal! (GAE is doing the same, just make that information public :)
Nacho, there is already a public DatastoreService.getActiveTransactions() that returns the threads open transactions. Is this not what you want?
http://code.google.com/appengine/docs/java/javadoc/com/google/appengine/api/datastore/DatastoreService.html#getActiveTransactions() -- You received this message because you are subscribed to the Google Groups "Google App Engine for Java" 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-appengine-java?hl=en.
