public class MessageGroup extends Group
| Modifier and Type | Field and Description |
|---|---|
| static java.lang.String | COPYRIGHT
IBM copyright notice field.
|
| Constructor and Description |
|---|
| MessageGroup() |
| Modifier and Type | Method and Description |
|---|---|
| void | addMessage(Message message)
Adds the specified message to the list.
|
| Message | getMessage(java.lang.String id)
Returns the message with the specified id.
|
| java.util.Iterator | iterator() |
public static final java.lang.String COPYRIGHT
public void addMessage(Message message)
public Message getMessage(java.lang.String id)