- 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
-
- 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.
- getAgents() - Method in class org.lsst.ccs.bus.messages.CCSVersions
-
Deprecated.
Get the Set of AgentInfo contained in this class.
- getAlert() - Method in class org.lsst.ccs.bus.data.RaisedAlertHistory
-
Get the original Alert that was raised.
- 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.
- 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
- 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.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.
- 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.
- 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.
- 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.
- 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.
- 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
-
- 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.