|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.google.appengine.api.taskqueue.DeferredTaskContext
public class DeferredTaskContext
Resources for managing DeferredTask
.
Field Summary | |
---|---|
static java.lang.String |
DEFAULT_DEFERRED_URL
The URL the DeferredTask servlet is mapped to by default. |
static java.lang.String |
RUNNABLE_TASK_CONTENT_TYPE
The content type of a serialized DeferredTask . |
Method Summary | |
---|---|
static HttpServletRequest |
getCurrentRequest()
Returns the HttpServletRequest instance for the current running
deferred task for the current thread or null if there is
no current deferred task active for this thread. |
static HttpServletResponse |
getCurrentResponse()
Returns the HttpServletResponse instance for the current running
deferred task for the current thread or null if there is
no current deferred task active for this thread. |
static HttpServlet |
getCurrentServlet()
Returns the HttpServlet instance for the current running
deferred task for the current thread or null if there is
no current deferred task active for this thread. |
static void |
setDoNotRetry(boolean value)
Sets the action on task failure. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String RUNNABLE_TASK_CONTENT_TYPE
DeferredTask
.
public static final java.lang.String DEFAULT_DEFERRED_URL
Method Detail |
---|
public static HttpServlet getCurrentServlet()
HttpServlet
instance for the current running
deferred task for the current thread or null
if there is
no current deferred task active for this thread.
public static HttpServletRequest getCurrentRequest()
HttpServletRequest
instance for the current running
deferred task for the current thread or null
if there is
no current deferred task active for this thread.
public static HttpServletResponse getCurrentResponse()
HttpServletResponse
instance for the current running
deferred task for the current thread or null
if there is
no current deferred task active for this thread.
public static void setDoNotRetry(boolean value)
setDoNotRetry(boolean)
(false) is
set, the task will not be retried.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |