org.sakaiproject.search.tool.model
Interface WorkerThread


public interface WorkerThread

The thread model

Author:
ieb

Method Summary
 String getEta()
          the expeted time of arrival
 String getName()
          the name of the worker thread
 String getStatus()
          The status of the thread (current)
 

Method Detail

getName

String getName()
the name of the worker thread

Returns:

getEta

String getEta()
the expeted time of arrival

Returns:

getStatus

String getStatus()
The status of the thread (current)

Returns:


Copyright © 2003-2012 Sakai Project. All Rights Reserved.