A B C D E G I K L M N O P S T U V W 

A

add(String, Object) - Method in class org.lsst.ccs.bus.KVList
 
addStatus(EncodedDataStatus) - Method in class org.lsst.ccs.bus.EncodedDataStatus
adds another status at the end of the linked list of status sent in a single message
Alarm - Class in org.lsst.ccs.bus
 
Alarm() - Constructor for class org.lsst.ccs.bus.Alarm
 
AlarmClear - Class in org.lsst.ccs.bus
An alarm cleared message that can be sent on the status bus
AlarmClear() - Constructor for class org.lsst.ccs.bus.AlarmClear
 
AlarmMessage - Interface in org.lsst.ccs.bus
 
AlarmOnStateChange - Class in org.lsst.ccs.bus
 
AlarmOnStateChange(DetailLevel, PublishedState, PublishedState) - Constructor for class org.lsst.ccs.bus.AlarmOnStateChange
 
asSimpleKeyValueList(String, Object) - Static method in class org.lsst.ccs.bus.StatusCodec
 

B

Bus<T extends BusPayload> - Class in org.lsst.ccs.bus
Bus definitions.
BusMessage - Class in org.lsst.ccs.bus
Generic abstract bus message class Concrete implementations (command, status, logevent) will be sent on the appropriate bus.
BusMessage(String) - Constructor for class org.lsst.ccs.bus.BusMessage
 
BusMessage() - Constructor for class org.lsst.ccs.bus.BusMessage
 
BusPayload - Interface in org.lsst.ccs.bus
Marker interface of all messages on the buses.

C

canRunInActiveMode - Variable in class org.lsst.ccs.bus.Command
Deprecated.
canRunInActiveMode() - Method in class org.lsst.ccs.bus.Command
Deprecated.
canWaitForReady - Variable in class org.lsst.ccs.bus.Command
Deprecated.
canWaitForReady() - Method in class org.lsst.ccs.bus.Command
Deprecated.
COMMAND - Static variable in class org.lsst.ccs.bus.Bus
 
Command - Class in org.lsst.ccs.bus
A command sent on the CCS bus.
Command(String, int, String, String, Object...) - Constructor for class org.lsst.ccs.bus.Command
 
command - Variable in class org.lsst.ccs.bus.Command
 
CommandAck - Class in org.lsst.ccs.bus
 
CommandAck() - Constructor for class org.lsst.ccs.bus.CommandAck
Deprecated.
CommandAck(Command, String) - Constructor for class org.lsst.ccs.bus.CommandAck
 
CommandAckOrReply - Class in org.lsst.ccs.bus
 
CommandAckOrReply() - Constructor for class org.lsst.ccs.bus.CommandAckOrReply
Deprecated.
CommandAckOrReply(Command, String) - Constructor for class org.lsst.ccs.bus.CommandAckOrReply
 
CommandBusMessage - Interface in org.lsst.ccs.bus
 
CommandExecutor - Interface in org.lsst.ccs.bus
 
CommandRejectedException - Exception in org.lsst.ccs.bus
 
CommandRejectedException(NegativeAck) - Constructor for exception org.lsst.ccs.bus.CommandRejectedException
 
CommandReply - Class in org.lsst.ccs.bus
Reply to command.
CommandReply(Object, CommandReply.CommandStatus) - Constructor for class org.lsst.ccs.bus.CommandReply
Deprecated.
CommandReply(Command, Object, CommandReply.CommandStatus, String) - Constructor for class org.lsst.ccs.bus.CommandReply
 
CommandReply(Command, String) - Constructor for class org.lsst.ccs.bus.CommandReply
 
CommandReply(Command, Throwable, String) - Constructor for class org.lsst.ccs.bus.CommandReply
 
CommandReply.CommandStatus - Enum in org.lsst.ccs.bus
 
contentString() - Method in class org.lsst.ccs.bus.DataStatus_Deprecated
 

D

DataCapsule - Class in org.lsst.ccs.bus
a Simplified Marshalled Object.
DataCapsule(Serializable) - Constructor for class org.lsst.ccs.bus.DataCapsule
 
