Uses of Class
com.google.apphosting.runtime.RequestManager.RequestToken
-
Packages that use RequestManager.RequestToken Package Description com.google.apphosting.runtime -
-
Uses of RequestManager.RequestToken in com.google.apphosting.runtime
Methods in com.google.apphosting.runtime that return RequestManager.RequestToken Modifier and Type Method Description RequestManager.RequestTokenRequestManager. startRequest(AppVersion appVersion, AnyRpcServerContext rpc, com.google.apphosting.base.protos.RuntimePb.UPRequest upRequest, MutableUpResponse upResponse, ThreadGroup requestThreadGroup)Set up any state necessary to execute a new request using the specified parameters.Methods in com.google.apphosting.runtime with parameters of type RequestManager.RequestToken Modifier and Type Method Description voidRequestManager. finishRequest(RequestManager.RequestToken requestToken)Tear down any state associated with the specified request, and restore the current thread's state as it was beforestartRequestwas called.voidRequestManager. sendDeadline(RequestManager.RequestToken token, boolean isUncatchable)voidRequestManager. shutdownRequests(RequestManager.RequestToken token)Notify requests that the server is shutting down.Constructors in com.google.apphosting.runtime with parameters of type RequestManager.RequestToken Constructor Description DeadlineRunnable(RequestManager requestManager, RequestManager.RequestToken token, boolean isUncatchable)
-