Skip navigation links
A B C D E F G H I K L M N O P R S T V W 

A

add(AgentInfo, DistributionInfo) - Method in class org.lsst.ccs.bus.messages.CCSVersions
Deprecated.
Add a new AgentInfo, DistributionInfo pair.
add(String, Object) - Method in class org.lsst.ccs.bus.messages.KVList
Deprecated.
addAlertInstance(AlertState, Alert, long) - Method in class org.lsst.ccs.bus.data.RaisedAlertHistory
Add a new instance of this Alert.
addAlertInstance(AlertState, Alert) - Method in class org.lsst.ccs.bus.data.RaisedAlertHistory
Add a new instance of this Alert.
addData(String, Serializable) - Method in class org.lsst.ccs.bus.data.KeyValueDataList
Add a key-value pair to this KeyValueDataList by assigning it the timestamp of the KeyDataList.
addData(String, Serializable, KeyValueData.KeyValueDataType) - Method in class org.lsst.ccs.bus.data.KeyValueDataList
Add a key-value pair to this KeyValueDataList by assigning it the timestamp of the KeyDataList.
addData(String, Serializable, long) - Method in class org.lsst.ccs.bus.data.KeyValueDataList
Add a key-value pair with a timestamp to this KeyValueDataList.
addData(String, Serializable, long, KeyValueData.KeyValueDataType) - Method in class org.lsst.ccs.bus.data.KeyValueDataList
Add a key-value pair with a timestamp to this KeyValueDataList.
addData(KeyValueData) - Method in class org.lsst.ccs.bus.data.KeyValueDataList
Add a KeyValueData object to the KeyValueDataList.
addData(EncodedDataStatus, long, String, Object) - Static method in class org.lsst.ccs.bus.messages.EncodedDataStatus
Deprecated.
addPlot(String, String) - Method in class org.lsst.ccs.bus.messages.AidaPlots
Deprecated.
Add the xml representation of an AIDA plot with a corresponding name.
addPlot(String, String, long) - Method in class org.lsst.ccs.bus.messages.AidaPlots
Deprecated.
Add the xml representation of an AIDA plot with a corresponding name and a timestamp.
addStatus(EncodedDataStatus) - Method in class org.lsst.ccs.bus.messages.EncodedDataStatus
Deprecated.
AgentInfo - Class in org.lsst.ccs.bus.data
 
AgentInfo(String, AgentInfo.AgentType) - Constructor for class org.lsst.ccs.bus.data.AgentInfo
 
AgentInfo - Class in org.lsst.ccs.bus.messages
Deprecated.
AgentInfo(String, AgentInfo.AgentType) - Constructor for class org.lsst.ccs.bus.messages.AgentInfo
Deprecated.
AgentInfo.AgentType - Enum in org.lsst.ccs.bus.messages
Deprecated.
AgentState - Interface in org.lsst.ccs.bus.states
Marker interface to distinguish internal states of an Agent.
AidaPlots - Class in org.lsst.ccs.bus.messages
Deprecated.
AidaPlots() - Constructor for class org.lsst.ccs.bus.messages.AidaPlots
Deprecated.
 
Alarm - Class in org.lsst.ccs.bus.messages
Deprecated.
Alarm(String, String, StateBundle) - Constructor for class org.lsst.ccs.bus.messages.Alarm
Deprecated.
AlarmClear - Class in org.lsst.ccs.bus.messages
Deprecated.
AlarmClear(Serializable, StateBundle) - Constructor for class org.lsst.ccs.bus.messages.AlarmClear
Deprecated.
 
AlarmOnStateChange - Class in org.lsst.ccs.bus.messages
Deprecated.
AlarmOnStateChange(StateBundle, StateBundle, String) - Constructor for class org.lsst.ccs.bus.messages.AlarmOnStateChange
Deprecated.
 
Alert - Class in org.lsst.ccs.bus.data
Base class for all Alerts.
Alert(String, String) - Constructor for class org.lsst.ccs.bus.data.Alert
Base constructor for all Alerts.
AlertState - Enum in org.lsst.ccs.bus.states
The Alert State of an Agent reflects how the hardware measured quantities compare to their operational limits.

B

Bus - Enum in org.lsst.ccs.bus.definition
Enumeration of CCS Buses.
BusMessage<T extends Serializable,D> - Class in org.lsst.ccs.bus.messages
Base class for messages sent on the buses.
BusMessage(T) - Constructor for class org.lsst.ccs.bus.messages.BusMessage
Build a BusMessage from the provided Object.

C

CCSVersions - Class in org.lsst.ccs.bus.data
 
CCSVersions() - Constructor for class org.lsst.ccs.bus.data.CCSVersions
 
CCSVersions - Class in org.lsst.ccs.bus.messages
Deprecated.
CCSVersions() - Constructor for class org.lsst.ccs.bus.messages.CCSVersions
Deprecated.
 
clone() - Method in class org.lsst.ccs.bus.states.StateBundle
 
