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.ChannelNameKeyobjects 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 booleanequals(Object o)Compares anotherObjectwith thisChannelNameKey.inthashCode()Returns aninthash code for this object.
-
-
-
Method Detail
-
equals
public boolean equals(Object o)
Compares anotherObjectwith thisChannelNameKey.
-
-