Interface TaskCounter


@Role @Unstable public interface TaskCounter
Counter that handles the number generation for the tasks.
Since:
3.0
Version:
$Id$
  • Method Summary

    Modifier and Type
    Method
    Description
    int
     
  • Method Details

    • getNextNumber

      int getNextNumber() throws TaskException
      Returns:
      the next valid number for a task.
      Throws:
      TaskException - if the retrieval of the number failed.