CommandAck - Class in org.lsst.ccs.bus.messages
Command Ack.
CommandAck(CommandRequest) - Constructor for class org.lsst.ccs.bus.messages.CommandAck
CommandAcks are constructed from the corresponding CommandRequest.
CommandError - Class in org.lsst.ccs.bus.messages
Deprecated.
CommandError(CommandRequest, Throwable, String) - Constructor for class org.lsst.ccs.bus.messages.CommandError
Deprecated.
CommandMessage<T extends Serializable,D> - Class in org.lsst.ccs.bus.messages
Superclass for all messages sent on the Command Bus.
CommandMessage(String, UUID, T) - Constructor for class org.lsst.ccs.bus.messages.CommandMessage
Default CommandMessage constructor.
CommandNack<T extends Serializable> - Class in org.lsst.ccs.bus.messages
Command NACK.
CommandNack(CommandRequest, T) - Constructor for class org.lsst.ccs.bus.messages.CommandNack
CommandNacks are built from the corresponding CommandRequest and the reason for which the command will not be carried out.
CommandReply<T extends Serializable> - Class in org.lsst.ccs.bus.messages
Base class for a command reply.
CommandReply(CommandRequest, T) - Constructor for class org.lsst.ccs.bus.messages.CommandReply
Main CommandReply constructor.
CommandRequest - Class in org.lsst.ccs.bus.messages
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.
CommandRequest(String, String, Object...) - Constructor for class org.lsst.ccs.bus.messages.CommandRequest
Create a BasicCommandMessage from a string representation of a command: e.g.
CommandRequest(String, String) - Constructor for class org.lsst.ccs.bus.messages.CommandRequest
Create a BasicCommandMessage from a string representation of a command: e.g.
CommandRequest(String, BasicCommand) - Constructor for class org.lsst.ccs.bus.messages.CommandRequest
Create a BasicCommandMessage from an existing BasicCommand.
CommandResult<T extends Serializable> - Class in org.lsst.ccs.bus.messages
The result of a CommandRequest.
CommandResult(CommandRequest, T) - Constructor for class org.lsst.ccs.bus.messages.CommandResult
Constructor for a CommandResult.
CommandState - Enum in org.lsst.ccs.bus.states
Agent State with respect to command execution.
ConfigurationInfo - Class in org.lsst.ccs.bus.data
A Class containing the Agent's configuration information.
ConfigurationInfo(ConfigurationState, String) - Constructor for class org.lsst.ccs.bus.data.ConfigurationInfo
 
ConfigurationInfo(ConfigurationState, String, Map<String, String>, Map<String, Boolean>, List<ConfigurationParameterInfo>) - Constructor for class org.lsst.ccs.bus.data.ConfigurationInfo
 
ConfigurationInfo(ConfigurationState, String, Map<String, String>, Map<String, Boolean>, List<ConfigurationParameterInfo>, List<ConfigurationParameterInfo>) - Constructor for class org.lsst.ccs.bus.data.ConfigurationInfo
 
ConfigurationParameterInfo - Class in org.lsst.ccs.bus.data
Represents the state of a given parameter.
ConfigurationParameterInfo(String, String, String, String, String, boolean) - Constructor for class org.lsst.ccs.bus.data.ConfigurationParameterInfo
 
ConfigurationState - Enum in org.lsst.ccs.bus.states
The Configuration state of a subsystem reflects the state of its set of configurable parameters.

D

descriptionName - Variable in class org.lsst.ccs.bus.data.ConfigurationInfo
 
deserialize(byte[]) - Method in class org.lsst.ccs.bus.utils.SerializationUtils
De-serialize the byte array serialized version of an object into the Object itself.
diffState(StateBundle) - Method in class org.lsst.ccs.bus.states.StateBundle
Finds what has changed.
displayName() - Method in enum org.lsst.ccs.bus.messages.AgentInfo.AgentType
Deprecated.
Get the name of the AgentType for display purposes.
DistributionInfo - Class in org.lsst.ccs.bus.data
A Class to capture the information regarding this distribution.
DistributionInfo() - Constructor for class org.lsst.ccs.bus.data.DistributionInfo
 
DistributionInfo - Class in org.lsst.ccs.bus.messages
Deprecated.
DistributionInfo() - Constructor for class org.lsst.ccs.bus.messages.DistributionInfo
Deprecated.
 

E

EncodedDataStatus - Class in org.lsst.ccs.bus.messages
Deprecated.
EncodedDataStatus(long, KVList) - Constructor for class org.lsst.ccs.bus.messages.EncodedDataStatus
Deprecated.
EncodedDataStatus(KVList) - Constructor for class org.lsst.ccs.bus.messages.EncodedDataStatus
Deprecated.
EncodedDataStatus(long, String, Object) - Constructor for class org.lsst.ccs.bus.messages.EncodedDataStatus
Deprecated.
EncodedDataStatus(String, Object) - Constructor for class org.lsst.ccs.bus.messages.EncodedDataStatus
Deprecated.
encodeObject(Serializable) - Method in class org.lsst.ccs.bus.messages.AlarmClear
Deprecated.
 
encodeObject(T) - Method in class org.lsst.ccs.bus.messages.BusMessage
Subclasses must provide a specific implementation of the encoding process.
encodeObject(T) - Method in class org.lsst.ccs.bus.messages.CommandReply
 
encodeObject(BasicCommand) - Method in class org.lsst.ccs.bus.messages.CommandRequest
 
encodeObject(Serializable) - Method in class org.lsst.ccs.bus.messages.EncodedDataStatus
Deprecated.
 
encodeObject(String) - Method in class org.lsst.ccs.bus.messages.LogMessage
 
