Class BackgroundThreadFactory
java.lang.Object
com.google.appengine.tools.development.BackgroundThreadFactory
- All Implemented Interfaces:
ThreadFactory
This
ThreadFactory creates Thread objects that
live independent of the current request. This means that they
receive their own LocalEnvironment and have their own set
of request ID and RequestEndListener objects.-
Constructor Summary
ConstructorsConstructorDescriptionBackgroundThreadFactory(String appId, String moduleName, String majorVersionId) -
Method Summary
-
Constructor Details
-
BackgroundThreadFactory
-
-
Method Details
-
newThread
- Specified by:
newThreadin interfaceThreadFactory
-