Rice Pastry API

Uses of Interface
rice.p2p.commonapi.CancellableTask

Packages that use CancellableTask
rice.p2p.commonapi   
rice.p2p.glacier.v2   
rice.p2p.multiring   
rice.p2p.past.gc   
rice.pastry   
rice.pastry.commonapi   
rice.pastry.socket   
rice.selector   
 

Uses of CancellableTask in rice.p2p.commonapi
 

Methods in rice.p2p.commonapi that return CancellableTask
 CancellableTask Endpoint.scheduleMessage(Message message, long delay)
          Schedules a message to be delivered to this application after the provided number of milliseconds.
 CancellableTask Endpoint.scheduleMessage(Message message, long delay, long period)
          Schedules a message to be delivered to this application every period number of milliseconds, after delay number of miliseconds have passed.
 

Uses of CancellableTask in rice.p2p.glacier.v2
 

Fields in rice.p2p.glacier.v2 declared as CancellableTask
protected  CancellableTask GlacierImpl.timer
          DESCRIBE THE FIELD
 

Uses of CancellableTask in rice.p2p.multiring
 

Methods in rice.p2p.multiring that return CancellableTask
 CancellableTask MultiringEndpoint.scheduleMessage(Message message, long delay)
          Schedules a message to be delivered to this application after the provided number of milliseconds.
 CancellableTask MultiringEndpoint.scheduleMessage(Message message, long delay, long period)
          Schedules a message to be delivered to this application every period number of milliseconds, after delay number of miliseconds have passed.
 

Uses of CancellableTask in rice.p2p.past.gc
 

Methods in rice.p2p.past.gc that return CancellableTask
 CancellableTask GCEndpoint.scheduleMessage(Message message, long delay)
          Schedules a message to be delivered to this application after the provided number of milliseconds.
 CancellableTask GCEndpoint.scheduleMessage(Message message, long delay, long period)
          Schedules a message to be delivered to this application every period number of milliseconds, after delay number of miliseconds have passed.
 

Uses of CancellableTask in rice.pastry
 

Classes in rice.pastry that implement CancellableTask
 class ExponentialBackoffScheduledMessage
           
 class ScheduledMessage
          A class that represents scheduled message events
 

Uses of CancellableTask in rice.pastry.commonapi
 

Methods in rice.pastry.commonapi that return CancellableTask
 CancellableTask PastryEndpoint.scheduleMessage(Message message, long delay)
          Schedules a message to be delivered to this application after the provided number of milliseconds.
 CancellableTask PastryEndpoint.scheduleMessage(Message message, long delay, long period)
          Schedules a message to be delivered to this application every period number of milliseconds, after delay number of miliseconds have passed.
 

Uses of CancellableTask in rice.pastry.socket
 

Classes in rice.pastry.socket that implement CancellableTask
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 CancellableTask in rice.selector
 

Classes in rice.selector that implement CancellableTask
 class TimerTask
           
 


Rice Pastry API

Copyright © 2001-2005 - Rice Pastry.


Imprint-Dataprotection