|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface Message
A message is the unit of communication for clients, rooms and modules.
| Method Summary | |
|---|---|
java.lang.String |
getArg(java.lang.String name)
Gets an argument in the message or null if no argument with the name given exists. |
java.util.Map<java.lang.String,java.lang.String> |
getArgs()
Gets a map of all of the args in the message. |
java.lang.String |
getMessageName()
Returns the name of the message. |
| Method Detail |
|---|
java.lang.String getMessageName()
java.lang.String getArg(java.lang.String name)
name - - the name of the argument to return
java.util.Map<java.lang.String,java.lang.String> getArgs()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||