com.sun.jdmk
Interface TaskServer

All Known Implementing Classes:
DaemonTaskServer

public interface TaskServer

This interface is implemented by objects that are able to execute tasks. Whether the task is executed in the client thread or in another thread depend on the TaskServer implementation.

See Also:
Task

Method Summary
 void submitTask(Task task)
           
 

Method Detail

submitTask

public void submitTask(Task task)