Interface TaskCounter


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

      • getNextNumber

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