public abstract class BusMessage extends Object implements Serializable
| Constructor and Description |
|---|
BusMessage() |
| Modifier and Type | Method and Description |
|---|---|
AgentInfo |
getOriginAgentInfo()
The Origin of the BusMessage, the bus registration name of the Agent from which it
originated.
|
String |
getSummary()
The summary string for this BusMessage.
|
long |
getTimeStamp()
Get the timestamp associated to this BusMessage.
|
void |
setOriginAgentInfo(AgentInfo agent)
Sets the origin for this BusMessage.
|
void |
setSummary(String summary)
Set the summary for this BusMessage.
|
public AgentInfo getOriginAgentInfo()
public final void setOriginAgentInfo(AgentInfo agent)
agent - The origin of the BusMessage.public long getTimeStamp()
public String getSummary()
public void setSummary(String summary)
summary - The summary for this BusMessage.Copyright © 2015 LSST. All rights reserved.