Hi,

Backends Overview page:

http://code.google.com/appengine/docs/java/backends/overview.html

Briefly explains how to use LifecycleManager. Therefore, reference to its 
javadoc

http://code.google.com/appengine/docs/java/javadoc/com/google/appengine/api/LifecycleManager.html

does not work for me: 404 error code.

Where I can explanation to LifecycleManager and what else it can be used for 
?

My specific questions:

1. does 
com.google.appengine.api.LifecycleManager<eclipse-javadoc:%E2%98%82=ED/D:%5C/freelance%5C/adaptlogic%5C/eclipse%5C/plugins%5C/com.google.appengine.eclipse.sdkbundle_1.5.0.r35v201105092302%5C/appengine-java-sdk-1.5.0%5C/lib%5C/user%5C/appengine-api-1.0-sdk-1.5.0.jar%3Ccom.google.appengine.api(LifecycleManager.class%E2%98%83LifecycleManager>.beginShutdown(long
 
deadline) method called from within backend makes backend to shut down. Is 
that guaranteed

2. does LifecycleManager works for regular dynamic non-backend instance? 
Especially I would like to know if I can use ShutdownHook to flush some 
instance data to the datastore.

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine for Java" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-appengine-java/-/OUhFWGJtVDZPU1VK.
To post to this group, send email to google-appengine-java@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.

Reply via email to