Rice Pastry API

Uses of Interface
rice.p2p.past.PastContentHandle

Packages that use PastContentHandle
rice.p2p.past   
rice.p2p.past.messaging   
rice.p2p.past.testing   
 

Uses of PastContentHandle in rice.p2p.past
 

Classes in rice.p2p.past that implement PastContentHandle
 class ContentHashPastContentHandle
           
 

Methods in rice.p2p.past that return PastContentHandle
 rice.p2p.past.PastContentHandle ContentHashPastContent.getHandle(rice.p2p.past.Past local)
          Produces a handle for this content object.
 rice.p2p.past.PastContentHandle PastContent.getHandle(rice.p2p.past.Past local)
          Produces a handle for this content object.
 

Methods in rice.p2p.past with parameters of type PastContentHandle
 void Past.fetch(rice.p2p.past.PastContentHandle handle, rice.Continuation command)
          Retrieves the object associated with a given content handle.
 void PastImpl.fetch(rice.p2p.past.PastContentHandle handle, rice.Continuation command)
          Retrieves the object associated with a given content handle.
 

Uses of PastContentHandle in rice.p2p.past.messaging
 

Methods in rice.p2p.past.messaging that return PastContentHandle
 rice.p2p.past.PastContentHandle FetchMessage.getHandle()
          Method which returns the handle
 

Constructors in rice.p2p.past.messaging with parameters of type PastContentHandle
FetchMessage(int uid, rice.p2p.past.PastContentHandle handle, rice.p2p.commonapi.NodeHandle source, rice.p2p.commonapi.Id dest)
          Constructor
 

Uses of PastContentHandle in rice.p2p.past.testing
 

Classes in rice.p2p.past.testing that implement PastContentHandle
protected static class PastRegrTest.TestPastContentHandle
          Utility class for past content object handles
 

Methods in rice.p2p.past.testing that return PastContentHandle
 rice.p2p.past.PastContentHandle PastRegrTest.TestPastContent.getHandle(rice.p2p.past.Past past)
           
 


Rice Pastry API

Copyright © 2001 - Rice Pastry.


Imprint-Dataprotection