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(DataStatus2) - Method in class org.lsst.ccs.bus.DataStatus2
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
 
asSimpleKeyValueList(String, Object) - Static method in class org.lsst.ccs.bus.StatusCodec
 

B

Bus<T extends BusPayload> - Class in org.lsst.ccs.bus
Since there is no such thing as a parameterized enum, this class emulates one: it lists the possible bus topics.
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() - Constructor for class org.lsst.ccs.bus.BusMessage
 
BusPayload - Interface in org.lsst.ccs.bus
 

C

canRunInActiveMode - Variable in class org.lsst.ccs.bus.Command
 
canRunInActiveMode() - Method in class org.lsst.ccs.bus.Command
Can this command be executed by a subsystem which is in "active" mode ?
canWaitForReady - Variable in class org.lsst.ccs.bus.Command
 
canWaitForReady() - Method in class org.lsst.ccs.bus.Command
can this command wait for a single-threaded ownerSubsystem to be ready ?
COMMAND - Static variable in class org.lsst.ccs.bus.Bus
 
Command - Class in org.lsst.ccs.bus
A command sent on the CCS bus Will be executed by the destination subsystem.
Command(String) - Constructor for class org.lsst.ccs.bus.Command
 
Command(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
 
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
 
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
 
CommandReply - Class in org.lsst.ccs.bus
Reply to command.
CommandReply(Object, CommandReply.CommandStatus) - Constructor for class org.lsst.ccs.bus.CommandReply
 
CommandReply(Command, Object, CommandReply.CommandStatus, 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
 

D

DataCapsule - Class in org.lsst.ccs.bus
a Simplified Marshalled Object.
DataCapsule(Serializable) - Constructor for class org.lsst.ccs.bus.DataCapsule
 
DataStatus - Class in org.lsst.ccs.bus
Status with additional information.
DataStatus() - Constructor for class org.lsst.ccs.bus.DataStatus
for use by subclasses only
DataStatus(Serializable) - Constructor for class org.lsst.ccs.bus.DataStatus
any Object including null values.
DataStatus(Class, Serializable) - Constructor for class org.lsst.ccs.bus.DataStatus
to be mostly used when primitive org.lsst.gruth.types are to be used.
DataStatus(int) - Constructor for class org.lsst.ccs.bus.DataStatus
 
DataStatus(double) - Constructor for class org.lsst.ccs.bus.DataStatus
 
DataStatus(float) - Constructor for class org.lsst.ccs.bus.DataStatus
 
DataStatus(char) - Constructor for class org.lsst.ccs.bus.DataStatus
 
DataStatus2 - Class in org.lsst.ccs.bus
Status with additional information.
DataStatus2(long, KVList) - Constructor for class org.lsst.ccs.bus.DataStatus2
creates a status with a list of Key-value pairs with the same timestamp
DataStatus2(KVList) - Constructor for class org.lsst.ccs.bus.DataStatus2
creates a status with a list of Key-value pairs with the same timestamp which is generated at creation time.
DataStatus2(long, String, Object) - Constructor for class org.lsst.ccs.bus.DataStatus2
creates a status with a single key and value (the timestamp is also provided)
DataStatus2(String, Object) - Constructor for class org.lsst.ccs.bus.DataStatus2
creates a status with a single key and value (the timestamp is generated)
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.
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.DataStatus2
 
getContent() - Method in class org.lsst.ccs.bus.LogEvent
 
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
 
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
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
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.DataStatus2
 
getDestination() - Method in class org.lsst.ccs.bus.Command
The command destination : subsystem name or "*"
getDestination() - Method in class org.lsst.ccs.bus.CommandAckOrReply
 
getDetailLevel() - Method in class org.lsst.ccs.bus.BusMessage
 
getKey() - Method in class org.lsst.ccs.bus.Command
Key used for lock and arbitration.
getKey() - Method in class org.lsst.ccs.bus.KeyData
 
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.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
 
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
 
getState() - Method in class org.lsst.ccs.bus.Status
 
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
 
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
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
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
is this command a writing command that has to be protected ?
iterator() - Method in class org.lsst.ccs.bus.DataStatus2
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

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(Object) - Constructor for class org.lsst.ccs.bus.LogEvent
 

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 command will invoke a method of a Module, when sent to a ModularSubsystem
ModuleInvokerCommand(String, Object...) - Constructor for class org.lsst.ccs.bus.ModuleInvokerCommand
 

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
 
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
 
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
 
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 - Enum in org.lsst.ccs.state
 
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
 
setCanWaitForReady(boolean) - Method in class org.lsst.ccs.bus.Command
can this command wait for a single-threaded ownerSubsystem to be ready
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
 
setDestination(String) - Method in class org.lsst.ccs.bus.Command
The command destination : subsystem name or "*"
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.
setNext(DataStatus2) - Method in class org.lsst.ccs.bus.DataStatus2
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
 
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
 
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
 
StatusCodec - Class in org.lsst.ccs.bus
utilities to code/decode DataStatus.
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
 
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) - Constructor for class org.lsst.ccs.bus.SystemCommand
 
SystemCommand(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 class org.lsst.ccs.bus.CommandReply
 
toString() - Method in class org.lsst.ccs.bus.DataCapsule
 
toString() - Method in class org.lsst.ccs.bus.DataStatus
 
toString() - Method in class org.lsst.ccs.bus.DataStatus2
 
toString() - Method in class org.lsst.ccs.bus.DataValueNotification
 
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
 
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.TrendingStatus
 
toString() - Method in class org.lsst.ccs.bus.ValueNotification
 
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 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.

V

value - Variable in class org.lsst.ccs.bus.DataStatus
 
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
 
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.
valueOf(String) - Static method in enum org.lsst.ccs.state.PublishedState
Returns the enum constant of this type with the specified name.
values() - Static method in class org.lsst.ccs.bus.Bus
 
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.
values() - Static method in enum org.lsst.ccs.state.PublishedState
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.