|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectjade.tools.sniffer.MessageList
public class MessageList
This is the list of the sniffed messages displayed on the Message Canvas as blue arrows. Implements Serializable interface for saving object in the binary snapshot file.
| Constructor Summary | |
|---|---|
MessageList()
|
|
| Method Summary | |
|---|---|
void |
addMessage(Message mess)
Adds a sniffed message to the list. |
java.util.Iterator |
getMessages()
Returns the messages vector |
void |
removeAllMessages()
Clear all messages in the vector. |
void |
removeMessages(java.lang.String agentName)
Removes a message from the vector |
int |
size()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MessageList()
| Method Detail |
|---|
public void addMessage(Message mess)
mess - sniffed message to put in the vectorpublic void removeMessages(java.lang.String agentName)
agentName - name of the agent to remove from the vectorpublic void removeAllMessages()
public java.util.Iterator getMessages()
public int size()
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||