encodeObject(String) - Method in class org.lsst.ccs.bus.messages.MetadataStatus
Deprecated.
 
encodeObject(StateBundle) - Method in class org.lsst.ccs.bus.messages.StateChangeNotification
Deprecated.
 
encodeObject(String[]) - Method in class org.lsst.ccs.bus.messages.StatusClearedAlert
 
encodeObject(ConfigurationInfo) - Method in class org.lsst.ccs.bus.messages.StatusConfigurationInfo
 
encodeObject(T) - Method in class org.lsst.ccs.bus.messages.StatusData
 
encodeObject(Serializable) - Method in class org.lsst.ccs.bus.messages.StatusHeartBeat
 
encodeObject(Alert) - Method in class org.lsst.ccs.bus.messages.StatusRaisedAlert
 
encodeObject(StatusMessage, Object) - Static method in class org.lsst.ccs.bus.utils.EncodingUtils
Encodes an object and return the DataList object containing all the KeyValueData objects in which this Object has been decomposed.
EncodingUtils - Class in org.lsst.ccs.bus.utils
Utility class to code/decode objects.
EncodingUtils() - Constructor for class org.lsst.ccs.bus.utils.EncodingUtils
 
equals(Object) - Method in class org.lsst.ccs.bus.data.Alert
 
equals(Object) - Method in class org.lsst.ccs.bus.messages.AgentInfo
Deprecated.
 
equals(Object) - Method in class org.lsst.ccs.bus.messages.DistributionInfo
Deprecated.
 
equals(Object) - Method in class org.lsst.ccs.bus.messages.EncodedDataStatus
Deprecated.
 
equals(Object) - Method in class org.lsst.ccs.bus.states.StateBundle
 

F

freeMemory - Variable in class org.lsst.ccs.bus.data.RuntimeInfo
 

G

getAgents() - Method in class org.lsst.ccs.bus.messages.CCSVersions
Deprecated.
Get the Set of AgentInfo contained in this class.
getAlertId() - Method in class org.lsst.ccs.bus.data.Alert
Get the Alert id
getAlertState() - Method in class org.lsst.ccs.bus.data.RaisedAlertInstance
The AlertState at which the RaisedAlertInstance was raised.
getAlertState() - Method in class org.lsst.ccs.bus.data.RaisedAlertSummary
Get the overall AlertState for this RaisedAlarm summary object .
getAllParameterInfo() - Method in class org.lsst.ccs.bus.data.ConfigurationInfo
Returns a list of ConfigurationParameterInfo.
getAllRaisedAlertHistories() - Method in class org.lsst.ccs.bus.data.RaisedAlertSummary
Get the set of raised Alerts.
getBasicCommand() - Method in class org.lsst.ccs.bus.messages.CommandRequest
Utility method to get the embedded BasicCommand.
getBuildId() - Method in class org.lsst.ccs.bus.messages.DistributionInfo
Deprecated.
 
getBuildJdk() - Method in class org.lsst.ccs.bus.messages.DistributionInfo
Deprecated.
 
getBuildNumber() - Method in class org.lsst.ccs.bus.messages.DistributionInfo
Deprecated.
 
getBuildUrl() - Method in class org.lsst.ccs.bus.messages.DistributionInfo
Deprecated.
 
getCategoryName() - Method in class org.lsst.ccs.bus.data.ConfigurationParameterInfo
The category the parameter belongs to.
getCategorySet() - Method in class org.lsst.ccs.bus.data.ConfigurationInfo
 
getClassName() - Method in class org.lsst.ccs.bus.messages.BusMessage
Get the class name of the embedded object.
getClearAlertIds() - Method in class org.lsst.ccs.bus.messages.StatusClearedAlert
Get the String array of the alertIds that have been cleared.
getComponentName() - Method in class org.lsst.ccs.bus.data.ConfigurationParameterInfo
Returns the name of the component the parameter represented by this object belongs to.
getConfigNameForCategory(String) - Method in class org.lsst.ccs.bus.data.ConfigurationInfo
 
getConfigurationInfo() - Method in class org.lsst.ccs.bus.messages.StatusConfigurationInfo
Get the ConfigurationInfo object contained in this message.
getConfigurationName() - Method in class org.lsst.ccs.bus.data.ConfigurationInfo
 
getConfigurationState() - Method in class org.lsst.ccs.bus.data.ConfigurationInfo
 
getConfiguredValue() - Method in class org.lsst.ccs.bus.data.ConfigurationParameterInfo
The configured value for this parameter, i.e the value defined by the last configuration loading.
getContent() - Method in class org.lsst.ccs.bus.messages.EncodedDataStatus
Deprecated.
getContentAsList() - Method in class org.lsst.ccs.bus.messages.KeyData
Deprecated.
getCorrelationId() - Method in class org.lsst.ccs.bus.messages.CommandMessage
The correlationId of this CommandMessage.
getCorrelId() - Method in class org.lsst.ccs.bus.messages.CommandMessage
Deprecated.
getCrystallizedData() - Method in class org.lsst.ccs.bus.messages.KeyData
Deprecated.
getCurrentValue() - Method in class org.lsst.ccs.bus.data.ConfigurationParameterInfo
The current value for this parameter.
getCurrentValueForParameter(String) - Method in class org.lsst.ccs.bus.data.ConfigurationInfo
Return the current value of a given configurable parameter
getCurrentValuesForCategory(String) - Method in class org.lsst.ccs.bus.data.ConfigurationInfo
Returns the current value of each parameter that belong to the specified category.
getCurrentValuesForComponent(String) - Method in class org.lsst.ccs.bus.data.ConfigurationInfo
Returns the current value of each parameter that belong to the specified configurable component.
getDataKey() - Method in class org.lsst.ccs.bus.messages.StatusSubsystemData
Get the Key of the embedded object.
getDataName() - Method in class org.lsst.ccs.bus.messages.MetadataStatus
Deprecated.
getDataTimestamp() - Method in class org.lsst.ccs.bus.messages.EncodedDataStatus
Deprecated.
getDefaultValue() - Method in class org.lsst.ccs.bus.data.ConfigurationParameterInfo
The default value for this parameter, as specified in the groovy description file.
getDescription() - Method in class org.lsst.ccs.bus.data.Alert
Get the Alert description
getDescription() - Method in class org.lsst.ccs.bus.data.RaisedAlertInstance
The description of the RaisedAlert.
getDescriptionName() - Method in class org.lsst.ccs.bus.data.ConfigurationInfo
Returns the subsystem description name, ie the name of the description file the subsystem is started with.
getDestination() - Method in class org.lsst.ccs.bus.messages.CommandMessage
The destination of the CommandMessage.
getDistributionInfo(AgentInfo) - Method in class org.lsst.ccs.bus.messages.CCSVersions
Deprecated.
Get the DistributionInfo for a given AgentInfo.
getDistributionInfo(String) - Method in class org.lsst.ccs.bus.messages.CCSVersions
Deprecated.
Get the DistributionInfo for a given agent by name.
getEmbeddedObject() - Method in class org.lsst.ccs.bus.messages.EncodedDataStatus
Deprecated.
getEncodedData() - Method in class org.lsst.ccs.bus.messages.BusMessage
Get the Encoded version of the embedded Object.
getEncodedData() - Method in class org.lsst.ccs.bus.messages.CommandReply
 
getEncodedData() - Method in class org.lsst.ccs.bus.messages.EncodedDataStatus
Deprecated.
 
getEncodedData() - Method in class org.lsst.ccs.bus.messages.LogMessage
 
getEncodedData() - Method in class org.lsst.ccs.bus.messages.StatusData
 
getFormattedDetails() - Method in class org.lsst.ccs.bus.messages.LogMessage
The formatted version of the logged message.
getFreeMemory() - Method in class org.lsst.ccs.bus.data.RuntimeInfo
 
getHighestAlertState() - Method in class org.lsst.ccs.bus.data.RaisedAlertHistory
Get the highest AlertState raised for this Alert.
getKey() - Method in class org.lsst.ccs.bus.data.KeyValueData
Get the key.
getKey() - Method in class org.lsst.ccs.bus.messages.EncodedDataStatus
Deprecated.
 
getKey() - Method in class org.lsst.ccs.bus.messages.KeyData
Deprecated.
getLastModified() - Method in class org.lsst.ccs.bus.states.StateBundle
Get the Instant of the last time the StateBundle was modified.
getLatestAlert() - Method in class org.lsst.ccs.bus.data.RaisedAlertHistory
Get the original Alert that was raised.
getLatestAlertState() - Method in class org.lsst.ccs.bus.data.RaisedAlertHistory
Get the latest AlertState of this Alert.
getLatestAlertTimestamp() - Method in class org.lsst.ccs.bus.data.RaisedAlertHistory
Get the latest CCS timestamp of this Alert.
getLatestChanges() - Method in class org.lsst.ccs.bus.data.ConfigurationInfo
Returns a list of the recent changes caused by the If a single change is processed, the returned list contains this change only.
getLevel() - Method in class org.lsst.ccs.bus.messages.LogMessage
The level (or severity) of the LogMessage.
getListOfKeyValueData() - Method in class org.lsst.ccs.bus.data.KeyValueDataList
Get the list of KeyValueData contained in this object.
getListOfKeyValueData(KeyValueData.KeyValueDataType) - Method in class org.lsst.ccs.bus.data.KeyValueDataList
Get the list of KeyValueData contained in this object for a given type.
getLoggerName() - Method in class org.lsst.ccs.bus.messages.LogMessage
Get the name of the logger used to record the LogMessage.
getMaxMemory() - Method in class org.lsst.ccs.bus.data.RuntimeInfo
 
getMessage() - Method in class org.lsst.ccs.bus.messages.AlarmOnStateChange
Deprecated.
 
getMetadataName() - Method in class org.lsst.ccs.bus.messages.MetadataStatus
Deprecated.
getMetadataValue() - Method in class org.lsst.ccs.bus.messages.MetadataStatus
Deprecated.
getName() - Method in class org.lsst.ccs.bus.messages.AgentInfo
Deprecated.
The Agent's name on the Buses.
getNewState() - Method in class org.lsst.ccs.bus.messages.StatusStateChangeNotification
Get the new state of the Agent.
getNThreads() - Method in class org.lsst.ccs.bus.data.RuntimeInfo
 
