Package com.google.apphosting.runtime
Class ApiProxyImpl.CurrentRequestThread
- java.lang.Object
-
- java.lang.Thread
-
- com.google.apphosting.runtime.ApiProxyImpl.CurrentRequestThread
-
- All Implemented Interfaces:
Runnable
- Enclosing class:
- ApiProxyImpl
public static class ApiProxyImpl.CurrentRequestThread extends Thread
A thread created by {@code ThreadManager.currentRequestThreadFactory().
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class java.lang.Thread
Thread.State, Thread.UncaughtExceptionHandler
-
-
Field Summary
-
Fields inherited from class java.lang.Thread
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
run()
void
start()
Runnable
userRunnable()
Returns the original Runnable that was supplied to the thread factory, before any wrapping we may have done.-
Methods inherited from class java.lang.Thread
activeCount, checkAccess, clone, countStackFrames, currentThread, destroy, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, stop, stop, suspend, toString, yield
-
-
-
-
Method Detail
-
userRunnable
public Runnable userRunnable()
Returns the original Runnable that was supplied to the thread factory, before any wrapping we may have done.
-
-