Rice Pastry API

rice.p2p.commonapi
Interface CancellableTask

All Superinterfaces:
Cancellable
All Known Implementing Classes:
DeliveryTimerTask, DirectTimerTask, ExponentialBackoffScheduledMessage, LivenessTransportLayerImpl.DeadChecker, MagicNumberTransportLayer.VerifyHeaderReceiver, PartitionHandler, ScheduledMessage, TimerTask, TimerWeakHashMap.HardLinkTimerTask

public interface CancellableTask
extends Cancellable

This class represents a task which can be cancelled by the caller.

Author:
Alan Mislove, Jeff Hoye

Method Summary
 void run()
           
 long scheduledExecutionTime()
           
 
Methods inherited from interface rice.p2p.commonapi.Cancellable
cancel
 

Method Detail

run

void run()

scheduledExecutionTime

long scheduledExecutionTime()

Rice Pastry API

Copyright © 2001-2005 - Rice Pastry.


Imprint-Dataprotection