ePOST API

Uses of Class
rice.selector.TimerTask

Packages that use TimerTask
rice.environment.logging.file   
rice.pastry   
rice.pastry.direct   
rice.pastry.socket   
rice.pastry.standard   
rice.selector   
 

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

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.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.schedule(TimerTask task, long delay)
          Method which schedules a task to run after a specified number of millis
 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)
           
 


ePOST API

Copyright © 2001-2005 - Rice Pastry.