getNumberOfInstances() - Method in class org.lsst.ccs.bus.data.RaisedAlertHistory
Get the number of times this Alert was raised.
getObject() - Method in class org.lsst.ccs.bus.messages.BusMessage
Get the original version of the embedded Object.
getOldState() - Method in class org.lsst.ccs.bus.messages.StatusStateChangeNotification
Get the old state of the Agent.
getOriginAgentInfo() - Method in class org.lsst.ccs.bus.messages.BusMessage
The Origin of the BusMessage, the bus registration name of the Agent from which it originated.
getPair(String) - Method in class org.lsst.ccs.bus.messages.KVList
Deprecated.
getParameterInfoGroupByCategory(List<ConfigurationParameterInfo>) - Static method in class org.lsst.ccs.bus.data.ConfigurationInfo
Groups the ConfigurationParameterInfo objects of the input list by the category they belong to.
getParameterInfoGroupByComponent(List<ConfigurationParameterInfo>) - Static method in class org.lsst.ccs.bus.data.ConfigurationInfo
Groups the ConfigurationParameterInfo objects of the input list by the component they belong to.
getParameterName() - Method in class org.lsst.ccs.bus.data.ConfigurationParameterInfo
Returns the name of the parameter represented by this object.
getPathName() - Method in class org.lsst.ccs.bus.data.ConfigurationParameterInfo
The Path name of the parameter.
getPreviousState() - Method in class org.lsst.ccs.bus.messages.StateChangeNotification
Deprecated.
 
getProcessCpuLoad() - Method in class org.lsst.ccs.bus.data.RuntimeInfo
 
getProject() - Method in class org.lsst.ccs.bus.messages.DistributionInfo
Deprecated.
 
getRaisedAlert(String) - Method in class org.lsst.ccs.bus.data.RaisedAlertSummary
Get a RaisedAlert for a given id.
getRaisedAlert() - Method in class org.lsst.ccs.bus.messages.StatusRaisedAlert
Get the RaisedAlert contained in this message.
getRaisedAlertInstancesList() - Method in class org.lsst.ccs.bus.data.RaisedAlertHistory
Get the full history of RaisedAlertInstances for this Alert.
getRaisedAlertSummary() - Method in class org.lsst.ccs.bus.messages.StatusAlert
 
getRawValue() - Method in class org.lsst.ccs.bus.messages.KeyData
Deprecated.
getReason() - Method in class org.lsst.ccs.bus.messages.CommandError
Deprecated.
getReason() - Method in class org.lsst.ccs.bus.messages.CommandNack
The reason for the refusal.
getReply() - Method in class org.lsst.ccs.bus.messages.CommandReply
Utility method to get the reply contained in this CommandReply.
getResult() - Method in class org.lsst.ccs.bus.messages.CommandResult
Get the result of the CommandRequest execution.
getRuntimeInfo() - Method in class org.lsst.ccs.bus.messages.StatusRuntimeInfo
Get the RuntimeInfo object contained in this message.
getSerializedObject() - Method in class org.lsst.ccs.bus.messages.BusMessage
Deprecated.
getSerializedObject() - Method in class org.lsst.ccs.bus.messages.StatusMessage
Deprecated.
getSourceCodeRevision() - Method in class org.lsst.ccs.bus.messages.DistributionInfo
Deprecated.
 
getSourceCodeUrl() - Method in class org.lsst.ccs.bus.messages.DistributionInfo
Deprecated.
 
getSourceName() - Method in class org.lsst.ccs.bus.messages.LogMessage
Get the source of the LogMessage.
getState() - Method in class org.lsst.ccs.bus.messages.StatusMessage
Get the published State object that contains the Agent's internal state at the moment the StatusMessage was published.
getState(Class<T>) - Method in class org.lsst.ccs.bus.states.StateBundle
Returns the current value for the specified State.
getStatusBroadcastPeriod() - Method in class org.lsst.ccs.bus.messages.StatusHeartBeat
 
getSubsystemData() - Method in class org.lsst.ccs.bus.messages.StatusSubsystemData
Get the embedded subsystem data.
getSystemCpuLoad() - Method in class org.lsst.ccs.bus.data.RuntimeInfo
 
getThreadName() - Method in class org.lsst.ccs.bus.messages.LogMessage
Get the name of the thread on which the LogMessage originated.
getTimestamp() - Method in class org.lsst.ccs.bus.data.KeyValueData
Get the timestamp associated with the key-value pair.
getTimestamp() - Method in class org.lsst.ccs.bus.data.RaisedAlertInstance
The CCS timestamp of when the RaisedAlertInstance was raised.
getTimeStamp() - Method in class org.lsst.ccs.bus.messages.BusMessage
Get the timestamp in CCS milliseconds of when the message was created.
getTotalMemory() - Method in class org.lsst.ccs.bus.data.RuntimeInfo
 
getType() - Method in class org.lsst.ccs.bus.data.KeyValueData
Get the KeyValueData type.
getType() - Method in class org.lsst.ccs.bus.messages.AgentInfo
Deprecated.
The Agent's AgentType.
getUpdatedKey(String) - Method in class org.lsst.ccs.bus.messages.KeyData
Deprecated.
getValue() - Method in class org.lsst.ccs.bus.data.KeyValueData
Get the value embedding in this object.
getValue() - Method in class org.lsst.ccs.bus.messages.KeyData
Deprecated.
getVersion() - Method in class org.lsst.ccs.bus.messages.DistributionInfo
Deprecated.
 

H

