ePOST 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.direct   
rice.pastry.dist   
rice.pastry.socket   
rice.pastry.standard   
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.
 CancellableTask Endpoint.scheduleMessageAtFixedRate(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
           
 

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.
 CancellableTask MultiringEndpoint.scheduleMessageAtFixedRate(Message message, long delay, long period)
           
 

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.
 CancellableTask GCEndpoint.scheduleMessageAtFixedRate(Message message, long delay, long period)
           
 

Uses of CancellableTask in rice.pastry
 

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

Methods in rice.pastry that return CancellableTask
abstract  CancellableTask PastryNodeFactory.getLeafSet(NodeHandle handle, Continuation c)
          Non-blocking version.
abstract  CancellableTask PastryNodeFactory.getRouteRow(NodeHandle handle, int row, Continuation c)
          Non-blocking version.
 

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.
 CancellableTask PastryEndpoint.scheduleMessageAtFixedRate(Message msg, long delay, long period)
          Schedule the specified message for repeated fixed-rate delivery to the local node, beginning after the specified delay.
 

Uses of CancellableTask in rice.pastry.direct
 

Classes in rice.pastry.direct that implement CancellableTask
 class DirectTimerTask
           
 

Methods in rice.pastry.direct that return CancellableTask
 CancellableTask DirectPastryNodeFactory.getLeafSet(NodeHandle handle, Continuation c)
           
 CancellableTask DirectPastryNodeFactory.getRouteRow(NodeHandle handle, int row, Continuation c)
           
 

Uses of CancellableTask in rice.pastry.dist
 

Methods in rice.pastry.dist that return CancellableTask
abstract  CancellableTask DistPastryNodeFactory.generateNodeHandle(java.net.InetSocketAddress address, Continuation c)
           
 CancellableTask DistPastryNodeFactory.getNodeHandle(java.net.InetSocketAddress[] addresses, Continuation c)
           
 CancellableTask DistPastryNodeFactory.getNodeHandle(java.net.InetSocketAddress address, Continuation c)
           
 

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.
 

Methods in rice.pastry.socket that return CancellableTask
 CancellableTask SocketPastryNodeFactory.generateNodeHandle(java.net.InetSocketAddress address, Continuation c)
           
 CancellableTask SocketPastryNodeFactory.getLeafSet(NodeHandle handle, Continuation c)
           
protected  CancellableTask SocketPastryNodeFactory.getResponse(java.net.InetSocketAddress address, Message message, Continuation c)
           
 CancellableTask SocketPastryNodeFactory.getRouteRow(NodeHandle handle, int row, Continuation c)
           
 

Uses of CancellableTask in rice.pastry.standard
 

Classes in rice.pastry.standard that implement CancellableTask
 class PartitionHandler
           
 

Uses of CancellableTask in rice.selector
 

Classes in rice.selector that implement CancellableTask
 class TimerTask
           
 


ePOST API

Copyright © 2001-2005 - Rice Pastry.