Class RequestManager.RequestToken

java.lang.Object
com.google.apphosting.runtime.RequestManager.RequestToken
Enclosing class:
RequestManager

public static class RequestManager.RequestToken extends Object
RequestToken acts as a Memento object that passes state between a call to startRequest and finishRequest. It should be treated as opaque by clients.
  • Method Details

    • getState

      public RequestState getState()
    • getRequestId

      public String getRequestId()
    • getSecurityTicket

      public String getSecurityTicket()
    • getAppVersion

      public AppVersion getAppVersion()
    • getAppVersionKey

      public AppVersionKey getAppVersionKey()
    • getDeadline

      public long getDeadline()
    • getStartTimeMillis

      public long getStartTimeMillis()
    • addAppLogMessage

      public void addAppLogMessage(ApiProxy.LogRecord.Level level, String message)