dermi.registry
Class Registry.PastContentImplHandle
java.lang.Object
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
|
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 |
handle
protected rice.p2p.commonapi.NodeHandle handle
id
protected rice.p2p.commonapi.Id id
Registry.PastContentImplHandle
public Registry.PastContentImplHandle(rice.p2p.past.Past past,
rice.p2p.commonapi.Id id)
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