Package com.google.apphosting.runtime
Interface RequestThreadManager
-
- All Known Implementing Classes:
RequestManager
public interface RequestThreadManager
Thread manager interface for specifically getting request threads
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<Thread>
getRequestThreads(AppVersionKey appVersionKey)
-
-
-
Method Detail
-
getRequestThreads
List<Thread> getRequestThreads(AppVersionKey appVersionKey)
-
-