|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.threerings.io.SimpleStreamableObject
com.threerings.crowd.chat.data.ChatChannel
public abstract class ChatChannel
Represents a chat channel.
| Constructor Summary | |
|---|---|
ChatChannel()
|
|
| Method Summary | |
|---|---|
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()
|
| Methods inherited from class com.threerings.io.SimpleStreamableObject |
|---|
toString, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ChatChannel()
| Method Detail |
|---|
public 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.Entrypublic boolean equals(Object other)
equals in class Objectpublic abstract int hashCode()
hashCode in class Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||