Rice Pastry API

Uses of Class
rice.selector.TimerTask

Packages that use TimerTask
org.mpisws.p2p.transport.liveness   
org.mpisws.p2p.transport.wire   
org.mpisws.p2p.transport.wire.magicnumber   
rice.environment.logging.file   
rice.p2p.util   
rice.pastry   
rice.pastry.direct   
rice.pastry.standard   
rice.selector   
 

Uses of TimerTask in org.mpisws.p2p.transport.liveness
 

Subclasses of TimerTask in org.mpisws.p2p.transport.liveness
protected  class LivenessTransportLayerImpl.DeadChecker
          DESCRIBE THE CLASS
 

Uses of TimerTask in org.mpisws.p2p.transport.wire
 

Fields in org.mpisws.p2p.transport.wire declared as TimerTask
protected  TimerTask SocketManager.timer
           
 

Uses of TimerTask in org.mpisws.p2p.transport.wire.magicnumber
 

Subclasses of TimerTask in org.mpisws.p2p.transport.wire.magicnumber
protected  class MagicNumberTransportLayer.VerifyHeaderReceiver
           
 

Uses of TimerTask in rice.environment.logging.file
 

Fields in rice.environment.logging.file declared as TimerTask
protected  TimerTask RotatingLogManager.rotateTask
           
protected  TimerTask RotatingLogManager.sizeRotateTask
           
 

Uses of TimerTask in rice.p2p.util
 

Subclasses of TimerTask in rice.p2p.util
static class TimerWeakHashMap.HardLinkTimerTask
           
 

Uses of TimerTask in rice.pastry
 

Subclasses of TimerTask in rice.pastry
 class ExponentialBackoffScheduledMessage
           
 class ScheduledMessage
          A class that represents scheduled message events
 

Uses of TimerTask in rice.pastry.direct
 

Subclasses of TimerTask in rice.pastry.direct
 class DeliveryTimerTask
           
 class DirectTimerTask
           
 

Uses of TimerTask in rice.pastry.standard
 

Subclasses of TimerTask in rice.pastry.standard
 class PartitionHandler
           
 

Uses of TimerTask in rice.selector
 

Methods in rice.selector with parameters of type TimerTask
 void SelectorManager.removeTask(TimerTask task)
           
 void SelectorManager.schedule(TimerTask task)
          Method which schedules a task to run after a specified number of millis.
 void Timer.schedule(TimerTask dtt)
           
 void SelectorManager.schedule(TimerTask task, long delay)
           
 void Timer.schedule(TimerTask task, long delay)
           
 void SelectorManager.schedule(TimerTask task, long delay, long period)
          Method which schedules a task to run repeatedly after a specified delay and period
 void Timer.schedule(TimerTask task, long delay, long period)
           
 void SelectorManager.scheduleAtFixedRate(TimerTask task, long delay, long period)
          Method which schedules a task to run repeatedly (at a fixed rate) after a specified delay and period
 void Timer.scheduleAtFixedRate(TimerTask task, long delay, long period)
           
 


Rice Pastry API

Copyright © 2001-2005 - Rice Pastry.


Imprint-Dataprotection