Rice Pastry API

Uses of Class
rice.selector.TimerTask

Packages that use TimerTask
rice.pastry   
rice.pastry.socket   
rice.selector   
 

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.socket
 

Subclasses of TimerTask in rice.pastry.socket
protected  class SocketCollectionManager.DeadChecker
          DESCRIBE THE CLASS
protected  class SocketCollectionManager.MessageRetry
          Internal class which represents a message which is currently delayed, waiting for an open socket.
 

Uses of TimerTask in rice.selector
 

Methods in rice.selector with parameters of type TimerTask
 void SelectorManager.schedule(TimerTask task, long delay)
          Method which schedules a task to run after a specified number of millis
 void SelectorManager.schedule(TimerTask task, java.util.Date time)
          Method which schedules a task to run at a specified time
 void SelectorManager.schedule(TimerTask task, long delay, long period)
          Method which schedules a task to run repeatedly after a specified delay and period
 void SelectorManager.schedule(TimerTask task, java.util.Date firstTime, long period)
          Method which schedules a task to run repeatedly first at a specified time and 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 SelectorManager.scheduleAtFixedRate(TimerTask task, java.util.Date firstTime, 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)
          DESCRIBE THE METHOD
 void Timer.schedule(TimerTask task, long delay)
          DESCRIBE THE METHOD
 void Timer.schedule(TimerTask task, long delay, long period)
          DESCRIBE THE METHOD
 


Rice Pastry API

Copyright © 2001-2005 - Rice Pastry.


Imprint-Dataprotection