Rice Pastry API

rice.p2p.splitstream
Class ChannelId

java.lang.Object
  |
  +--rice.p2p.splitstream.ChannelId

public class ChannelId
extends java.lang.Object

This class wraps the nodeId object so we can use type checking and allow more readable and understandable code. All it does is subclass the nodeId and provide a constructor that allows the wrapping of a NodeId object to create a concrete subclass

Version:
$Id: ChannelId.java,v 1.6 2003/10/17 01:49:51 atuls Exp $
Author:
Ansley Post, Alan Mislove

Field Summary
protected  rice.p2p.commonapi.Id id
          The underlying id for this channelid
 
Constructor Summary
ChannelId(rice.p2p.commonapi.Id id)
          Constructor that takes in an Id and makes a ChannelId
ChannelId(java.lang.String name)
          Constructor that takes in a String and makes a ChannelId
 
Method Summary
 boolean equals(java.lang.Object o)
           
 rice.p2p.commonapi.Id getId()
          Gets the Id attribute of the ChannelId object
 int hashCode()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

id

protected rice.p2p.commonapi.Id id
The underlying id for this channelid

Constructor Detail

ChannelId

public ChannelId(rice.p2p.commonapi.Id id)
Constructor that takes in an Id and makes a ChannelId

Parameters:
id - The underlying id for this channelid

ChannelId

public ChannelId(java.lang.String name)
Constructor that takes in a String and makes a ChannelId

Parameters:
name - The name to create this channelId from
Method Detail

getId

public rice.p2p.commonapi.Id getId()
Gets the Id attribute of the ChannelId object

Returns:
The Id value

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

equals

public boolean equals(java.lang.Object o)
Overrides:
equals in class java.lang.Object

Rice Pastry API

Copyright © 2001 - Rice Pastry.


Imprint-Dataprotection