public final class ChannelNameKey
extends java.lang.Object
implements java.io.Serializable
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.| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o)
Compares another
Object with this
ChannelNameKey. |
int |
hashCode()
Returns an
int hash code for this object. |
public boolean equals(java.lang.Object o)
Object with this
ChannelNameKey.equals in class java.lang.Objecto - 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 java.lang.Objectint hash code.Copyright © 1996–2019. All rights reserved.