DataStatus_Deprecated - Class in org.lsst.ccs.bus
Status with additional information.
DataStatus_Deprecated() - Constructor for class org.lsst.ccs.bus.DataStatus_Deprecated
for use by subclasses only
DataStatus_Deprecated(Serializable) - Constructor for class org.lsst.ccs.bus.DataStatus_Deprecated
any Object including null values.
DataStatus_Deprecated(Class, Serializable) - Constructor for class org.lsst.ccs.bus.DataStatus_Deprecated
to be mostly used when primitive org.lsst.gruth.types are to be used.
DataStatus_Deprecated(int) - Constructor for class org.lsst.ccs.bus.DataStatus_Deprecated
 
DataStatus_Deprecated(double) - Constructor for class org.lsst.ccs.bus.DataStatus_Deprecated
 
DataStatus_Deprecated(float) - Constructor for class org.lsst.ccs.bus.DataStatus_Deprecated
 
DataStatus_Deprecated(char) - Constructor for class org.lsst.ccs.bus.DataStatus_Deprecated
 
DataValueNotification - Class in org.lsst.ccs.bus
this class is to replace ValueNotification which is temporarily kept for compatibility.
DataValueNotification(String, Serializable, long) - Constructor for class org.lsst.ccs.bus.DataValueNotification
 
DataValueNotification(String, Serializable) - Constructor for class org.lsst.ccs.bus.DataValueNotification
 
DataValueNotification(String, Class, Serializable) - Constructor for class org.lsst.ccs.bus.DataValueNotification
 
DataValueNotification(String, int) - Constructor for class org.lsst.ccs.bus.DataValueNotification
 
DataValueNotification(String, double) - Constructor for class org.lsst.ccs.bus.DataValueNotification
 
DataValueNotification(String, float) - Constructor for class org.lsst.ccs.bus.DataValueNotification
 
DataValueNotification(String, char) - Constructor for class org.lsst.ccs.bus.DataValueNotification
 
DataValueNotification(ValueNotification) - Constructor for class org.lsst.ccs.bus.DataValueNotification
 
decode(Object) - Static method in class org.lsst.ccs.bus.StatusCodec
Decodes an object.
destination - Variable in class org.lsst.ccs.bus.Command
 
detailLevel - Variable in class org.lsst.ccs.bus.BusMessage
 
DetailLevel - Enum in org.lsst.ccs.bus
Detail level for status and log messages.
dummy() - Method in class org.lsst.ccs.bus.TrendingStatus
 

E

encode(Object) - Static method in class org.lsst.ccs.bus.StatusCodec
Encodes an object.
EncodedDataStatus - Class in org.lsst.ccs.bus
Status with additional information.
EncodedDataStatus(long, KVList) - Constructor for class org.lsst.ccs.bus.EncodedDataStatus
creates a status with a list of Key-value pairs with the same timestamp
EncodedDataStatus(KVList) - Constructor for class org.lsst.ccs.bus.EncodedDataStatus
creates a status with a list of Key-value pairs with the same timestamp which is generated at creation time.
EncodedDataStatus(long, String, Object) - Constructor for class org.lsst.ccs.bus.EncodedDataStatus
creates a status with a single key and value (the timestamp is also provided)
EncodedDataStatus(String, Object) - Constructor for class org.lsst.ccs.bus.EncodedDataStatus
creates a status with a single key and value (the timestamp is generated)
ENUM_DESCRIPTOR - Static variable in class org.lsst.ccs.bus.StatusCodec
This decriptor is common to all enums.

G

getClassName() - Method in class org.lsst.ccs.bus.ObjectNType
the name of the class of the contained Object.
getCommand() - Method in class org.lsst.ccs.bus.Command
 
getConfigurationName() - Method in class org.lsst.ccs.bus.StatusForEnd
 
getConfigurationName() - Method in class org.lsst.ccs.bus.StatusForStart
 
getContent() - Method in class org.lsst.ccs.bus.EncodedDataStatus
 
getContentAsList() - Method in class org.lsst.ccs.bus.KeyData
returns a list of key-values that can be directly used byt a trending database: each key (the name of fields in a composite object) is prepended with the actual key of this object (if overall key is "position" you may get something like "position.x" and "position.y" as keys in the list)
getContentAsRawList() - Method in class org.lsst.ccs.bus.KeyData
 
getCorrelId() - Method in class org.lsst.ccs.bus.Command
 
getCorrelId() - Method in class org.lsst.ccs.bus.CommandAckOrReply
 
getCorrelId() - Method in interface org.lsst.ccs.bus.CommandBusMessage
 
getCrystallizedData() - Method in class org.lsst.ccs.bus.KeyData
Big objects can be kept in database as Blobs.
getData() - Method in class org.lsst.ccs.bus.DataCapsule
 
