Rice Pastry API

Uses of Interface
rice.p2p.commonapi.Cancellable

Packages that use Cancellable
org.mpisws.p2p.transport   
org.mpisws.p2p.transport.liveness   
org.mpisws.p2p.transport.util   
org.mpisws.p2p.transport.wire   
org.mpisws.p2p.transport.wire.magicnumber   
rice.p2p.commonapi   
rice.p2p.util   
rice.pastry   
rice.pastry.direct   
rice.pastry.routing   
rice.pastry.socket   
rice.pastry.standard   
rice.pastry.transport   
rice.selector   
 

Uses of Cancellable in org.mpisws.p2p.transport
 

Subinterfaces of Cancellable in org.mpisws.p2p.transport
 interface MessageRequestHandle<Identifier,MessageType>
          Can cancel the request to send the message.
 interface SocketRequestHandle<Identifier>
          Can cancel the request to open the socket.
 

Uses of Cancellable in org.mpisws.p2p.transport.liveness
 

Classes in org.mpisws.p2p.transport.liveness that implement Cancellable
protected  class LivenessTransportLayerImpl.DeadChecker
          DESCRIBE THE CLASS
 

Uses of Cancellable in org.mpisws.p2p.transport.util
 

Classes in org.mpisws.p2p.transport.util that implement Cancellable
 class MessageRequestHandleImpl<Identifier,MessageType>
           
 class SocketRequestHandleImpl<Identifier>
           
 

Methods in org.mpisws.p2p.transport.util that return Cancellable
 Cancellable MessageRequestHandleImpl.getSubCancellable()
           
 Cancellable SocketRequestHandleImpl.getSubCancellable()
           
 

Methods in org.mpisws.p2p.transport.util with parameters of type Cancellable
 void MessageRequestHandleImpl.setSubCancellable(Cancellable cancellable)
           
 void SocketRequestHandleImpl.setSubCancellable(Cancellable sub)
           
 

Uses of Cancellable in org.mpisws.p2p.transport.wire
 

Classes in org.mpisws.p2p.transport.wire that implement Cancellable
 class SocketManager
           
 class UDPLayer.Envelope
          Internal class which holds a pending datagram
 

Uses of Cancellable in org.mpisws.p2p.transport.wire.magicnumber
 

Classes in org.mpisws.p2p.transport.wire.magicnumber that implement Cancellable
protected  class MagicNumberTransportLayer.VerifyHeaderReceiver
           
 

Uses of Cancellable in rice.p2p.commonapi
 

Subinterfaces of Cancellable in rice.p2p.commonapi
 interface CancellableTask
          This class represents a task which can be cancelled by the caller.
 interface MessageReceipt
          Returned by a call to endpoint.route().
 

Uses of Cancellable in rice.p2p.util
 

Classes in rice.p2p.util that implement Cancellable
 class MRHAdapter
          Addapts a RawMessage to a normal Message
static class TimerWeakHashMap.HardLinkTimerTask
           
 

Uses of Cancellable in rice.pastry
 

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

Uses of Cancellable in rice.pastry.direct
 

Classes in rice.pastry.direct that implement Cancellable
 class DeliveryTimerTask
           
 class DirectTimerTask
           
 

Uses of Cancellable in rice.pastry.routing
 

Methods in rice.pastry.routing with parameters of type Cancellable
 void RouteMessage.setTLCancellable(Cancellable c)
           
 

Uses of Cancellable in rice.pastry.socket
 

Classes in rice.pastry.socket that implement Cancellable
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.
static class TimerWeakHashSet.HardLinkTimerTask
           
 

Uses of Cancellable in rice.pastry.standard
 

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

Uses of Cancellable in rice.pastry.transport
 

Subinterfaces of Cancellable in rice.pastry.transport
 interface PMessageReceipt
           
 

Classes in rice.pastry.transport that implement Cancellable
 class PMessageReceiptImpl
           
 

Uses of Cancellable in rice.selector
 

Classes in rice.selector that implement Cancellable
 class TimerTask
           
 


Rice Pastry API

Copyright © 2001-2005 - Rice Pastry.


Imprint-Dataprotection