Uses of Interface
org.lsst.ccs.bus.BusPayload

Packages that use BusPayload
org.lsst.ccs.bus   
 

Uses of BusPayload in org.lsst.ccs.bus
 

Classes in org.lsst.ccs.bus with type parameters of type BusPayload
 class Bus<T extends BusPayload>
          Since there is no such thing as a parameterized enum, this class emulates one: it lists the possible bus topics.
 

Subinterfaces of BusPayload in org.lsst.ccs.bus
 interface CommandBusMessage
           
 

Classes in org.lsst.ccs.bus that implement BusPayload
 class Alarm
           
 class AlarmClear
          An alarm cleared message that can be sent on the status bus
 class BusMessage
          Generic abstract bus message class Concrete implementations (command, status, logevent) will be sent on the appropriate bus.
 class Command
          A command sent on the CCS bus Will be executed by the destination subsystem.
 class CommandAck
           
 class CommandAckOrReply
           
 class CommandReply
          Reply to command.
 class LogEvent
          Logging event to be sent on logging bus
 class MetadataStatus
          A special status publishing a name/value pair on the status bus
 class Status
          A Status message that can be sent on the status bus
 class StatusForEnd
          Represents a special status message for notifications of the end of execution of susbsystem with name/configuration/tag.
 class StatusForStart
          Represents a special status message for notifications of a startup with name/configuration/tag.
 class TrendingStatus
          A special status publishing a name/value pair on the status bus
 



Copyright © 2013 LSST. All Rights Reserved.