|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.dexterim.msn.message.SingleLineMessage
net.sf.dexterim.msn.message.SwitchBoardMessage
Description of the Class
Constructor Summary | |
SwitchBoardMessage()
Constructor for the SwitchBoardMessage object |
|
SwitchBoardMessage(java.lang.String ip,
int port,
java.lang.String cki)
|
Method Summary | |
MsnMessage |
addLine(java.lang.String line)
Adds a feature to the Line attribute of the SwitchBoardMessage object |
java.lang.String |
getId()
Getter for property id. |
java.lang.String |
getMessageCommand()
Gets the messageCommand attribute of the SwitchBoardMessage object |
SwitchBoardServer |
getSwitchBoardServer()
|
void |
process(MsnConnection connection)
Double Dispatching Messages |
Methods inherited from class net.sf.dexterim.msn.message.SingleLineMessage |
addCharBlock, getRequiredByteInput, isCompleted, isMultipartMessage |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public SwitchBoardMessage()
public SwitchBoardMessage(java.lang.String ip, int port, java.lang.String cki)
Method Detail |
public java.lang.String getMessageCommand()
public SwitchBoardServer getSwitchBoardServer()
public MsnMessage addLine(java.lang.String line) throws MessageFormatException
addLine
in interface MsnMessage
addLine
in class SingleLineMessage
line
- The feature to be added to the Line
attribute
MessageFormatException
- Description of the Exceptionpublic java.lang.String getId()
public void process(MsnConnection connection)
MsnMessage
connection
-
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |