|
CSP for Java (JCSP) 1.1-rc4 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.jcsp.net.cns.ChannelNameKey
public final class ChannelNameKey
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.
Method Summary | |
---|---|
boolean |
equals(Object o)
Compares another Object with this
ChannelNameKey . |
int |
hashCode()
Returns an int hash code for this object. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public boolean equals(Object o)
Object
with this
ChannelNameKey
.
equals
in class Object
o
- the other Object
to compare with
this Object
.
true
iff o
is a non-null
ChannelNameKey
object which holds the
same key as this object.public int hashCode()
int
hash code for this object.
hashCode
in class Object
int
hash code.
|
CSP for Java (JCSP) 1.1-rc4 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |