|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectse.ericsson.eto.norarc.javaframe.MailBox
The message queue concept This concept is not intended for JavaFrame users, but only for JavaFrame
Message
Constructor Summary | |
protected |
MailBox()
|
Method Summary | |
protected void |
addMessage(Message sig)
Adds the Message sig to the end of this MailBox. |
protected void |
addMessageFirst(Message sig)
Adds the Message sig to the front of this MailBox. |
protected Message |
getFirst()
Gets without removing the first message of this Mailbox and returns it. |
protected void |
moveMailBox(MailBox mBox)
Moves all the messages in mBox to the front of this mailBox. |
protected void |
remove(Message sig)
Removes the Message sig from this Mailbox. |
protected Message |
removeFirst()
Removes the first message of this Mailbox and returns it. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
protected MailBox()
Method Detail |
protected final void addMessage(Message sig)
sig
- assumed to be != null.protected final void addMessageFirst(Message sig)
sig
- assumed to be != null.protected final void moveMailBox(MailBox mBox)
mBox
- assumed to be != null.protected final Message removeFirst()
protected final Message getFirst()
protected final void remove(Message sig)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |