Class RequestThreadFactory
java.lang.Object
com.google.appengine.tools.development.RequestThreadFactory
- All Implemented Interfaces:
ThreadFactory
This
ThreadFactory creates Thread objects that
replicate the current request's environment, and are interrupted
when the current request completes.-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
RequestThreadFactory
public RequestThreadFactory()
-
-
Method Details
-
newThread
- Specified by:
newThreadin interfaceThreadFactory
-