See: Description
| Class | Description |
|---|---|
| BusMessage<T extends Serializable,D> |
Base class for messages sent on the buses.
|
| CommandAck |
Command ACK.
|
| CommandMessage<T extends Serializable,D> |
Superclass for all messages sent on the Command Bus.
|
| CommandNack<T extends Serializable> |
Command NACK.
|
| CommandReply<T extends Serializable> |
Base class for a command reply.
|
| CommandRequest |
Wrapper class to send a BasicCommand over the Command bus; the BasicCommand is either
provided as an object or created internally from a String representation: e.g.
|
| CommandResult<T extends Serializable> |
The result of a CommandRequest.
|
| LogMessage |
Log message to be sent on Log bus.
|
| StatusAlert<T extends Serializable,D> |
Base class for Alert raising and clearing status.
|
| StatusClearedAlert |
Status message sent when Alerts are cleared.
|
| StatusConfigurationInfo |
A status message containing a ConfigurationInfo object.
|
| StatusData |
Base class for all status messages containing data that is meant to be
stored in the trending database.
|
| StatusDataProviderDictionary |
A status message containing a DataProviderDictionary object.
|
| StatusEnum<T extends Enum<T>> |
Status message containing an Enum, encoded as a String..
|
| StatusHeartBeat |
Heartbeat status message.
|
| StatusMessage<T extends Serializable,D> |
Base class for all messages sent on the Status Bus.
|
| StatusRaisedAlert |
Base class for all status messages containing an RaisedAlert.
|
| StatusRaisedAlertSummary |
A Status message containing the current RaisedAlertSummary for the Agent.
|
| StatusRuntimeInfo |
A status message containing a RuntimeInfo object.
|
| StatusStateChangeNotification |
A StatusChangeNotification for State changes.
|
| StatusSubsystemData |
Base class for all status messages containing data that is private
to the sender Subsystem.
|
| Exception | Description |
|---|---|
| EmbeddedObjectDeserializationException |
An exception occurring during the deserialization of the serialized embedded
object of a
BusMessage. |
Copyright © 2018 LSST. All rights reserved.