This interface encapsulates a service request to be executed on a separate
thread. Clients create concrete implementations of this interface and
notify the WorkManager to execute the command in a free thread.
author: Sun Microsystems, Inc.
Method Summary
void
execute() This method will contain the code to be executed.