hasCategory(String) - Method in class org.lsst.ccs.bus.data.ConfigurationInfo
Tests if category is one of the subsystem parameter categories.
hasCategoryChanged - Variable in class org.lsst.ccs.bus.data.ConfigurationInfo
 
hasChanges() - Method in class org.lsst.ccs.bus.data.ConfigurationInfo
 
hasChangesForCategory(String) - Method in class org.lsst.ccs.bus.data.ConfigurationInfo
Returns true if there are unsaved changes for the specified category.
hashCode() - Method in class org.lsst.ccs.bus.data.Alert
 
hashCode() - Method in class org.lsst.ccs.bus.messages.AgentInfo
Deprecated.
 
hashCode() - Method in class org.lsst.ccs.bus.messages.EncodedDataStatus
Deprecated.
 
hashCode() - Method in class org.lsst.ccs.bus.states.StateBundle
 
HeartBeatStatus - Class in org.lsst.ccs.bus.messages
Deprecated.
HeartBeatStatus(int) - Constructor for class org.lsst.ccs.bus.messages.HeartBeatStatus
Deprecated.
 

I

innerEncodeObject(Object, String, long) - Static method in class org.lsst.ccs.bus.utils.EncodingUtils
 
isDirty() - Method in class org.lsst.ccs.bus.data.ConfigurationParameterInfo
Boolean indicating if this parameter has been changed to a value and has not been saved yet.
isInState(T) - Method in class org.lsst.ccs.bus.states.StateBundle
Check if this StateBundle contains the specified state.
isInState(StateBundle) - Method in class org.lsst.ccs.bus.states.StateBundle
Check if this StateBundle is in all the states of a given StateBundle.
isLegal(StateBundle) - Static method in interface org.lsst.ccs.bus.states.AgentState
Returns true if Agent internal states in the specified bundle are consistent.
isLegal(StateBundle, StateBundle) - Static method in interface org.lsst.ccs.bus.states.AgentState
Returns true if the transition between Agent internal states specified by the two bundles is allowed.
iterator() - Method in class org.lsst.ccs.bus.data.KeyValueDataList
 
iterator() - Method in class org.lsst.ccs.bus.messages.EncodedDataStatus
Deprecated.
helps iterating over a list of linked status message.
iterator() - Method in class org.lsst.ccs.bus.messages.KVList
Deprecated.
 

K

KeyData - Class in org.lsst.ccs.bus.messages
Deprecated.
KeyValueData - Class in org.lsst.ccs.bus.data
Generic Data class for Key-Value pairs.
KeyValueData(String, Serializable, long, KeyValueData.KeyValueDataType) - Constructor for class org.lsst.ccs.bus.data.KeyValueData
Build a KeyValueData object providing the name and the value for the key-value pair and the timestamp in which this data was accumulated and their type.
KeyValueData(String, Serializable, long) - Constructor for class org.lsst.ccs.bus.data.KeyValueData
Build a KeyValueData object providing the name and the value for the key-value pair and the timestamp in which this data was accumulated.
KeyValueData(String, Serializable) - Constructor for class org.lsst.ccs.bus.data.KeyValueData
Build a KeyValueData object providing the name and the value for the key-value pair.
KeyValueData.KeyValueDataType - Enum in org.lsst.ccs.bus.data
 
KeyValueDataList - Class in org.lsst.ccs.bus.data
An object designed to group together KeyValueData objects before publication on the Status bus.
KeyValueDataList() - Constructor for class org.lsst.ccs.bus.data.KeyValueDataList
Create a KeyValueDataList without a key or a timestamp.
KeyValueDataList(String) - Constructor for class org.lsst.ccs.bus.data.KeyValueDataList
Create a KeyValueDataList with a key.
KeyValueDataList(String, long) - Constructor for class org.lsst.ccs.bus.data.KeyValueDataList
Create a KeyValueDataList with a key and a time stamp.
KeyValueDataList(long) - Constructor for class org.lsst.ccs.bus.data.KeyValueDataList
Create a KeyValueDataList with a time stamp.
KVList - Class in org.lsst.ccs.bus.messages
Deprecated.
KVList(int) - Constructor for class org.lsst.ccs.bus.messages.KVList
Deprecated.
KVList() - Constructor for class org.lsst.ccs.bus.messages.KVList
Deprecated.
KVList(String, Object) - Constructor for class org.lsst.ccs.bus.messages.KVList
Deprecated.

L

logger - Static variable in class org.lsst.ccs.bus.messages.KeyData
Deprecated.
 
LogMessage - Class in org.lsst.ccs.bus.messages
Log message to be sent on Log bus.
LogMessage(String, String, String, String, String) - Constructor for class org.lsst.ccs.bus.messages.LogMessage
LogMessage constructor.

M

maxMemory - Variable in class org.lsst.ccs.bus.data.RuntimeInfo
 
mergeState(StateBundle) - Method in class org.lsst.ccs.bus.states.StateBundle
Merge the content of two StateBundle objects returning an updated cloned version of the original StateBundle object.
MetadataStatus - Class in org.lsst.ccs.bus.messages
Deprecated.
MetadataStatus(String, String, String) - Constructor for class org.lsst.ccs.bus.messages.MetadataStatus
Deprecated.
MetadataStatus(String, String, String, long) - Constructor for class org.lsst.ccs.bus.messages.MetadataStatus
Deprecated.

N