getData() - Method in class org.lsst.ccs.bus.DataStatus_Deprecated
gets the data content but throws an Excepton if the object cannot be deserialized
getData() - Method in class org.lsst.ccs.bus.DataValueNotification
Deprecated.
getData() - Method in class org.lsst.ccs.bus.ObjectNType
return the data contained in a safe way: if the class of the stored Object is not in the ClassPath an Exception is thrown
getData() - Method in class org.lsst.ccs.bus.TrendingStatus
 
getData() - Method in class org.lsst.ccs.bus.ValueNotification
 
getDataClassName() - Method in class org.lsst.ccs.bus.DataStatus_Deprecated
what is the class of the contained data? Developers of subclasses should override this method.
getDataClassName() - Method in class org.lsst.ccs.bus.TrendingStatus
 
getDataName() - Method in class org.lsst.ccs.bus.MetadataStatus
 
getDataTimestamp() - Method in class org.lsst.ccs.bus.EncodedDataStatus
 
getDestination() - Method in class org.lsst.ccs.bus.Command
The command destination : subsystem name
getDestination() - Method in class org.lsst.ccs.bus.CommandAckOrReply
 
getDestination() - Method in interface org.lsst.ccs.bus.CommandBusMessage
 
getDetailLevel() - Method in class org.lsst.ccs.bus.BusMessage
 
getFormattedDetails() - Method in class org.lsst.ccs.bus.LogEvent
 
getKey() - Method in class org.lsst.ccs.bus.Command
Key used for lock and arbitration.
getKey() - Method in class org.lsst.ccs.bus.KeyData
 
getLevel() - Method in class org.lsst.ccs.bus.Command
 
getLevel() - Method in class org.lsst.ccs.bus.LogEvent
 
getLoggerName() - Method in class org.lsst.ccs.bus.LogEvent
 
getMessageType() - Method in class org.lsst.ccs.bus.Alarm
 
getMessageType() - Method in class org.lsst.ccs.bus.AlarmClear
 
getMessageType() - Method in class org.lsst.ccs.bus.AlarmOnStateChange
 
getMessageType() - Method in class org.lsst.ccs.bus.BusMessage
 
getMessageType() - Method in class org.lsst.ccs.bus.Command
 
getMessageType() - Method in class org.lsst.ccs.bus.CommandAck
 
getMessageType() - Method in class org.lsst.ccs.bus.CommandReply
 
getMessageType() - Method in class org.lsst.ccs.bus.LogEvent
 
getMessageType() - Method in class org.lsst.ccs.bus.Status
 
getMetadataName() - Method in class org.lsst.ccs.bus.MetadataStatus
 
getMetadataValue() - Method in class org.lsst.ccs.bus.MetadataStatus
 
getName() - Method in class org.lsst.ccs.bus.ValueNotification
 
getObjectNType() - Method in class org.lsst.ccs.bus.DataValueNotification
 
getOrigin() - Method in class org.lsst.ccs.bus.BusMessage
the origin subsystem
getOriginalCommand() - Method in class org.lsst.ccs.bus.CommandAckOrReply
Deprecated.
getPair(String) - Method in class org.lsst.ccs.bus.KVList
not extremely efficient way to retrieve an element
getParameters() - Method in class org.lsst.ccs.bus.Command
 
getPreviousState() - Method in class org.lsst.ccs.bus.StateChangeNotification
 
getPriorityLevel() - Method in class org.lsst.ccs.bus.BusMessage
 
getRawData() - Method in class org.lsst.ccs.bus.ObjectNType
gets the content "as is" (without deserializing)
getRawValue() - Method in class org.lsst.ccs.bus.KeyData
 
getRealData() - Method in class org.lsst.ccs.bus.DataValueNotification
to be used to retrieve the contained data.
getReason() - Method in class org.lsst.ccs.bus.NegativeAck
 
getReply() - Method in class org.lsst.ccs.bus.CommandReply
 
getSourceName() - Method in class org.lsst.ccs.bus.LogEvent
 
getState() - Method in class org.lsst.ccs.bus.Status
 
getState() - Method in class org.lsst.ccs.bus.SubSystemStatus
 
getState() - Method in class org.lsst.ccs.state.PublishedState
 
getStatus() - Method in class org.lsst.ccs.bus.CommandReply
 
