|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IMsgChannel
Interface for message channels.
Method Summary | |
---|---|
IMsgChannel |
makeCopy()
clone this channel. |
IMsgChannel |
makeLazyCopy()
clone this channel, assuming source will cease to be modified |
IMsg |
readMsg()
Read a message, alter state of this channel instance. |
IMsgChannel |
sendMsg(IMsg msg)
Post message to channel |
Method Detail |
---|
IMsgChannel makeCopy()
IMsgChannel makeLazyCopy()
IMsgChannel sendMsg(IMsg msg)
Post message to channel
msg
- is the message to be sent
IMsg readMsg()
Read a message, alter state of this channel instance.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |