public final class GAETaskHandle extends Object implements TaskHandle
| Modifier and Type | Field and Description |
|---|---|
private com.google.appengine.api.taskqueue.TaskHandle |
gaeTaskHandle
GAE task handle.
|
| Constructor and Description |
|---|
GAETaskHandle(com.google.appengine.api.taskqueue.TaskHandle gaeTaskHandle)
Constructs a task handle with the specified GAE task handle.
|
| Modifier and Type | Method and Description |
|---|---|
long |
getEtaMillis() |
String |
getQueueName() |
int |
getRetriedCount() |
String |
getTaskName() |
private com.google.appengine.api.taskqueue.TaskHandle gaeTaskHandle
public GAETaskHandle(com.google.appengine.api.taskqueue.TaskHandle gaeTaskHandle)
gaeTaskHandle - the specified GAE task handlepublic long getEtaMillis()
getEtaMillis in interface TaskHandlepublic String getQueueName()
getQueueName in interface TaskHandlepublic int getRetriedCount()
getRetriedCount in interface TaskHandlepublic String getTaskName()
getTaskName in interface TaskHandleCopyright © 2010–2016 B3log. All rights reserved.