dermi.registry
Class Registry.PastContentImplHandle

java.lang.Object
  extended by dermi.registry.Registry.PastContentImplHandle
All Implemented Interfaces:
rice.p2p.past.PastContentHandle, java.io.Serializable
Enclosing class:
Registry

protected static class Registry.PastContentImplHandle
extends java.lang.Object
implements rice.p2p.past.PastContentHandle

Utility class for past content object handles

See Also:
Serialized Form

Field Summary
protected  rice.p2p.commonapi.NodeHandle handle
           
protected  rice.p2p.commonapi.Id id
           
 
Constructor Summary
Registry.PastContentImplHandle(rice.p2p.past.Past past, rice.p2p.commonapi.Id id)
           
 
Method Summary
 rice.p2p.commonapi.Id getId()
           
 rice.p2p.commonapi.NodeHandle getNodeHandle()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

handle

protected rice.p2p.commonapi.NodeHandle handle

id

protected rice.p2p.commonapi.Id id
Constructor Detail

Registry.PastContentImplHandle

public Registry.PastContentImplHandle(rice.p2p.past.Past past,
                                      rice.p2p.commonapi.Id id)
Method Detail

getId

public rice.p2p.commonapi.Id getId()
Specified by:
getId in interface rice.p2p.past.PastContentHandle

getNodeHandle

public rice.p2p.commonapi.NodeHandle getNodeHandle()
Specified by:
getNodeHandle in interface rice.p2p.past.PastContentHandle