Uses of Interface
com.google.appengine.api.LifecycleManager.ShutdownHook
-
Packages that use LifecycleManager.ShutdownHook Package Description com.google.appengine.api -
-
Uses of LifecycleManager.ShutdownHook in com.google.appengine.api
Methods in com.google.appengine.api with parameters of type LifecycleManager.ShutdownHook Modifier and Type Method Description void
LifecycleManager. setShutdownHook(LifecycleManager.ShutdownHook hook)
Register a ShutdownHook to be called when the runtime shuts down.
-