Serialized Form
-
Package org.lsst.ccs
-
Class org.lsst.ccs.Agent.ShutdownResult
class ShutdownResult extends Object implements Serializable-
Serialized Fields
-
restartSeconds
int restartSeconds
-
-
-
Exception org.lsst.ccs.AlarmNotClearedException
class AlarmNotClearedException extends SystemStateException implements Serializable -
Exception org.lsst.ccs.CommandHelper.CommandFailedException
class CommandFailedException extends RuntimeException implements Serializable- serialVersionUID:
- -809673339005572968L
-
Exception org.lsst.ccs.HardwareException
class HardwareException extends BundledException implements Serializable-
Serialized Fields
-
fatal
boolean fatal
Deprecated.
-
-
-
Class org.lsst.ccs.RaisedAlertBookkeeper
class RaisedAlertBookkeeper extends RaisedAlertSummary implements Serializable- serialVersionUID:
- -649756574526248L
-
Exception org.lsst.ccs.SignalsStillRunning
class SignalsStillRunning extends SystemStateException implements Serializable -
Exception org.lsst.ccs.SystemStateException
class SystemStateException extends Exception implements Serializable
-
-
Package org.lsst.ccs.bus.data
-
Class org.lsst.ccs.bus.data.AgentInfo
class AgentInfo extends Object implements Serializable- serialVersionUID:
- 716901596341446997L
-
Serialized Fields
-
agentJoinedTheBusesTime
org.lsst.ccs.utilities.taitime.CCSTimeStamp agentJoinedTheBusesTime
-
agentOperationalTime
org.lsst.ccs.utilities.taitime.CCSTimeStamp agentOperationalTime
-
agentProps
Properties agentProps
-
agentStartTime
org.lsst.ccs.utilities.taitime.CCSTimeStamp agentStartTime
-
name
String name
-
type
AgentInfo.AgentType type
-
-
Class org.lsst.ccs.bus.data.AgentLockInfo
class AgentLockInfo extends Object implements Serializable- serialVersionUID:
- 4416294268287507663L
-
Serialized Fields
-
agentName
String agentName
-
currentAgent
String currentAgent
-
maxLevel
int maxLevel
-
originatingAgent
String originatingAgent
-
owner
String owner
-
scriptingOriginator
boolean scriptingOriginator
-
status
AgentLockInfo.Status status
-
timeStamp
org.lsst.ccs.utilities.taitime.CCSTimeStamp timeStamp
-
token
String token
-
-
Class org.lsst.ccs.bus.data.Alert
class Alert extends Object implements Serializable- serialVersionUID:
- -568951332963342L
-
Class org.lsst.ccs.bus.data.CCSVersions
class CCSVersions extends Object implements Serializable- serialVersionUID:
- 234234597100235235L
-
Serialized Fields
-
map
Map<AgentInfo,
DistributionInfo> map Deprecated.
-
-
Class org.lsst.ccs.bus.data.ConfigurationData
class ConfigurationData extends Object implements Serializable- serialVersionUID:
- 5968743302322344L
-
Serialized Fields
-
categoryChecksum
Map<String,
Long> categoryChecksum -
categoryDescription
Map<String,
String> categoryDescription -
ccsTimestamp
org.lsst.ccs.utilities.taitime.CCSTimeStamp ccsTimestamp
-
configOperation
String configOperation
-
configurationData
Map<String,
String> configurationData -
configurationDescription
String configurationDescription
-
configurationState
ConfigurationState configurationState
-
configuredData
Map<String,
String> configuredData -
dataChecksum
long dataChecksum
-
fullConfigurationDescription
String fullConfigurationDescription
-
recentChanges
List<String> recentChanges
-
-
Class org.lsst.ccs.bus.data.ConfigurationInfo
class ConfigurationInfo extends Object implements Serializable- serialVersionUID:
- 45966430232923784L
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
-
Serialized Fields
-
categoryDataChecksum
Map<String,
Long> categoryDataChecksum -
ccsTimeStamp
org.lsst.ccs.utilities.taitime.CCSTimeStamp ccsTimeStamp
-
complete
boolean complete
-
configByPath
Map<String,
ConfigurationParameterInfo> configByPath -
configState
ConfigurationState configState
-
configurationDescription
String configurationDescription
-
dataChecksum
long dataChecksum
-
descriptionName
String descriptionName
Deprecated. -
fullConfigurationDescription
String fullConfigurationDescription
-
globalName
String globalName
Deprecated. -
hasCategoryChanged
Map<String,
Boolean> hasCategoryChanged Deprecated. -
parametersView
List<ConfigurationParameterInfo> parametersView
-
recentChanges
List<String> recentChanges
-
tags
Map<String,
String> tags Deprecated. -
valuesMapByCategory
Map<String,
Map<String, String>> valuesMapByCategory -
valuesMapByComponent
Map<String,
Map<String, String>> valuesMapByComponent -
version
Integer version
Deprecated. -
versions
Map<String,
Integer> versions Deprecated.
-
-
Class org.lsst.ccs.bus.data.ConfigurationParameterInfo
class ConfigurationParameterInfo extends Object implements Serializable- serialVersionUID:
- -736783468438456L
-
Serialized Fields
-
actualType
Type actualType
-
categoryName
String categoryName
-
componentName
String componentName
-
configuredValue
String configuredValue
-
currentValue
String currentValue
-
description
String description
-
dirty
boolean dirty
-
isBuild
Boolean isBuild
-
isFinal
Boolean isFinal
-
isReadOnly
Boolean isReadOnly
-
parameterName
String parameterName
-
pathName
String pathName
-
-
Class org.lsst.ccs.bus.data.ConfigurationParameterInfo.ConfigurationParameterizedType
class ConfigurationParameterizedType extends Object implements Serializable- serialVersionUID:
- -8694110132899709485L
-
Class org.lsst.ccs.bus.data.DataProviderInfo
class DataProviderInfo extends Object implements Serializable- serialVersionUID:
- -905853368743117573L
-
Serialized Fields
-
attributes
Map<DataProviderInfo.Attribute,
String> attributes -
key
String key
-
path
String path
-
-
Class org.lsst.ccs.bus.data.DistributionInfo
class DistributionInfo extends Object implements Serializable- serialVersionUID:
- 3563213329104789L
-
Serialized Fields
-
buildId
String buildId
Deprecated. -
buildJdk
String buildJdk
Deprecated. -
buildNumber
String buildNumber
Deprecated. -
buildUrl
String buildUrl
Deprecated. -
project
String project
Deprecated. -
sourceCodeRevision
String sourceCodeRevision
Deprecated. -
sourceCodeUrl
String sourceCodeUrl
Deprecated. -
version
String version
Deprecated.
-
-
Class org.lsst.ccs.bus.data.KeyValueData
class KeyValueData extends Object implements Serializable- serialVersionUID:
- -45918237359438L
-
Serialized Fields
-
ccsTimeStamp
org.lsst.ccs.utilities.taitime.CCSTimeStamp ccsTimeStamp
-
key
String key
-
type
KeyValueData.KeyValueDataType type
-
value
Serializable value
-
-
Class org.lsst.ccs.bus.data.KeyValueDataList
class KeyValueDataList extends KeyValueData implements Serializable- serialVersionUID:
- 56498923019235263L
-
Serialized Fields
-
attributes
Map<String,
Serializable> attributes A Map containing attributes for this data list. This map was added to address https://jira.slac.stanford.edu/browse/LSSTCCS-2206
-
-
Class org.lsst.ccs.bus.data.Measurement
class Measurement extends Object implements Serializable- serialVersionUID:
- 489243324353342L
-
Serialized Fields
-
ccsTimestamp
org.lsst.ccs.utilities.taitime.CCSTimeStamp ccsTimestamp
-
value
double value
-
-
Class org.lsst.ccs.bus.data.MutedAlertRequest
class MutedAlertRequest extends Object implements Serializable- serialVersionUID:
- 54423487100235214L
-
Class org.lsst.ccs.bus.data.RaisedAlertHistory
class RaisedAlertHistory extends Object implements Serializable- serialVersionUID:
- 423621057372456934L
-
Serialized Fields
-
ack
RaisedAlertHistory.Acknowledgement ack
-
highestSeverity
AlertState highestSeverity
-
highestSeverityAlert
Alert highestSeverityAlert
-
instances
List<RaisedAlertInstance> instances
-
latestAlert
Alert latestAlert
-
-
Class org.lsst.ccs.bus.data.RaisedAlertHistory.Acknowledgement
class Acknowledgement extends Object implements Serializable-
Serialized Fields
-
highestSeverity
AlertState highestSeverity
-
latestSeverity
AlertState latestSeverity
-
message
String message
-
time
long time
-
user
String user
-
-
-
Class org.lsst.ccs.bus.data.RaisedAlertInstance
class RaisedAlertInstance extends Object implements Serializable- serialVersionUID:
- -12950316305273L
-
Serialized Fields
-
ccsTimeStamp
org.lsst.ccs.utilities.taitime.CCSTimeStamp ccsTimeStamp
-
count
int count
-
description
String description
-
severity
AlertState severity
-
-
Class org.lsst.ccs.bus.data.RaisedAlertSummary
class RaisedAlertSummary extends Object implements Serializable- serialVersionUID:
- -9649721904826248L
-
Serialized Fields
-
raisedAlerts
List<RaisedAlertHistory> raisedAlerts
-
-
Class org.lsst.ccs.bus.data.RuntimeInfo
class RuntimeInfo extends Object implements Serializable- serialVersionUID:
- -72154637904826248L
-
Serialized Fields
-
availableMemory
long availableMemory
-
freeMemory
long freeMemory
-
maxMemory
long maxMemory
-
nThreads
int nThreads
-
processCpuLoad
double processCpuLoad
-
systemCpuLoad
double systemCpuLoad
-
totalMemory
long totalMemory
-
uptime
long uptime
-
usedMemory
long usedMemory
-
-
-
Package org.lsst.ccs.bus.messages
-
Class org.lsst.ccs.bus.messages.BusMessage
class BusMessage extends Object implements Serializable- serialVersionUID:
- -51335689636909L
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
Method invoked when the object is serialized before being sent the buses. At the time this method is invoked the following will happen:- The embedded object is encoded
- The embedded object is serialized
- Throws:
IOException
-
-
Serialized Fields
-
ccsTimeStamp
org.lsst.ccs.utilities.taitime.CCSTimeStamp ccsTimeStamp
-
className
String className
-
compressionProtocol
String compressionProtocol
-
encodedData
D encodedData
-
originAgentInfo
AgentInfo originAgentInfo
-
outgoingQueueInTimeStamp
org.lsst.ccs.utilities.taitime.CCSTimeStamp outgoingQueueInTimeStamp
-
outgoingQueueOutTimeStamp
org.lsst.ccs.utilities.taitime.CCSTimeStamp outgoingQueueOutTimeStamp
-
sequenceNumber
long sequenceNumber
-
serializationTimeStamp
org.lsst.ccs.utilities.taitime.CCSTimeStamp serializationTimeStamp
-
serializationUtils
BusMessage<T extends Serializable,
D>.org.lsst.ccs.bus.messages.BusMessage.SerializationUtils<T extends Serializable> serializationUtils -
serializedObject
byte[] serializedObject
-
-
Class org.lsst.ccs.bus.messages.CommandAck
- serialVersionUID:
- 95452495415777347L
-
Serialized Fields
-
timeout
Duration timeout
-
-
Class org.lsst.ccs.bus.messages.CommandMessage
- serialVersionUID:
- 56321332943534L
-
Class org.lsst.ccs.bus.messages.CommandNack
- serialVersionUID:
- 334545356909L
-
Class org.lsst.ccs.bus.messages.CommandReply
- serialVersionUID:
- 65334356909L
-
Class org.lsst.ccs.bus.messages.CommandRequest
- serialVersionUID:
- 398321334356909L
-
Serialized Fields
-
level
int level
A level that optionally overrides the lock level. -
lock
AgentLock lock
The lock attached to this command request.
-
-
Class org.lsst.ccs.bus.messages.CommandResult
- serialVersionUID:
- 4323245356909L
-
Serialized Fields
-
wasSuccessful
boolean wasSuccessful
-
-
Exception org.lsst.ccs.bus.messages.EmbeddedObjectDeserializationException
class EmbeddedObjectDeserializationException extends RuntimeException implements Serializable- serialVersionUID:
- 2661485590116426211L
-
Class org.lsst.ccs.bus.messages.LogMessage
- serialVersionUID:
- -4194787513329636909L
-
Class org.lsst.ccs.bus.messages.StatusAgentInfo
- serialVersionUID:
- 45345679843L
-
Class org.lsst.ccs.bus.messages.StatusAlert
- serialVersionUID:
- 432047923342L
-
Serialized Fields
-
raisedAlertSummary
RaisedAlertSummary raisedAlertSummary
-
-
Class org.lsst.ccs.bus.messages.StatusClearedAlert
- serialVersionUID:
- 382404850729235L
-
Class org.lsst.ccs.bus.messages.StatusCommandDictionary
class StatusCommandDictionary extends StatusMessage<HashMap<String,Dictionary>, Object> implements Serializable - serialVersionUID:
- -69280792879L
-
Class org.lsst.ccs.bus.messages.StatusConfigurationData
class StatusConfigurationData extends StatusMessage<ConfigurationData,Object> implements Serializable - serialVersionUID:
- 343533923016870L
-
Serialized Fields
-
dataChecksum
long dataChecksum
-
isFullData
boolean isFullData
-
-
Class org.lsst.ccs.bus.messages.StatusConfigurationInfo
class StatusConfigurationInfo extends StatusMessage<ConfigurationInfo,Object> implements Serializable - serialVersionUID:
- -31335289870L
-
Class org.lsst.ccs.bus.messages.StatusData
- serialVersionUID:
- 62832720549683823L
-
Serialized Fields
-
doTheEncoding
boolean doTheEncoding
-
-
Class org.lsst.ccs.bus.messages.StatusDataProviderDictionary
class StatusDataProviderDictionary extends StatusMessage<DataProviderDictionary,Object> implements Serializable - serialVersionUID:
- -7413345286991L
-
Class org.lsst.ccs.bus.messages.StatusEnum
- serialVersionUID:
- -967912579872L
-
Class org.lsst.ccs.bus.messages.StatusHeartBeat
class StatusHeartBeat extends StatusMessage implements Serializable- serialVersionUID:
- 331343269639921L
-
Serialized Fields
-
statusBroadcastPeriod
int statusBroadcastPeriod
-
-
Class org.lsst.ccs.bus.messages.StatusLock
- serialVersionUID:
- 2474407317708488843L
-
Serialized Fields
-
level
int level
-
-
Class org.lsst.ccs.bus.messages.StatusLockAggregate
class StatusLockAggregate extends StatusMessage<AgentLockInfo[],AgentLockInfo[]> implements Serializable - serialVersionUID:
- 2474407317708488843L
-
Class org.lsst.ccs.bus.messages.StatusMessage
- serialVersionUID:
- -2133326596736909L
-
Serialized Fields
-
state
StateBundle state
-
-
Class org.lsst.ccs.bus.messages.StatusRaisedAlert
- serialVersionUID:
- 4320480793736L
-
Serialized Fields
-
cause
String cause
-
count
int count
-
overallAlertState
AlertState overallAlertState
-
raisedAlertState
AlertState raisedAlertState
-
-
Class org.lsst.ccs.bus.messages.StatusRaisedAlertSummary
class StatusRaisedAlertSummary extends StatusAlert<RaisedAlertSummary,Object> implements Serializable - serialVersionUID:
- 6320509537834233L
-
Class org.lsst.ccs.bus.messages.StatusStateBundle
- serialVersionUID:
- 59534824561L
-
Class org.lsst.ccs.bus.messages.StatusStateChangeNotification
class StatusStateChangeNotification extends StatusMessage<StateBundle,Object> implements Serializable - serialVersionUID:
- 7295728245721L
-
Serialized Fields
-
cause
String cause
-
stateTransitionTimestamp
org.lsst.ccs.utilities.taitime.CCSTimeStamp stateTransitionTimestamp
-
-
Class org.lsst.ccs.bus.messages.StatusSubsystemData
class StatusSubsystemData extends StatusData implements Serializable- serialVersionUID:
- 43353823972423L
-
Serialized Fields
-
attributes
Map<String,
Serializable> attributes -
key
String key
-
-
-
Package org.lsst.ccs.bus.states
-
Class org.lsst.ccs.bus.states.StateBundle
class StateBundle extends Object implements Serializable- serialVersionUID:
- 19387419697469780L
-
Serialization Methods
-
readObject
For enums the class of which is locally unknown, their class name and value are stored in the subsystemSpecificStates map.- Throws:
IOExceptionClassNotFoundException
-
writeObject
all the states (framework and subsystem specific) are written in the same map.- Throws:
IOException
-
-
Serialized Fields
-
Class org.lsst.ccs.bus.states.UnmodifiableStateBundle
class UnmodifiableStateBundle extends StateBundle implements Serializable
-
-
Package org.lsst.ccs.config
-
Exception org.lsst.ccs.config.BulkSettingException
class BulkSettingException extends RuntimeException implements Serializable- serialVersionUID:
- 3335006965074736812L
-
Exception org.lsst.ccs.config.BulkValidationException
class BulkValidationException extends RuntimeException implements Serializable- serialVersionUID:
- 3335006965074736812L
-
Class org.lsst.ccs.config.CategoryDescription
class CategoryDescription extends Object implements Serializable- serialVersionUID:
- 740497758514140401L
-
Serialized Fields
-
categoryName
String categoryName
-
defaultSource
String defaultSource
-
hasChanges
boolean hasChanges
-
singleTags
List<SingleCategoryTag> singleTags
-
-
Class org.lsst.ccs.config.ConfigurationDescription
class ConfigurationDescription extends Object implements Serializable- serialVersionUID:
- 2262886830605244842L
-
Exception org.lsst.ccs.config.ConfigurationServiceException
class ConfigurationServiceException extends RuntimeException implements Serializable- serialVersionUID:
- 8605475899403240510L
-
Class org.lsst.ccs.config.ConfigurationView
class ConfigurationView extends Object implements Serializable- serialVersionUID:
- -1596767856817881046L
-
Class org.lsst.ccs.config.SingleCategoryTag
class SingleCategoryTag extends Object implements Serializable- serialVersionUID:
- 8606602350889253605L
-
-
Package org.lsst.ccs.description
-
Class org.lsst.ccs.description.ComponentNode
class ComponentNode extends Object implements Serializable- serialVersionUID:
- 284121597899337112L
-
Serialized Fields
-
children
List<T extends ComponentNode<T>> children
The list of children. -
component
Object component
The component that belongs to the node. It is lazy initialized. -
key
String key
The key of the node. -
parent
ComponentNode<T extends ComponentNode<T>> parent
The parent of the node. -
protocol
String protocol
-
tags
Map tags
-
-
-
Package org.lsst.ccs.drivers.commons
-
Exception org.lsst.ccs.drivers.commons.DriverException
class DriverException extends Exception implements Serializable- serialVersionUID:
- -5286860795578160736L
-
Exception org.lsst.ccs.drivers.commons.DriverLockedException
class DriverLockedException extends DriverException implements Serializable -
Exception org.lsst.ccs.drivers.commons.DriverTimeoutException
class DriverTimeoutException extends DriverException implements Serializable- serialVersionUID:
- -5824449923884079097L
-
-
Package org.lsst.ccs.framework
-
Class org.lsst.ccs.framework.Signal
class Signal extends Object implements Serializable- serialVersionUID:
- -5994309374398717863L
-
Serialized Fields
-
level
SignalLevel level
-
timeHint
long timeHint
-
-
-
Package org.lsst.ccs.messaging
-
Exception org.lsst.ccs.messaging.BadCommandException
class BadCommandException extends Exception implements Serializable- serialVersionUID:
- 1L
-
Exception org.lsst.ccs.messaging.CommandRejectedException
class CommandRejectedException extends Exception implements Serializable-
Serialized Fields
-
commandNack
CommandNack commandNack
-
-
-
Exception org.lsst.ccs.messaging.DestinationsException
class DestinationsException extends RuntimeException implements Serializable -
Class org.lsst.ccs.messaging.DummyLock
class DummyLock extends Object implements Serializable- serialVersionUID:
- 5818640455315154768L
-
Exception org.lsst.ccs.messaging.DuplicateAgentNameException
class DuplicateAgentNameException extends RuntimeException implements Serializable -
Exception org.lsst.ccs.messaging.ErrorInCommandExecutionException
class ErrorInCommandExecutionException extends Exception implements Serializable- serialVersionUID:
- -5970708500001474677L
-
Exception org.lsst.ccs.messaging.TransportException
class TransportException extends Exception implements Serializable -
Exception org.lsst.ccs.messaging.TransportStateException
class TransportStateException extends RuntimeException implements Serializable
-
-
Package org.lsst.ccs.scripting
-
Exception org.lsst.ccs.scripting.ScriptingTimeoutException
class ScriptingTimeoutException extends TimeoutException implements Serializable
-
-
Package org.lsst.ccs.services
-
Class org.lsst.ccs.services.DataDictionaryByType
class DataDictionaryByType extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
dictionaries
DataProviderDictionary[] dictionaries
-
types
String[] types
-
-
Class org.lsst.ccs.services.DataDictionaryCompro
class DataDictionaryCompro extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
root
org.lsst.ccs.services.DataDictionaryCompro.Node root
-
size
int size
-
-
Class org.lsst.ccs.services.DataDictionaryOrdered
class DataDictionaryOrdered extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
leaves
org.lsst.ccs.services.DataDictionaryOrdered.Leaf[] leaves
-
root
org.lsst.ccs.services.DataDictionaryOrdered.Branch root
-
-
Class org.lsst.ccs.services.RuntimeService.BufferPoolData
class BufferPoolData extends Object implements Serializable-
Serialized Fields
-
memoryUsed
long memoryUsed
-
nBuffers
long nBuffers
-
totalCapacity
long totalCapacity
-
-
-
Exception org.lsst.ccs.services.UnauthorizedLevelException
class UnauthorizedLevelException extends Exception implements Serializable -
Exception org.lsst.ccs.services.UnauthorizedLockException
class UnauthorizedLockException extends Exception implements Serializable
-
-
Package org.lsst.ccs.services.alert
-
Class org.lsst.ccs.services.alert.AlertEvent
class AlertEvent extends EventObject implements Serializable-
Serialized Fields
-
alert
Alert alert
-
clear
List<String> clear
-
summary
RaisedAlertSummary summary
-
type
AlertEvent.AlertEventType type
-
-
-