public abstract class AbstractMessage extends Object implements Serializable, Message
| Modifier and Type | Field and Description |
|---|---|
protected String |
id |
protected long |
timestamp |
| Constructor and Description |
|---|
AbstractMessage() |
AbstractMessage(String id) |
| Modifier and Type | Method and Description |
|---|---|
String |
getId() |
long |
getTimestamp() |
void |
setId(String id) |
void |
setTimestamp(long timestamp) |
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.