|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectmessage.Message
message.ChannelReleaseMessage
public final class ChannelReleaseMessage
ExternalMessage used to release an existing channel.
| Field Summary | |
|---|---|
static byte |
IDENTIFIER
Identifier for this type of message. |
| Constructor Summary | |
|---|---|
ChannelReleaseMessage(User channel)
Constructs a new ChannelReleaseMessage for the specified
user/channel. |
|
| Method Summary | |
|---|---|
int |
getMessageID()
Returns the message id -1111 (all ChannelReleaseMessages
have the same id). |
java.lang.String |
toString()
Returns a simple String representation of this object. |
| Methods inherited from class message.Message |
|---|
compareTo, getByteMessage, getChannel, getChannelID, getNextMixChannelID, getTimeOfReceival, setByteMessage, setMessageID, setPayloadRange, setTimeOfReceival |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface message.BasicMessage |
|---|
getByteMessage, getChannel, getChannelID, getNextMixChannelID, getTimeOfReceival, setByteMessage, setMessageID, setPayloadRange, setTimeOfReceival |
| Field Detail |
|---|
public static final byte IDENTIFIER
instanceOf operator.
| Constructor Detail |
|---|
public ChannelReleaseMessage(User channel)
ChannelReleaseMessage for the specified
user/channel.
channel - User/channel the message shall be created
for.| Method Detail |
|---|
public java.lang.String toString()
toString in class java.lang.Objectpublic int getMessageID()
ChannelReleaseMessages
have the same id).
getMessageID in interface BasicMessagegetMessageID in class Message
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||