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 ThreadManager.currentRequestThreadFactory().
  • Method Details

    • userRunnable

      public Runnable userRunnable()
      Returns the original Runnable that was supplied to the thread factory, before any wrapping we may have done.
    • start

      public void start()
      Overrides:
      start in class Thread
    • run

      public void run()
      Specified by:
      run in interface Runnable
      Overrides:
      run in class Thread