org.objectweb.perseus.distribution.lib
Class TaskPerformer
java.lang.Object
org.objectweb.perseus.distribution.lib.TaskPerformer
- Runnable
public class TaskPerformer
extends java.lang.Object
implements Runnable
This class is an implementation of Runnable that performs thread of tasks.
It repeatedly gets a ready thread and performs its running task until a
'null' thread is returned meaning that it must exit.
A call to start must be done before it can be ran
(this is done when adding it to the scheduler)
TaskPerformer
public TaskPerformer(String name)
toString
public String toString()
Copyright © 2000-2002 France Telecom S.A., INRIA, IMAG-LSR All Rights Reserved.