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.direct   
rice.pastry.dist   
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
 

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.
 

Uses of CancellableTask in rice.pastry.direct
 

Methods in rice.pastry.direct that return CancellableTask
 CancellableTask DirectPastryNodeFactory.getLeafSet(NodeHandle handle, Continuation c)
          Gets the LeafSet attribute of the DirectPastryNodeFactory object
 CancellableTask DirectPastryNodeFactory.getRouteRow(NodeHandle handle, int row, Continuation c)
          Gets the RouteRow attribute of the DirectPastryNodeFactory object
 

Uses of CancellableTask in rice.pastry.dist
 

Methods in rice.pastry.dist that return CancellableTask
 CancellableTask DistPastryNodeFactory.getNodeHandle(java.net.InetSocketAddress address, Continuation c)
          Gets the NodeHandle attribute of the DistPastryNodeFactory object
 CancellableTask DistPastryNodeFactory.getNodeHandle(java.net.InetSocketAddress[] addresses, Continuation c)
          Gets the NodeHandle attribute of the DistPastryNodeFactory object
abstract  CancellableTask DistPastryNodeFactory.generateNodeHandle(java.net.InetSocketAddress address, Continuation c)
          DESCRIBE THE METHOD
 

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.getLeafSet(NodeHandle handle, Continuation c)
          Gets the LeafSet attribute of the SocketPastryNodeFactory object
 CancellableTask SocketPastryNodeFactory.getRouteRow(NodeHandle handle, int row, Continuation c)
          Gets the RouteRow attribute of the SocketPastryNodeFactory object
protected  CancellableTask SocketPastryNodeFactory.getResponse(java.net.InetSocketAddress address, Message message, Continuation c)
          Gets the Response attribute of the SocketPastryNodeFactory object
 CancellableTask SocketPastryNodeFactory.generateNodeHandle(java.net.InetSocketAddress address, Continuation c)
          DESCRIBE THE METHOD
 

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