Class QueueStateInfo

java.lang.Object
com.google.appengine.api.taskqueue.dev.QueueStateInfo

public final class QueueStateInfo extends Object
Dev Server task queue state descriptor.

Used by JSP/JSTL functions to display UI components. Access through JSTL can be somewhat awkward so a number of accessors in this class are made specifically for JSTL rendering. We've encountered some seemingly random NPEs in the pb library code that generates property descriptors for pbs that are used as java beans, and rather than trying to fight that battle we have instead taken the approach of not exposing any pbs to the JSP. Instead, we wrap pbs in standard java beans.

  • Constructor Details

  • Method Details

    • getEntry

      public com.google.apphosting.utils.config.QueueXml.Entry getEntry()
    • getMode

      public com.google.appengine.api.taskqueue.TaskQueuePb.TaskQueueMode.Mode getMode()
    • getBucketSize

      public int getBucketSize()
    • getTaskInfo

      public List<QueueStateInfo.TaskStateInfo> getTaskInfo()
    • getCountTasks

      public int getCountTasks()
    • getCountUnfinishedTasks

      public int getCountUnfinishedTasks()
    • getOldestTaskEta

      public Date getOldestTaskEta()