
User: svn_ceriel Date: 2010/10/04 02:34 PM Modified: /trunk/documents/saga-core-binding-java/implementation/VU/src/org/ogf/saga/task/ TaskContainer.java Log: Removed method listTasks(), as it now does exactly the same as getTasks() File Changes: Directory: /trunk/documents/saga-core-binding-java/implementation/VU/src/org/ogf/saga/task/ =========================================================================================== File [modified]: TaskContainer.java Delta lines: +0 -19 =================================================================== --- trunk/documents/saga-core-binding-java/implementation/VU/src/org/ogf/saga/task/TaskContainer.java 2010-09-24 13:56:15 UTC (rev 1287) +++ trunk/documents/saga-core-binding-java/implementation/VU/src/org/ogf/saga/task/TaskContainer.java 2010-10-04 19:32:14 UTC (rev 1288) @@ -268,25 +268,6 @@ NoSuccessException; /** - * Lists the tasks in this task container. - * - * @return - * an array of tasks. - * @exception NotImplementedException - * is thrown if the implementation does not provide an - * implementation of this method. - * @exception TimeoutException - * is thrown when a remote operation did not complete successfully - * because the network communication or the remote service timed - * out. - * @exception NoSuccessException - * is thrown when the operation was not successfully performed, - * and none of the other exceptions apply. - */ - public Task<?,?>[] listTasks() throws NotImplementedException, TimeoutException, - NoSuccessException; - - /** * Gets a single task from the task container. * * @param id