org.codehaus.plexus.taskqueue
Interface Task


public interface Task

Version:
$Id: Task.java 3681 2006-08-26 02:21:05Z kenney $
Author:
Jason van Zyl, Trygve Laugstøl

Method Summary
 long getMaxExecutionTime()
           
 

Method Detail

getMaxExecutionTime

public long getMaxExecutionTime()
Returns:
the maximum time in milliseconds this task may run before it's cancelled.


Copyright © 2001-2008 Codehaus. All Rights Reserved.