Package org.jcsp.net.cns
Class ChannelNameKey
- java.lang.Object
-
- org.jcsp.net.cns.ChannelNameKey
-
- All Implemented Interfaces:
Serializable
public final class ChannelNameKey extends Object implements Serializable
Instances of this hold a key for a particular channel.ChannelNameKey
objects are issued by the channel name server. They must be supplied to the channel name server along with any channel management requests (channel deregistration, relocation etc.). This class has no public constructor.- Author:
- Quickstone Technologies Limited
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
Compares anotherObject
with thisChannelNameKey
.int
hashCode()
Returns anint
hash code for this object.
-
-
-
Method Detail
-
equals
public boolean equals(Object o)
Compares anotherObject
with thisChannelNameKey
.
-
-