Class BackgroundThreadFactory

java.lang.Object
com.google.appengine.tools.development.BackgroundThreadFactory
All Implemented Interfaces:
ThreadFactory

public class BackgroundThreadFactory extends Object implements 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.