org.objectweb.perseus.distribution.lib

Interface Task

public interface Task

This interface must be used to define tasks to be added to threads of tasks (instances of TaskThread), performed by perfomers (instances of TaskPerformers) and scheduled by an instance of TaskScheduler

Method Summary

void
perform(long taskSN)
Perform the task with the serial number taskSN

Method Details

perform

public void perform(long taskSN)
Perform the task with the serial number taskSN

Parameters:
taskSN - the sequence number of the task


Copyright © 2000-2002 France Telecom S.A., INRIA, IMAG-LSR All Rights Reserved.