You are viewing a plain text version of this content. The canonical link for it is here.
Posted to droids-dev@incubator.apache.org by "Thorsten Scherler (JIRA)" <ji...@apache.org> on 2008/10/27 18:30:47 UTC

[jira] Updated: (DROIDS-19) [Patch] Create TaskValidator -- include concepts like: maxDepth and maxSize

     [ https://issues.apache.org/jira/browse/DROIDS-19?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Thorsten Scherler updated DROIDS-19:
------------------------------------

    Component/s: core

> [Patch] Create TaskValidator -- include concepts like: maxDepth and maxSize
> ---------------------------------------------------------------------------
>
>                 Key: DROIDS-19
>                 URL: https://issues.apache.org/jira/browse/DROIDS-19
>             Project: Droids
>          Issue Type: Improvement
>          Components: core
>            Reporter: Ryan McKinley
>            Priority: Blocker
>         Attachments: LABS-197-taskValidator.patch
>
>
> The TaskQueue should have an expendable way to check if a Task is valid.
> perhaps something like:
> {code:java}
>  
> public interface TaskValidator {
>   public boolean validateTask( Task task ) throws InvalidTaskException;
> }
> {code}

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.