org.khelekore.rnio
Interface TaskIdentifier

All Known Implementing Classes:
DefaultTaskIdentifier

public interface TaskIdentifier

Identifier for a long and/or slow operation.

Author:
Robert Olofsson

Method Summary
 String getDescription()
          Get the description of this task.
 String getGroupId()
          Get the group id.
 

Method Detail

getGroupId

String getGroupId()
Get the group id. The group id is a category name for example "DNS Lookup".


getDescription

String getDescription()
Get the description of this task. The description provides additional information about the task and can be something like "dns lookup of yahoo.com"