getSummary() - Method in class org.lsst.ccs.bus.BusMessage
a summary string
getTag() - Method in class org.lsst.ccs.bus.StatusForEnd
 
getTag() - Method in class org.lsst.ccs.bus.StatusForStart
 
getThreadName() - Method in class org.lsst.ccs.bus.LogEvent
 
getTimeStamp() - Method in class org.lsst.ccs.bus.BusMessage
timestamp, in milliseconds since 1970
getTrendingDesc() - Method in class org.lsst.ccs.bus.PreparedTrendingStatus
 
getTrendingMap() - Method in class org.lsst.ccs.bus.DataValueNotification
Map of Trending key/values: the values are itself of type ObjectNType so you can get the real type to be used.
getTrendingMap() - Method in class org.lsst.ccs.bus.TrendingStatus
Map of Trending key/values: the values are itself of type ObjectNType so you can get the real type to be used.
gettStamp() - Method in class org.lsst.ccs.bus.ValueNotification
 
getUpdatedKey(String) - Method in class org.lsst.ccs.bus.KeyData
 
getValue() - Method in class org.lsst.ccs.bus.KeyData
returns the value of the contained object if its class is accessible to the current ClassLoader.
getValue() - Method in class org.lsst.ccs.bus.TrendingStatus
Deprecated.

I

isInTestContext() - Method in class org.lsst.ccs.bus.StatusForEnd
 
isInTestContext() - Method in class org.lsst.ccs.bus.StatusForStart
 
isMultithreaded() - Method in interface org.lsst.ccs.bus.CommandExecutor
 
isOfPrimitiveType() - Method in class org.lsst.ccs.bus.DataStatus_Deprecated
is the content to be considered of a primitive type? Developers of subclasses should override this method.
isOfPrimitiveType() - Method in class org.lsst.ccs.bus.DataValueNotification
 
isOfPrimitiveType() - Method in class org.lsst.ccs.bus.ObjectNType
is the data to be considered of a primitive type
isOfPrimitiveType() - Method in class org.lsst.ccs.bus.TrendingStatus
 
isOfWellKnownType() - Method in class org.lsst.ccs.bus.DataStatus_Deprecated
is the content of a "Well known type" as defined in ObjectNType.
isOfWellKnownType() - Method in class org.lsst.ccs.bus.DataValueNotification
 
isOfWellKnownType() - Method in class org.lsst.ccs.bus.ObjectNType
being of a "well known type" means that the data has not been "safely" Serialized
isOfWellKnownType() - Method in class org.lsst.ccs.bus.TrendingStatus
 
isUnParsed() - Method in class org.lsst.ccs.bus.Command
 
isWellKnownType(Class) - Static method in class org.lsst.ccs.bus.ObjectNType
is the class a "well known type" (primitive or defined in the constant array WELL_KNOWN_TYPES)
isWrite() - Method in class org.lsst.ccs.bus.Command
Deprecated.
iterator() - Method in class org.lsst.ccs.bus.EncodedDataStatus
helps iterating over a list of linked status message.
iterator() - Method in class org.lsst.ccs.bus.KVList
 

K

key - Variable in class org.lsst.ccs.bus.Command
 
KeyData - Class in org.lsst.ccs.bus
A key-value pair.
KeyData(String, Object) - Constructor for class org.lsst.ccs.bus.KeyData
 
KeyData.CodedData - Class in org.lsst.ccs.bus
the value of data can be of a "well known type" (known to everybody) and so is coded directly otherwise it is encoded in a CodedData object.
KeyData.CodedData(String) - Constructor for class org.lsst.ccs.bus.KeyData.CodedData
 
KVList - Class in org.lsst.ccs.bus
 
KVList(int) - Constructor for class org.lsst.ccs.bus.KVList
 
KVList() - Constructor for class org.lsst.ccs.bus.KVList
 
KVList(String, Object) - Constructor for class org.lsst.ccs.bus.KVList
 

L

level - Variable in class org.lsst.ccs.bus.Command
The level of the sender of this command.
LOG - Static variable in class org.lsst.ccs.bus.Bus
 
log - Static variable in class org.lsst.ccs.bus.Command
 
LogEvent - Class in org.lsst.ccs.bus
Logging event to be sent on logging bus.
LogEvent(String, String, String, String, String) - Constructor for class org.lsst.ccs.bus.LogEvent
 
logger - Static variable in class org.lsst.ccs.bus.KeyData
 

M

MetadataStatus - Class in org.lsst.ccs.bus
A special status publishing a name/value pair on the status bus
MetadataStatus(String, String, String) - Constructor for class org.lsst.ccs.bus.MetadataStatus
 
MetadataStatus(String, String, String, long) - Constructor for class org.lsst.ccs.bus.MetadataStatus
 
ModuleConfigCommand - Class in org.lsst.ccs.bus
Deprecated.
ModuleConfigCommand() - Constructor for class org.lsst.ccs.bus.ModuleConfigCommand
Deprecated.
 
ModuleInvokerCommand - Class in org.lsst.ccs.bus
This can be used to send commands to a Modular Subsystem.
ModuleInvokerCommand(String, int, String, String, Object...) - Constructor for class org.lsst.ccs.bus.ModuleInvokerCommand
Create a instance of this class.
ModuleInvokerCommand(String, String, Object...) - Constructor for class org.lsst.ccs.bus.ModuleInvokerCommand
Deprecated.
Please use other constructor.
ModuleInvokerCommand(String, Object...) - Constructor for class org.lsst.ccs.bus.ModuleInvokerCommand
Deprecated.
Please use other constructor.

N

NegativeAck - Class in org.lsst.ccs.bus
An ack message to notify initiator of a command rejection.
NegativeAck(Command, String, String) - Constructor for class org.lsst.ccs.bus.NegativeAck
 
NO_ARGS - Static variable in class org.lsst.ccs.bus.Command
to be used by subclasses for no args for commands
NULL_DESCRIPTOR - Static variable in class org.lsst.ccs.bus.StatusCodec
This descriptor is used to describe data that will not be encoded (either with a key-value list or with a crystallized byte array).

O

ObjectNType - Class in org.lsst.ccs.bus
This class contains information about an object and it class.
ObjectNType(Class, Serializable) - Constructor for class org.lsst.ccs.bus.ObjectNType
keeps an object in a serialization-safe manner.
ObjectNType(Serializable) - Constructor for class org.lsst.ccs.bus.ObjectNType
general constructor to keep an object safely
ObjectNType(int) - Constructor for class org.lsst.ccs.bus.ObjectNType
 
ObjectNType(long) - Constructor for class org.lsst.ccs.bus.ObjectNType
 
ObjectNType(float) - Constructor for class org.lsst.ccs.bus.ObjectNType
 
ObjectNType(double) - Constructor for class org.lsst.ccs.bus.ObjectNType
 
ObjectNType(char) - Constructor for class org.lsst.ccs.bus.ObjectNType
 
ordinal() - Method in class org.lsst.ccs.bus.Bus
 
org.lsst.ccs.bus - package org.lsst.ccs.bus
This package deals with standard messages for the CCS buses.
org.lsst.ccs.bus.trending - package org.lsst.ccs.bus.trending
 
org.lsst.ccs.state - package org.lsst.ccs.state
 
origin - Variable in class org.lsst.ccs.bus.BusMessage
 

P

parameters - Variable in class org.lsst.ccs.bus.Command
 
PositiveAck - Class in org.lsst.ccs.bus
 
PositiveAck() - Constructor for class org.lsst.ccs.bus.PositiveAck
Deprecated.
PositiveAck(Command, String) - Constructor for class org.lsst.ccs.bus.PositiveAck
 
PreparedTrendingStatus - Class in org.lsst.ccs.bus
 
PreparedTrendingStatus(Serializable, Map<String, ObjectNType>) - Constructor for class org.lsst.ccs.bus.PreparedTrendingStatus
 
priorityLevel - Variable in class org.lsst.ccs.bus.BusMessage
 
PriorityLevel - Enum in org.lsst.ccs.bus
Message priority level
PublishedState<T extends Serializable> - Class in org.lsst.ccs.state
 
PublishedState(T) - Constructor for class org.lsst.ccs.state.PublishedState
 
put(String, Object) - Method in class org.lsst.ccs.bus.ModuleConfigCommand
Deprecated.
 
putAll(Map<String, ? extends Object>) - Method in class org.lsst.ccs.bus.ModuleConfigCommand
Deprecated.
 

S