nThreads - Variable in class org.lsst.ccs.bus.data.RuntimeInfo
 

O

OperationalState - Enum in org.lsst.ccs.bus.states
The Operational State of an Agent.
org.lsst.ccs.bus.annotations - package org.lsst.ccs.bus.annotations
 
org.lsst.ccs.bus.data - package org.lsst.ccs.bus.data
This package defines all the public data sent on the CCS buses via messages defined in package org.lsst.ccs.bus.messages.
org.lsst.ccs.bus.definition - package org.lsst.ccs.bus.definition
This package defines the CCS buses.
org.lsst.ccs.bus.messages - package org.lsst.ccs.bus.messages
This package defines all the standard messages for the CCS buses.
org.lsst.ccs.bus.states - package org.lsst.ccs.bus.states
 
org.lsst.ccs.bus.utils - package org.lsst.ccs.bus.utils
Utility classes for bus messages and data.
osBean - Static variable in class org.lsst.ccs.bus.data.RuntimeInfo
 

P

PhaseState - Enum in org.lsst.ccs.bus.states
The Phase State Diagram reflects the stages of an Agent's life cycle, from when it starts to when it shuts down.
processCpuLoad - Variable in class org.lsst.ccs.bus.data.RuntimeInfo
 

R

RaisedAlertHistory - Class in org.lsst.ccs.bus.data
An Alert history for an Alert that has been raised.
RaisedAlertHistory() - Constructor for class org.lsst.ccs.bus.data.RaisedAlertHistory
The main constructor of the RaisedAlert.
RaisedAlertHistory(RaisedAlertHistory) - Constructor for class org.lsst.ccs.bus.data.RaisedAlertHistory
Copy constructor.
RaisedAlertInstance - Class in org.lsst.ccs.bus.data
This class represents an instance when an Alert was raised.
raisedAlerts - Variable in class org.lsst.ccs.bus.data.RaisedAlertSummary
 
RaisedAlertSummary - Class in org.lsst.ccs.bus.data
A summary of the alerts that have been raised by a Subsystem.
RaisedAlertSummary() - Constructor for class org.lsst.ccs.bus.data.RaisedAlertSummary
 
runtime - Static variable in class org.lsst.ccs.bus.data.RuntimeInfo
 
RuntimeInfo - Class in org.lsst.ccs.bus.data
A Class to capture the Health of the running process.
RuntimeInfo() - Constructor for class org.lsst.ccs.bus.data.RuntimeInfo
 

S

SerializationUtils<T extends Serializable> - Class in org.lsst.ccs.bus.utils
Package protected class with Serialization utility methods.
SerializationUtils() - Constructor for class org.lsst.ccs.bus.utils.SerializationUtils
 
serialize(T) - Method in class org.lsst.ccs.bus.utils.SerializationUtils
Serialize the provided object.
setNext(EncodedDataStatus) - Method in class org.lsst.ccs.bus.messages.EncodedDataStatus
Deprecated.
setOriginAgentInfo(AgentInfo) - Method in class org.lsst.ccs.bus.messages.BusMessage
Sets the origin for this BusMessage.
setState(StateBundle) - Method in class org.lsst.ccs.bus.messages.StatusMessage
Deprecated.
setState(Enum) - Method in class org.lsst.ccs.bus.states.StateBundle
Sets the specified state to the bundle, replacing any previous state of the same type.
setState(Enum...) - Method in class org.lsst.ccs.bus.states.StateBundle
Sets specified states to the bundle, replacing any previous states of the same types.
SkipEncoding - Annotation Type in org.lsst.ccs.bus.annotations
Annotation for classes or fields that are not to be encoded.
StateBundle - Class in org.lsst.ccs.bus.states
Contains a set of subsystem states, each represented by Enum.
StateBundle(Enum...) - Constructor for class org.lsst.ccs.bus.states.StateBundle
Constructs a StateBundle from a set of states.
StateChangeNotification - Class in org.lsst.ccs.bus.messages
Deprecated.
StateChangeNotification(StateBundle, StateBundle) - Constructor for class org.lsst.ccs.bus.messages.StateChangeNotification
Deprecated.
 
StatusAlert<T extends Serializable,D> - Class in org.lsst.ccs.bus.messages
Base class for Alert raising and clearing status.
StatusClearedAlert - Class in org.lsst.ccs.bus.messages
Status message sent when Alerts are cleared.
StatusClearedAlert(String[], StateBundle, RaisedAlertSummary) - Constructor for class org.lsst.ccs.bus.messages.StatusClearedAlert
Build a StatusClearAlert from the provided String array and the RaisedAlertSummary of the subsystem.
StatusConfigurationInfo - Class in org.lsst.ccs.bus.messages
A status message containing a ConfigurationInfo object.
StatusConfigurationInfo(ConfigurationInfo, StateBundle) - Constructor for class org.lsst.ccs.bus.messages.StatusConfigurationInfo
Create a StatusConfigurationInfo message by providing the state of the agent and the ConfigurationInfo object to be sent.
StatusData<T extends Serializable> - Class in org.lsst.ccs.bus.messages
Base class for all status messages containing data that is meant to be stored in the trending database.
StatusData(T, StateBundle) - Constructor for class org.lsst.ccs.bus.messages.StatusData
Build a StatusMessage from the provided Object.
StatusHeartBeat - Class in org.lsst.ccs.bus.messages
Heartbeat status message.
StatusHeartBeat(int, StateBundle) - Constructor for class org.lsst.ccs.bus.messages.StatusHeartBeat
 
