public abstract class ChatChannel extends SimpleStreamableObject implements Comparable<ChatChannel>, DSet.Entry
Streamable.Closure| Constructor and Description |
|---|
ChatChannel() |
| Modifier and Type | Method and Description |
|---|---|
abstract int |
compareTo(ChatChannel other) |
boolean |
equals(Object other) |
Comparable<?> |
getKey()
Each entry provide an associated key which is used to determine its uniqueness in the
set.
|
abstract String |
getLockName()
Converts this channel into a unique name that can be used as the name of the distributed
lock used when resolving the channel.
|
abstract int |
hashCode() |
toStringpublic abstract int compareTo(ChatChannel other)
compareTo in interface Comparable<ChatChannel>public abstract String getLockName()
public Comparable<?> getKey()
DSet.EntryDSet class documentation for further information.getKey in interface DSet.EntryCopyright © 2015. All rights reserved.