setCanRunInActiveMode(boolean) - Method in class org.lsst.ccs.bus.Command
Deprecated.
setCanWaitForReady(boolean) - Method in class org.lsst.ccs.bus.Command
Deprecated.
setCorrelId(String) - Method in class org.lsst.ccs.bus.Command
Correlation id, propagated from command to command.
setCorrelId(String) - Method in class org.lsst.ccs.bus.CommandAckOrReply
Deprecated.
setDestination(String) - Method in class org.lsst.ccs.bus.Command
The command destination : subsystem name
setDestination(String) - Method in class org.lsst.ccs.bus.CommandAckOrReply
 
setDetailLevel(DetailLevel) - Method in class org.lsst.ccs.bus.BusMessage
Sets the detail level.
setInTestContext(boolean) - Method in class org.lsst.ccs.bus.StatusForEnd
 
setInTestContext(boolean) - Method in class org.lsst.ccs.bus.StatusForStart
 
setKey(String) - Method in class org.lsst.ccs.bus.Command
Key used for lock and arbitration.
setLevel(int) - Method in class org.lsst.ccs.bus.Command
Deprecated.
setNext(EncodedDataStatus) - Method in class org.lsst.ccs.bus.EncodedDataStatus
links another status next to this one (for sending a batch of status in a single message)
setOrigin(String) - Method in class org.lsst.ccs.bus.BusMessage
 
setOriginalCommand(Command) - Method in class org.lsst.ccs.bus.CommandAckOrReply
Deprecated.
setPriorityLevel(PriorityLevel) - Method in class org.lsst.ccs.bus.BusMessage
Sets the priority level.
setState(PublishedState) - Method in class org.lsst.ccs.bus.Status
 
setState(PublishedState) - Method in class org.lsst.ccs.bus.SubSystemStatus
 
setSummary(String) - Method in class org.lsst.ccs.bus.BusMessage
 
setTimeStamp(long) - Method in class org.lsst.ccs.bus.BusMessage
 
setUnParsed(boolean) - Method in class org.lsst.ccs.bus.Command
 
setValue(Object) - Method in class org.lsst.ccs.bus.TrendingStatus
Deprecated.
state - Variable in class org.lsst.ccs.bus.Status
 
state - Variable in class org.lsst.ccs.bus.SubSystemStatus
 
StateChangeNotification - Class in org.lsst.ccs.bus
 
StateChangeNotification(DetailLevel, PublishedState, PublishedState) - Constructor for class org.lsst.ccs.bus.StateChangeNotification
 
STATUS - Static variable in class org.lsst.ccs.bus.Bus
 
Status - Class in org.lsst.ccs.bus
A Status message that can be sent on the status bus
Status() - Constructor for class org.lsst.ccs.bus.Status
 
Status(PublishedState) - Constructor for class org.lsst.ccs.bus.Status
 
StatusCodec - Class in org.lsst.ccs.bus
utilities to code/decode DataStatus_Deprecated.
StatusCodec() - Constructor for class org.lsst.ccs.bus.StatusCodec
 
StatusForEnd - Class in org.lsst.ccs.bus
Represents a special status message for notifications of the end of execution of susbsystem with name/configuration/tag.
StatusForEnd(String, String) - Constructor for class org.lsst.ccs.bus.StatusForEnd
 
StatusForStart - Class in org.lsst.ccs.bus
Represents a special status message for notifications of a startup with name/configuration/tag.
StatusForStart(String, String) - Constructor for class org.lsst.ccs.bus.StatusForStart
 
SubSystemStatus - Class in org.lsst.ccs.bus
A Status message that sends the heartbeat of a subsystem
SubSystemStatus() - Constructor for class org.lsst.ccs.bus.SubSystemStatus
 
SubSystemStatus(PublishedState) - Constructor for class org.lsst.ccs.bus.SubSystemStatus
 
summary - Variable in class org.lsst.ccs.bus.BusMessage
 
SystemCommand - Class in org.lsst.ccs.bus
A Command intended for a Subsystem (and not meant to be specific to a Module)
SystemCommand(String, String) - Constructor for class org.lsst.ccs.bus.SystemCommand
 
SystemCommand(String, String, Object[]) - Constructor for class org.lsst.ccs.bus.SystemCommand
 

T

timeStamp - Variable in class org.lsst.ccs.bus.BusMessage
 
toString() - Method in class org.lsst.ccs.bus.Alarm
 
toString() - Method in class org.lsst.ccs.bus.AlarmClear
 
toString() - Method in class org.lsst.ccs.bus.Bus
 
toString() - Method in class org.lsst.ccs.bus.Command
 
toString() - Method in class org.lsst.ccs.bus.CommandAck
 
