| Package | Description |
|---|---|
| org.lsst.ccs.bus.messages |
This package defines all the standard messages for the CCS buses.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CommandAck
Command Ack.
|
class |
CommandMessage<T extends Serializable,D>
Superclass for all messages sent on the Command Bus.
|
class |
CommandNack<T extends Serializable>
Command NACK.
|
class |
CommandReply<T extends Serializable>
Base class for a command reply.
|
class |
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.
|
class |
CommandResult<T extends Serializable>
The result of a CommandRequest.
|
class |
LogMessage
Log message to be sent on Log bus.
|
class |
StatusAlert<T extends Serializable,D>
Base class for Alert raising and clearing status.
|
class |
StatusClearedAlert
Status message sent when Alerts are cleared.
|
class |
StatusConfigurationInfo
A status message containing a ConfigurationInfo object.
|
class |
StatusData
Base class for all status messages containing data that is meant to be
stored in the trending database.
|
class |
StatusHeartBeat
Heartbeat status message.
|
class |
StatusMessage<T extends Serializable,D>
Base class for all messages sent on the Status Bus.
|
class |
StatusRaisedAlert
Base class for all status messages containing an RaisedAlert.
|
class |
StatusRuntimeInfo
A status message containing a RuntimeInfo object.
|
class |
StatusStateChangeNotification
A StatusChangeNotification for State changes.
|
class |
StatusSubsystemData
Base class for all status messages containing data that is private
to the sender Subsystem.
|
Copyright © 2016 LSST. All rights reserved.