StatusMessage<T extends Serializable,D> - Class in org.lsst.ccs.bus.messages
Base class for all messages sent on the Status Bus.
StatusMessage(T, StateBundle) - Constructor for class org.lsst.ccs.bus.messages.StatusMessage
Build a StatusMessage from the provided Object.
StatusRaisedAlert - Class in org.lsst.ccs.bus.messages
Base class for all status messages containing an RaisedAlert.
StatusRaisedAlert(Alert, StateBundle) - Constructor for class org.lsst.ccs.bus.messages.StatusRaisedAlert
 
StatusRaisedAlert(Alert, StateBundle, RaisedAlertSummary) - Constructor for class org.lsst.ccs.bus.messages.StatusRaisedAlert
Build a StatusAlert from the provided RaisedAlert.
StatusRuntimeInfo - Class in org.lsst.ccs.bus.messages
A status message containing a RuntimeInfo object.
StatusRuntimeInfo(RuntimeInfo, StateBundle) - Constructor for class org.lsst.ccs.bus.messages.StatusRuntimeInfo
Create a StatusRuntimeInfo message by providing the state of the agent.
StatusStateChangeNotification - Class in org.lsst.ccs.bus.messages
A StatusChangeNotification for State changes.
StatusStateChangeNotification(StateBundle, StateBundle) - Constructor for class org.lsst.ccs.bus.messages.StatusStateChangeNotification
Create a StatusStateChangeNotification object.
StatusSubsystemData<T extends Serializable> - Class in org.lsst.ccs.bus.messages
Base class for all status messages containing data that is private to the sender Subsystem.
StatusSubsystemData(T, StateBundle) - Constructor for class org.lsst.ccs.bus.messages.StatusSubsystemData
Build a StatusMessage from the provided Object.
systemCpuLoad - Variable in class org.lsst.ccs.bus.data.RuntimeInfo
 

T

tags - Variable in class org.lsst.ccs.bus.data.ConfigurationInfo
 
toString() - Method in class org.lsst.ccs.bus.data.Alert
 
toString() - Method in class org.lsst.ccs.bus.data.ConfigurationInfo
 
toString() - Method in class org.lsst.ccs.bus.data.ConfigurationParameterInfo
 
toString() - Method in class org.lsst.ccs.bus.data.KeyValueData
 
toString() - Method in class org.lsst.ccs.bus.data.KeyValueDataList
 
toString() - Method in class org.lsst.ccs.bus.data.RaisedAlertHistory
 
toString() - Method in class org.lsst.ccs.bus.data.RaisedAlertSummary
 
toString() - Method in class org.lsst.ccs.bus.messages.AgentInfo
Deprecated.
 
toString() - Method in class org.lsst.ccs.bus.messages.Alarm
Deprecated.
 
toString() - Method in class org.lsst.ccs.bus.messages.AlarmClear
Deprecated.
 
toString() - Method in class org.lsst.ccs.bus.messages.BusMessage
 
toString() - Method in class org.lsst.ccs.bus.messages.CCSVersions
Deprecated.
 
toString() - Method in class org.lsst.ccs.bus.messages.CommandAck
 
toString() - Method in class org.lsst.ccs.bus.messages.CommandRequest
 
toString() - Method in class org.lsst.ccs.bus.messages.CommandResult
 
toString() - Method in class org.lsst.ccs.bus.messages.DistributionInfo
Deprecated.
 
toString() - Method in class org.lsst.ccs.bus.messages.EncodedDataStatus
Deprecated.
 
toString() - Method in class org.lsst.ccs.bus.messages.KeyData
Deprecated.
 
toString() - Method in class org.lsst.ccs.bus.messages.LogMessage
returns the "formatted details"
toString() - Method in class org.lsst.ccs.bus.messages.MetadataStatus
Deprecated.
 
toString() - Method in class org.lsst.ccs.bus.messages.StatusMessage
 
toString() - Method in class org.lsst.ccs.bus.states.StateBundle
 
totalMemory - Variable in class org.lsst.ccs.bus.data.RuntimeInfo
 

V

valueOf(String) - Static method in enum org.lsst.ccs.bus.data.KeyValueData.KeyValueDataType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.lsst.ccs.bus.definition.Bus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.lsst.ccs.bus.messages.AgentInfo.AgentType
Deprecated.
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.lsst.ccs.bus.states.AlertState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.lsst.ccs.bus.states.CommandState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.lsst.ccs.bus.states.ConfigurationState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.lsst.ccs.bus.states.OperationalState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.lsst.ccs.bus.states.PhaseState
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.lsst.ccs.bus.data.KeyValueData.KeyValueDataType
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.definition.Bus
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.messages.AgentInfo.AgentType
Deprecated.
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.states.AlertState
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.states.CommandState
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.states.ConfigurationState
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.states.OperationalState
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.states.PhaseState
Returns an array containing the constants of this enum type, in the order they are declared.

W

wasSuccessful() - Method in class org.lsst.ccs.bus.messages.CommandResult
Was the execution of the CommandRequest successful?
A B C D E F G H I K L M N O P R S T V W 
Skip navigation links

Copyright © 2015 LSST. All rights reserved.