toString() - Method in exception org.lsst.ccs.bus.CommandRejectedException
 
toString() - Method in class org.lsst.ccs.bus.CommandReply
 
toString() - Method in class org.lsst.ccs.bus.DataCapsule
 
toString() - Method in class org.lsst.ccs.bus.DataStatus_Deprecated
 
toString() - Method in class org.lsst.ccs.bus.DataValueNotification
 
toString() - Method in class org.lsst.ccs.bus.EncodedDataStatus
 
toString() - Method in class org.lsst.ccs.bus.KeyData.CodedData
 
toString() - Method in class org.lsst.ccs.bus.KeyData
 
toString() - Method in class org.lsst.ccs.bus.LogEvent
returns the "formatted details"
toString() - Method in class org.lsst.ccs.bus.MetadataStatus
 
toString() - Method in class org.lsst.ccs.bus.NegativeAck
 
toString() - Method in class org.lsst.ccs.bus.ObjectNType
 
toString() - Method in class org.lsst.ccs.bus.PreparedTrendingStatus
 
toString() - Method in class org.lsst.ccs.bus.Status
 
toString() - Method in class org.lsst.ccs.bus.StatusForEnd
 
toString() - Method in class org.lsst.ccs.bus.StatusForStart
 
toString() - Method in class org.lsst.ccs.bus.SubSystemStatus
 
toString() - Method in class org.lsst.ccs.bus.TrendingStatus
 
toString() - Method in class org.lsst.ccs.bus.ValueNotification
 
toString() - Method in class org.lsst.ccs.state.PublishedState
 
Trendable - Annotation Type in org.lsst.ccs.bus.trending
a Class that should be analyzed for Trending data
TrendingData - Annotation Type in org.lsst.ccs.bus.trending
Field annotation (should be updated to accessor methods)
TrendingStatus - Class in org.lsst.ccs.bus
A special status publishing a name/value pair on the status bus

Though it extends DataStatus_Deprecated the main purpose is slightly different.

TrendingStatus() - Constructor for class org.lsst.ccs.bus.TrendingStatus
 
TrendingStatus(Object) - Constructor for class org.lsst.ccs.bus.TrendingStatus
Deprecated.
TrendingStatus(DataValueNotification) - Constructor for class org.lsst.ccs.bus.TrendingStatus
 
TrendingStatus(List<? extends ValueNotification>) - Constructor for class org.lsst.ccs.bus.TrendingStatus
 

U

unParsed - Variable in class org.lsst.ccs.bus.Command
Indicates that the command is a pure String to be parsed by the receiver.
UnparsedCommand - Class in org.lsst.ccs.bus
 
UnparsedCommand(String, int, String, String) - Constructor for class org.lsst.ccs.bus.UnparsedCommand
 
UnparsedCommand(String, String) - Constructor for class org.lsst.ccs.bus.UnparsedCommand
Deprecated.

V

value - Variable in class org.lsst.ccs.bus.DataStatus_Deprecated
 
ValueNotification - Class in org.lsst.ccs.bus
 
ValueNotification(String, Object) - Constructor for class org.lsst.ccs.bus.ValueNotification
 
ValueNotification(String, Object, long) - Constructor for class org.lsst.ccs.bus.ValueNotification
 
ValueNotification() - Constructor for class org.lsst.ccs.bus.ValueNotification
 
valueOf(String) - Static method in class org.lsst.ccs.bus.Bus
emulates the valueOf method of enums
valueOf(String) - Static method in enum org.lsst.ccs.bus.CommandReply.CommandStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.lsst.ccs.bus.DetailLevel
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.lsst.ccs.bus.PriorityLevel
Returns the enum constant of this type with the specified name.
values() - Static method in class org.lsst.ccs.bus.Bus
emulates the values method of enums
values() - Static method in enum org.lsst.ccs.bus.CommandReply.CommandStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.lsst.ccs.bus.DetailLevel
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.lsst.ccs.bus.PriorityLevel
Returns an array containing the constants of this enum type, in the order they are declared.

W

WELL_KNOWN_TYPES - Static variable in class org.lsst.ccs.bus.ObjectNType
 
WELL_KNOWN_TYPES - Static variable in class org.lsst.ccs.bus.StatusCodec
predefined list of types where values won't be encoded either by "crystalizing" or with a list of key-value.
A B C D E G I K L M N O P S T U V W 

Copyright © 2014 LSST. All Rights Reserved.