|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.agentfactory.cldc.mts.MessageContainer
public class MessageContainer
The message container represents a list of messages.
| Constructor Summary | |
|---|---|
MessageContainer()
Creates a new instance of MessageContainer. |
|
| Method Summary | |
|---|---|
void |
addMessage(Message msg)
Adds a message to the container. |
FOS |
createMessageFOS()
Creates a first order structure representation of the message list. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MessageContainer()
| Method Detail |
|---|
public void addMessage(Message msg)
msg - the message to be added.
public FOS createMessageFOS()
throws MalformedLogicException
MalformedLogicException - if there is a logic error.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||