A B C D E F G H I L N O P R S T U V W
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- ACCESS_METHOD_NOT_SUPPORTED - org.openmuc.framework.data.Flag
-
Flag 6: If a access method is chosen which is not supported or implemented.
- activate(ComponentContext) - Method in class org.openmuc.framework.webui.spi.WebUiPluginService
- addChannel(String) - Method in interface org.openmuc.framework.config.DeviceConfig
- addDevice(String) - Method in interface org.openmuc.framework.config.DriverConfig
- addDriver(String) - Method in interface org.openmuc.framework.config.RootConfig
- addListener(RecordListener) - Method in interface org.openmuc.framework.dataaccess.Channel
-
Adds a listener that is notified of new records received by sampling or listening.
- addServerMapping(ServerMapping) - Method in interface org.openmuc.framework.config.ChannelConfig
- ArgumentSyntaxException - Exception in org.openmuc.framework.config
- ArgumentSyntaxException() - Constructor for exception org.openmuc.framework.config.ArgumentSyntaxException
- ArgumentSyntaxException(String) - Constructor for exception org.openmuc.framework.config.ArgumentSyntaxException
- asBoolean() - Method in class org.openmuc.framework.data.BooleanValue
- asBoolean() - Method in class org.openmuc.framework.data.ByteArrayValue
- asBoolean() - Method in class org.openmuc.framework.data.StringValue
- asBoolean() - Method in interface org.openmuc.framework.data.Value
-
Returns the value as a boolean.
- asByte() - Method in class org.openmuc.framework.data.BooleanValue
- asByte() - Method in class org.openmuc.framework.data.ByteArrayValue
- asByte() - Method in class org.openmuc.framework.data.StringValue
- asByte() - Method in interface org.openmuc.framework.data.Value
-
Returns the value as a byte.
- asByteArray() - Method in class org.openmuc.framework.data.BooleanValue
- asByteArray() - Method in class org.openmuc.framework.data.ByteArrayValue
- asByteArray() - Method in class org.openmuc.framework.data.ByteValue
- asByteArray() - Method in class org.openmuc.framework.data.DoubleValue
- asByteArray() - Method in class org.openmuc.framework.data.FloatValue
- asByteArray() - Method in class org.openmuc.framework.data.IntValue
- asByteArray() - Method in class org.openmuc.framework.data.LongValue
- asByteArray() - Method in class org.openmuc.framework.data.ShortValue
- asByteArray() - Method in class org.openmuc.framework.data.StringValue
- asByteArray() - Method in interface org.openmuc.framework.data.Value
-
Returns the value as a byte array.
- asDouble() - Method in class org.openmuc.framework.data.BooleanValue
- asDouble() - Method in class org.openmuc.framework.data.ByteArrayValue
- asDouble() - Method in class org.openmuc.framework.data.StringValue
- asDouble() - Method in interface org.openmuc.framework.data.Value
-
Returns the value as a double.
- asFloat() - Method in class org.openmuc.framework.data.BooleanValue
- asFloat() - Method in class org.openmuc.framework.data.ByteArrayValue
- asFloat() - Method in class org.openmuc.framework.data.StringValue
- asFloat() - Method in interface org.openmuc.framework.data.Value
-
Returns the value as a float.
- asInt() - Method in class org.openmuc.framework.data.BooleanValue
- asInt() - Method in class org.openmuc.framework.data.ByteArrayValue
- asInt() - Method in class org.openmuc.framework.data.StringValue
- asInt() - Method in interface org.openmuc.framework.data.Value
-
Returns the value as an integer.
- asLong() - Method in class org.openmuc.framework.data.BooleanValue
- asLong() - Method in class org.openmuc.framework.data.ByteArrayValue
- asLong() - Method in class org.openmuc.framework.data.StringValue
- asLong() - Method in interface org.openmuc.framework.data.Value
-
Returns the value as a long.
- asShort() - Method in class org.openmuc.framework.data.BooleanValue
- asShort() - Method in class org.openmuc.framework.data.ByteArrayValue
- asShort() - Method in class org.openmuc.framework.data.StringValue
- asShort() - Method in interface org.openmuc.framework.data.Value
-
Returns the value as a short.
- asString() - Method in class org.openmuc.framework.data.BooleanValue
- asString() - Method in class org.openmuc.framework.data.ByteArrayValue
- asString() - Method in class org.openmuc.framework.data.StringValue
- asString() - Method in interface org.openmuc.framework.data.Value
-
Returns the value as a string.
- AuthenticationService - Interface in org.openmuc.framework.authentication
-
Service interface to get access to the framework wide user management and authentication
B
- BOOLEAN - org.openmuc.framework.data.ValueType
- BooleanValue - Class in org.openmuc.framework.data
- BooleanValue(boolean) - Constructor for class org.openmuc.framework.data.BooleanValue
- BooleanValue(String) - Constructor for class org.openmuc.framework.data.BooleanValue
- BYTE - org.openmuc.framework.data.ValueType
- BYTE_ARRAY - org.openmuc.framework.data.ValueType
- BYTE_ARRAY_SIZE_DEFAULT - Static variable in interface org.openmuc.framework.config.ChannelConfig
- ByteArrayValue - Class in org.openmuc.framework.data
-
ByteArrayValue is not immutable.
- ByteArrayValue(byte[]) - Constructor for class org.openmuc.framework.data.ByteArrayValue
-
Create a new ByteArrayValue whose internal byte array will be a reference to the
value
passed to this constructor. - ByteArrayValue(byte[], boolean) - Constructor for class org.openmuc.framework.data.ByteArrayValue
-
Creates a new ByteArrayValue copying the byte array passed if
copy
is true. - ByteArrayValue(String) - Constructor for class org.openmuc.framework.data.ByteArrayValue
-
Creates a new ByteArrayValue from a String in type [012345] or 0x012345.
- ByteValue - Class in org.openmuc.framework.data
- ByteValue(byte) - Constructor for class org.openmuc.framework.data.ByteValue
- ByteValue(String) - Constructor for class org.openmuc.framework.data.ByteValue
C
- CANNOT_WRITE_NULL_VALUE - org.openmuc.framework.data.Flag
-
Flag 27: It is not allowed to write null values.
- Channel - Interface in org.openmuc.framework.dataaccess
-
The
Channel
class is used to access a single data field of a communication device. - CHANNEL_ADDRESS_DEFAULT - Static variable in interface org.openmuc.framework.config.ChannelConfig
- CHANNEL_DELETED - org.openmuc.framework.data.Flag
-
Flag 14: The channel was deleted.
- ChannelChangeListener - Interface in org.openmuc.framework.dataaccess
- ChannelConfig - Interface in org.openmuc.framework.config
- channelDeleted(Channel) - Method in interface org.openmuc.framework.dataaccess.ChannelChangeListener
- channelModified(Channel) - Method in interface org.openmuc.framework.dataaccess.ChannelChangeListener
- ChannelRecordContainer - Interface in org.openmuc.framework.driver.spi
- ChannelScanInfo - Class in org.openmuc.framework.config
- ChannelScanInfo(String, String, ValueType, Integer) - Constructor for class org.openmuc.framework.config.ChannelScanInfo
- ChannelScanInfo(String, String, ValueType, Integer, Boolean, Boolean) - Constructor for class org.openmuc.framework.config.ChannelScanInfo
- ChannelScanInfo(String, String, ValueType, Integer, Boolean, Boolean, String) - Constructor for class org.openmuc.framework.config.ChannelScanInfo
- ChannelScanInfo(String, String, ValueType, Integer, Boolean, Boolean, String, String) - Constructor for class org.openmuc.framework.config.ChannelScanInfo
- ChannelState - Enum in org.openmuc.framework.dataaccess
- ChannelValueContainer - Interface in org.openmuc.framework.driver.spi
- COMM_DEVICE_NOT_CONNECTED - org.openmuc.framework.data.Flag
-
Flag 17: The communication device is not connected.
- configChanged() - Method in interface org.openmuc.framework.security.SslConfigChangeListener
- ConfigChangeListener - Interface in org.openmuc.framework.config
- ConfigService - Interface in org.openmuc.framework.config
- configurationChanged() - Method in interface org.openmuc.framework.config.ConfigChangeListener
- ConfigWriteException - Exception in org.openmuc.framework.config
- ConfigWriteException() - Constructor for exception org.openmuc.framework.config.ConfigWriteException
- ConfigWriteException(String) - Constructor for exception org.openmuc.framework.config.ConfigWriteException
- ConfigWriteException(String, Throwable) - Constructor for exception org.openmuc.framework.config.ConfigWriteException
- ConfigWriteException(Throwable) - Constructor for exception org.openmuc.framework.config.ConfigWriteException
- connect(String, String) - Method in interface org.openmuc.framework.driver.spi.DriverService
-
Attempts to connect to the given communication device using the given settings.
- CONNECT_RETRY_INTERVAL_DEFAULT - Static variable in interface org.openmuc.framework.config.DriverConfig
- CONNECTED - org.openmuc.framework.dataaccess.ChannelState
- CONNECTED - org.openmuc.framework.dataaccess.DeviceState
- CONNECTING - org.openmuc.framework.data.Flag
-
Flag 8: The driver tries to connect to the device.
- CONNECTING - org.openmuc.framework.dataaccess.ChannelState
- CONNECTING - org.openmuc.framework.dataaccess.DeviceState
- Connection - Interface in org.openmuc.framework.driver.spi
-
A connection represents an association to particular device.
- CONNECTION_EXCEPTION - org.openmuc.framework.data.Flag
-
Flag 29: Connection exception.
- ConnectionException - Exception in org.openmuc.framework.driver.spi
- ConnectionException() - Constructor for exception org.openmuc.framework.driver.spi.ConnectionException
- ConnectionException(String) - Constructor for exception org.openmuc.framework.driver.spi.ConnectionException
- ConnectionException(String, Throwable) - Constructor for exception org.openmuc.framework.driver.spi.ConnectionException
- ConnectionException(Throwable) - Constructor for exception org.openmuc.framework.driver.spi.ConnectionException
- connectionInterrupted(String, Connection) - Method in interface org.openmuc.framework.driver.spi.RecordsReceivedListener
- contains(String) - Method in interface org.openmuc.framework.authentication.AuthenticationService
- copy() - Method in interface org.openmuc.framework.driver.spi.ChannelRecordContainer
- CUSTOM_ERROR_0 - org.openmuc.framework.data.Flag
-
Flag 50: Error flags for custom record states.
- CUSTOM_ERROR_1 - org.openmuc.framework.data.Flag
-
Flag 51: Error flags for custom record states.
- CUSTOM_ERROR_2 - org.openmuc.framework.data.Flag
-
Flag 52: Error flags for custom record states.
- CUSTOM_ERROR_3 - org.openmuc.framework.data.Flag
-
Flag 53: Error flags for custom record states.
- CUSTOM_ERROR_4 - org.openmuc.framework.data.Flag
-
Flag 54: Error flags for custom record states.
- CUSTOM_ERROR_5 - org.openmuc.framework.data.Flag
-
Flag 55: Error flags for custom record states.
- CUSTOM_ERROR_6 - org.openmuc.framework.data.Flag
-
Flag 56: Error flags for custom record states.
- CUSTOM_ERROR_7 - org.openmuc.framework.data.Flag
-
Flag 57: Error flags for custom record states.
- CUSTOM_ERROR_8 - org.openmuc.framework.data.Flag
-
Flag 58: Error flags for custom record states.
- CUSTOM_ERROR_9 - org.openmuc.framework.data.Flag
-
Flag 59: Error flags for custom record states.
D
- DATA_LOGGING_NOT_ACTIVE - org.openmuc.framework.data.Flag
-
Flag 32: Data logging is not activated in the configuration.
- DataAccessService - Interface in org.openmuc.framework.dataaccess
-
Service interface to get access to the measurement and control data of connected communication devices.
- DataLoggerNotAvailableException - Exception in org.openmuc.framework.dataaccess
- DataLoggerNotAvailableException() - Constructor for exception org.openmuc.framework.dataaccess.DataLoggerNotAvailableException
- DataLoggerService - Interface in org.openmuc.framework.datalogger.spi
- delete() - Method in interface org.openmuc.framework.config.ChannelConfig
- delete() - Method in interface org.openmuc.framework.config.DeviceConfig
- delete() - Method in interface org.openmuc.framework.config.DriverConfig
- delete(String) - Method in interface org.openmuc.framework.authentication.AuthenticationService
- DELETED - org.openmuc.framework.dataaccess.ChannelState
- DELETED - org.openmuc.framework.dataaccess.DeviceState
- deleteServerMappings(String) - Method in interface org.openmuc.framework.config.ChannelConfig
- DESCRIPTION_DEFAULT - Static variable in interface org.openmuc.framework.config.ChannelConfig
- DESCRIPTION_DEFAULT - Static variable in interface org.openmuc.framework.config.DeviceConfig
- deserialize(byte[], ValueType) - Method in interface org.openmuc.framework.parser.spi.ParserService
-
Deserializes a given JSON-String as byte array to
Record
. - DEVICE_ADDRESS_DEFAULT - Static variable in interface org.openmuc.framework.config.DeviceConfig
- DEVICE_OR_INTERFACE_BUSY - org.openmuc.framework.data.Flag
-
Flag 5: The device was still busy while sampling.
- DeviceConfig - Interface in org.openmuc.framework.config
- deviceFound(DeviceScanInfo) - Method in interface org.openmuc.framework.config.DeviceScanListener
-
Called immediately when a new device has been found.
- deviceFound(DeviceScanInfo) - Method in interface org.openmuc.framework.driver.spi.DriverDeviceScanListener
-
Is used by the driver to notify the Data Manager of new devices found during a scan.
- DeviceScanInfo - Class in org.openmuc.framework.config
-
Class holding the information of a scanned device.
- DeviceScanInfo(String, String, String) - Constructor for class org.openmuc.framework.config.DeviceScanInfo
- DeviceScanInfo(String, String, String, String) - Constructor for class org.openmuc.framework.config.DeviceScanInfo
- DeviceScanListener - Interface in org.openmuc.framework.config
-
Interface to implement when you want to be informed about a device scan progress and results.
- DeviceState - Enum in org.openmuc.framework.dataaccess
- DISABLED - org.openmuc.framework.data.Flag
-
Flag 13: The channel is disabled.
- DISABLED - org.openmuc.framework.dataaccess.ChannelState
- DISABLED - org.openmuc.framework.dataaccess.DeviceState
- DISABLED_DEFAULT - Static variable in interface org.openmuc.framework.config.ChannelConfig
- DISABLED_DEFAULT - Static variable in interface org.openmuc.framework.config.DeviceConfig
- DISABLED_DEFAULT - Static variable in interface org.openmuc.framework.config.DriverConfig
- disconnect() - Method in interface org.openmuc.framework.driver.spi.Connection
-
Disconnects or closes the connection.
- DISCONNECTING - org.openmuc.framework.data.Flag
-
Flag 10: The driver is disconnecting.
- DISCONNECTING - org.openmuc.framework.dataaccess.ChannelState
- DISCONNECTING - org.openmuc.framework.dataaccess.DeviceState
- DOUBLE - org.openmuc.framework.data.ValueType
- DoubleValue - Class in org.openmuc.framework.data
- DoubleValue(double) - Constructor for class org.openmuc.framework.data.DoubleValue
- DoubleValue(String) - Constructor for class org.openmuc.framework.data.DoubleValue
- DRIVER_ERROR_CHANNEL_ADDRESS_SYNTAX_INVALID - org.openmuc.framework.data.Flag
-
Flag 18: The configured channel address does not fit to the driver channel address syntax.
- DRIVER_ERROR_CHANNEL_NOT_ACCESSIBLE - org.openmuc.framework.data.Flag
-
Flag 20: The channel is not accessible.
- DRIVER_ERROR_CHANNEL_NOT_PART_OF_SAMPLING_GROUP - org.openmuc.framework.data.Flag
-
Flag 26: The channel is not part of the group.
- DRIVER_ERROR_CHANNEL_TEMPORARILY_NOT_ACCESSIBLE - org.openmuc.framework.data.Flag
-
Flag 21: The channel is temporarily not accessible.
- DRIVER_ERROR_CHANNEL_VALUE_TYPE_CONVERSION_EXCEPTION - org.openmuc.framework.data.Flag
-
Flag 22: The protocol value type is not convertible to this OpenMUC value type.
- DRIVER_ERROR_CHANNEL_WITH_THIS_ADDRESS_NOT_FOUND - org.openmuc.framework.data.Flag
-
Flag 19: The driver was not able to find a channel with the configured name.
- DRIVER_ERROR_DECODING_RESPONSE_FAILED - org.openmuc.framework.data.Flag
-
Flag 31: The driver was not able to decoding the received response.
- DRIVER_ERROR_READ_FAILURE - org.openmuc.framework.data.Flag
-
Flag 28: Error while reading.
- DRIVER_ERROR_SAMPLING_GROUP_NOT_ACCESSIBLE - org.openmuc.framework.data.Flag
-
Flag 25: The group is not accessible
- DRIVER_ERROR_SAMPLING_GROUP_NOT_FOUND - org.openmuc.framework.data.Flag
-
Flag 24: The driver could not find the group with the configured name.
- DRIVER_ERROR_TIMEOUT - org.openmuc.framework.data.Flag
-
Flag 30: Timeout occurred in driver.
- DRIVER_ERROR_UNSPECIFIED - org.openmuc.framework.data.Flag
-
Flag 33: The driver error is not specified.
- DRIVER_THREW_UNKNOWN_EXCEPTION - org.openmuc.framework.data.Flag
-
Flag 16: The driver was not able to identify the error.
- DRIVER_UNAVAILABLE - org.openmuc.framework.data.Flag
-
Flag 11: The driver with the configured driver id could not found.
- DRIVER_UNAVAILABLE - org.openmuc.framework.dataaccess.ChannelState
- DRIVER_UNAVAILABLE - org.openmuc.framework.dataaccess.DeviceState
- DriverChangeListener - Interface in org.openmuc.framework.config
- DriverConfig - Interface in org.openmuc.framework.config
- DriverDeviceScanListener - Interface in org.openmuc.framework.driver.spi
- DriverInfo - Class in org.openmuc.framework.config
- DriverInfo(String, String, String, String, String, String) - Constructor for class org.openmuc.framework.config.DriverInfo
-
Constructor to set driver info
- DriverNotAvailableException - Exception in org.openmuc.framework.config
- DriverNotAvailableException() - Constructor for exception org.openmuc.framework.config.DriverNotAvailableException
- driverRemoved(String) - Method in interface org.openmuc.framework.config.DriverChangeListener
- DriverService - Interface in org.openmuc.framework.driver.spi
-
The
DriverService
is the interface that all OpenMUC communication drivers have to implement and register as a service in the OSGi environment.
E
- equals(Object) - Method in class org.openmuc.framework.data.BooleanValue
- equals(Object) - Method in class org.openmuc.framework.data.ByteArrayValue
- equals(Object) - Method in class org.openmuc.framework.data.Record
- equals(Object) - Method in class org.openmuc.framework.data.StringValue
F
- Flag - Enum in org.openmuc.framework.data
-
Flags indicates the state of a record.
- FLOAT - org.openmuc.framework.data.ValueType
- FloatValue - Class in org.openmuc.framework.data
- FloatValue(float) - Constructor for class org.openmuc.framework.data.FloatValue
- FloatValue(String) - Constructor for class org.openmuc.framework.data.FloatValue
- FutureValue - Class in org.openmuc.framework.data
-
Class used to write values in the future.
- FutureValue(Value, long) - Constructor for class org.openmuc.framework.data.FutureValue
-
Construct a new future value.
G
- getAlias() - Method in class org.openmuc.framework.webui.spi.WebUiPluginService
- getAllIds() - Method in interface org.openmuc.framework.dataaccess.DataAccessService
-
Get the list of all channel IDs.
- getAllUsers() - Method in interface org.openmuc.framework.authentication.AuthenticationService
- getChannel() - Method in interface org.openmuc.framework.dataaccess.ReadRecordContainer
- getChannel() - Method in interface org.openmuc.framework.dataaccess.WriteValueContainer
-
Get the corresponding channel.
- getChannel() - Method in class org.openmuc.framework.server.spi.ServerMappingContainer
-
The mapped Channel
- getChannel(String) - Method in interface org.openmuc.framework.config.DeviceConfig
- getChannel(String) - Method in interface org.openmuc.framework.config.RootConfig
- getChannel(String) - Method in interface org.openmuc.framework.dataaccess.DataAccessService
- getChannel(String) - Method in interface org.openmuc.framework.dataaccess.LogicalDevice
- getChannel(String, ChannelChangeListener) - Method in interface org.openmuc.framework.dataaccess.DataAccessService
- getChannel(String, ChannelChangeListener) - Method in interface org.openmuc.framework.dataaccess.LogicalDevice
- getChannelAddress() - Method in interface org.openmuc.framework.config.ChannelConfig
- getChannelAddress() - Method in class org.openmuc.framework.config.ChannelScanInfo
- getChannelAddress() - Method in interface org.openmuc.framework.dataaccess.Channel
-
Returns the address of this channel.
- getChannelAddress() - Method in interface org.openmuc.framework.datalogger.spi.LogChannel
- getChannelAddress() - Method in interface org.openmuc.framework.driver.spi.ChannelRecordContainer
- getChannelAddress() - Method in interface org.openmuc.framework.driver.spi.ChannelValueContainer
- getChannelAddressSyntax() - Method in class org.openmuc.framework.config.DriverInfo
- getChannelHandle() - Method in interface org.openmuc.framework.driver.spi.ChannelRecordContainer
- getChannelHandle() - Method in interface org.openmuc.framework.driver.spi.ChannelValueContainer
- getChannelId() - Method in class org.openmuc.framework.datalogger.spi.LoggingRecord
- getChannels() - Method in interface org.openmuc.framework.config.DeviceConfig
- getChannelState() - Method in interface org.openmuc.framework.dataaccess.Channel
-
Returns the current channel state.
- getCode() - Method in enum org.openmuc.framework.data.Flag
- getConfig() - Method in interface org.openmuc.framework.config.ConfigService
-
Returns a clone of the current configuration file.
- getConfig(ConfigChangeListener) - Method in interface org.openmuc.framework.config.ConfigService
- getConnectRetryInterval() - Method in interface org.openmuc.framework.config.DeviceConfig
- getConnectRetryInterval() - Method in interface org.openmuc.framework.config.DriverConfig
- getContextBundle() - Method in class org.openmuc.framework.webui.spi.WebUiPluginService
- getDataLogSource() - Method in interface org.openmuc.framework.config.RootConfig
- getDescription() - Method in interface org.openmuc.framework.config.ChannelConfig
- getDescription() - Method in class org.openmuc.framework.config.ChannelScanInfo
- getDescription() - Method in interface org.openmuc.framework.config.DeviceConfig
- getDescription() - Method in class org.openmuc.framework.config.DeviceScanInfo
-
Gets the description.
- getDescription() - Method in class org.openmuc.framework.config.DriverInfo
- getDescription() - Method in interface org.openmuc.framework.dataaccess.Channel
-
Returns the description of this channel.
- getDescription() - Method in interface org.openmuc.framework.datalogger.spi.LogChannel
- getDevice() - Method in interface org.openmuc.framework.config.ChannelConfig
- getDevice(String) - Method in interface org.openmuc.framework.config.DriverConfig
- getDevice(String) - Method in interface org.openmuc.framework.config.RootConfig
- getDeviceAddress() - Method in interface org.openmuc.framework.config.DeviceConfig
- getDeviceAddress() - Method in class org.openmuc.framework.config.DeviceScanInfo
-
Gets the device address
- getDeviceAddress() - Method in interface org.openmuc.framework.dataaccess.Channel
-
Returns the channel's device address.
- getDeviceAddressSyntax() - Method in class org.openmuc.framework.config.DriverInfo
- getDeviceDescription() - Method in interface org.openmuc.framework.dataaccess.Channel
-
Returns the description of the communication device that this channel belongs to.
- getDeviceName() - Method in interface org.openmuc.framework.dataaccess.Channel
-
Returns the name of the communication device that this channel belongs to.
- getDevices() - Method in interface org.openmuc.framework.config.DriverConfig
- getDeviceScanSettingsSyntax() - Method in class org.openmuc.framework.config.DriverInfo
- getDeviceState() - Method in interface org.openmuc.framework.dataaccess.Channel
-
Returns the current state of the communication device that this channel belongs to.
- getDeviceState(String) - Method in interface org.openmuc.framework.config.ConfigService
- getDriver() - Method in interface org.openmuc.framework.config.DeviceConfig
- getDriver(String) - Method in interface org.openmuc.framework.config.RootConfig
- getDriverInfo(String) - Method in interface org.openmuc.framework.config.ConfigService
- getDriverName() - Method in interface org.openmuc.framework.dataaccess.Channel
-
Returns the unique name of the communication driver that is used by this channel to read/write data.
- getDrivers() - Method in interface org.openmuc.framework.config.RootConfig
- getEmptyConfig() - Method in interface org.openmuc.framework.config.ConfigService
- getFlag() - Method in class org.openmuc.framework.data.Record
- getFlag() - Method in interface org.openmuc.framework.dataaccess.WriteValueContainer
-
Get the resulting of the write action.
- getFlag() - Method in interface org.openmuc.framework.driver.spi.ChannelValueContainer
- getId() - Method in interface org.openmuc.framework.config.ChannelConfig
- getId() - Method in interface org.openmuc.framework.config.DeviceConfig
- getId() - Method in class org.openmuc.framework.config.DeviceScanInfo
-
Gets the ID.
- getId() - Method in interface org.openmuc.framework.config.DriverConfig
- getId() - Method in class org.openmuc.framework.config.DriverInfo
-
Returns the ID of the driver.
- getId() - Method in class org.openmuc.framework.config.ServerMapping
- getId() - Method in interface org.openmuc.framework.dataaccess.Channel
-
Returns the ID of this channel.
- getId() - Method in interface org.openmuc.framework.datalogger.spi.DataLoggerService
- getId() - Method in interface org.openmuc.framework.datalogger.spi.LogChannel
- getId() - Method in interface org.openmuc.framework.server.spi.ServerService
-
returns the unique Identifier of a server
- getIdsOfRunningDrivers() - Method in interface org.openmuc.framework.config.ConfigService
- getInfo() - Method in interface org.openmuc.framework.driver.spi.DriverService
-
Returns the driver information.
- getKeyManagerFactory() - Method in interface org.openmuc.framework.security.SslManagerInterface
- getLatestLogRecord(String) - Method in interface org.openmuc.framework.datalogger.spi.DataLoggerService
-
Returns the Record with the highest timestamp available in all logged data for the channel with the given
channelId
. - getLatestRecord() - Method in interface org.openmuc.framework.dataaccess.Channel
-
Returns the latest record of this channel.
- getLoggedRecord(long) - Method in interface org.openmuc.framework.dataaccess.Channel
-
Returns the logged data record whose timestamp equals the given
time
. - getLoggedRecords(long) - Method in interface org.openmuc.framework.dataaccess.Channel
-
Returns a list of all logged data records with timestamps from
startTime
up until now. - getLoggedRecords(long, long) - Method in interface org.openmuc.framework.dataaccess.Channel
-
Returns a list of all logged data records with timestamps from
startTime
toendTime
inclusive. - getLoggingInterval() - Method in interface org.openmuc.framework.config.ChannelConfig
- getLoggingInterval() - Method in interface org.openmuc.framework.dataaccess.Channel
-
Returns the channel's configured logging interval in milliseconds.
- getLoggingInterval() - Method in interface org.openmuc.framework.datalogger.spi.LogChannel
- getLoggingSettings() - Method in interface org.openmuc.framework.config.ChannelConfig
- getLoggingSettings() - Method in interface org.openmuc.framework.dataaccess.Channel
- getLoggingSettings() - Method in interface org.openmuc.framework.datalogger.spi.LogChannel
- getLoggingTimeOffset() - Method in interface org.openmuc.framework.config.ChannelConfig
- getLoggingTimeOffset() - Method in interface org.openmuc.framework.dataaccess.Channel
-
Returns the channel's configured logging time offset in milliseconds.
- getLoggingTimeOffset() - Method in interface org.openmuc.framework.datalogger.spi.LogChannel
- getLogicalDevices(String) - Method in interface org.openmuc.framework.dataaccess.DataAccessService
- getLogicalDevices(String, LogicalDeviceChangeListener) - Method in interface org.openmuc.framework.dataaccess.DataAccessService
- getMetaData() - Method in class org.openmuc.framework.config.ChannelScanInfo
- getName() - Method in class org.openmuc.framework.webui.spi.WebUiPluginService
- getOrAddDriver(String) - Method in interface org.openmuc.framework.config.RootConfig
- getReadContainer() - Method in interface org.openmuc.framework.dataaccess.Channel
-
Returns a
ReadRecordContainer
that corresponds to this channel. - getReader() - Method in interface org.openmuc.framework.config.ChannelConfig
- getRecord() - Method in interface org.openmuc.framework.dataaccess.ReadRecordContainer
- getRecord() - Method in class org.openmuc.framework.datalogger.spi.LoggingRecord
- getRecords(String, long, long) - Method in interface org.openmuc.framework.datalogger.spi.DataLoggerService
-
Returns a list of all logged data records with timestamps from
startTime
toendTime
for the channel with the givenchannelId
. - getResources() - Method in class org.openmuc.framework.webui.spi.WebUiPluginService
-
add additional resources if needed
- getSamplingGroup() - Method in interface org.openmuc.framework.config.ChannelConfig
- getSamplingGroup() - Method in interface org.openmuc.framework.datalogger.spi.LogChannel
- getSamplingInterval() - Method in interface org.openmuc.framework.config.ChannelConfig
- getSamplingInterval() - Method in interface org.openmuc.framework.dataaccess.Channel
-
Returns the channel's configured sampling interval in milliseconds.
- getSamplingInterval() - Method in interface org.openmuc.framework.datalogger.spi.LogChannel
- getSamplingTimeOffset() - Method in interface org.openmuc.framework.config.ChannelConfig
- getSamplingTimeOffset() - Method in interface org.openmuc.framework.dataaccess.Channel
-
Returns the channel's configured sampling time offset in milliseconds.
- getSamplingTimeOffset() - Method in interface org.openmuc.framework.datalogger.spi.LogChannel
- getSamplingTimeout() - Method in interface org.openmuc.framework.config.DeviceConfig
- getSamplingTimeout() - Method in interface org.openmuc.framework.config.DriverConfig
- getSamplingTimeout() - Method in interface org.openmuc.framework.dataaccess.Channel
-
Returns the parent's device's configured sampling timeout in milliseconds.
- getScalingFactor() - Method in interface org.openmuc.framework.config.ChannelConfig
- getScalingFactor() - Method in interface org.openmuc.framework.dataaccess.Channel
-
Returns the scaling factor.
- getScalingFactor() - Method in interface org.openmuc.framework.datalogger.spi.LogChannel
- getServerAddress() - Method in class org.openmuc.framework.config.ServerMapping
- getServerMapping() - Method in class org.openmuc.framework.server.spi.ServerMappingContainer
-
The serverMapping that the channel should be mapped to.
- getServerMappings() - Method in interface org.openmuc.framework.config.ChannelConfig
- getSettings() - Method in interface org.openmuc.framework.config.ChannelConfig
- getSettings() - Method in interface org.openmuc.framework.config.DeviceConfig
- getSettings() - Method in class org.openmuc.framework.config.DeviceScanInfo
-
Gets the settings
- getSettings() - Method in interface org.openmuc.framework.dataaccess.Channel
-
Returns the settings of this channel.
- getSettingsSyntax() - Method in class org.openmuc.framework.config.DriverInfo
- getSslContext() - Method in interface org.openmuc.framework.security.SslManagerInterface
- getTimestamp() - Method in class org.openmuc.framework.data.Record
- getTrustManagerFactory() - Method in interface org.openmuc.framework.security.SslManagerInterface
- getUnit() - Method in interface org.openmuc.framework.config.ChannelConfig
- getUnit() - Method in class org.openmuc.framework.config.ChannelScanInfo
- getUnit() - Method in interface org.openmuc.framework.dataaccess.Channel
-
Returns the unit of this channel.
- getUnit() - Method in interface org.openmuc.framework.datalogger.spi.LogChannel
- getValue() - Method in class org.openmuc.framework.data.FutureValue
-
The future value.
- getValue() - Method in class org.openmuc.framework.data.Record
- getValue() - Method in interface org.openmuc.framework.dataaccess.WriteValueContainer
-
Get the value of the container.
- getValue() - Method in interface org.openmuc.framework.driver.spi.ChannelValueContainer
- getValueOffset() - Method in interface org.openmuc.framework.config.ChannelConfig
- getValueOffset() - Method in interface org.openmuc.framework.datalogger.spi.LogChannel
- getValueType() - Method in interface org.openmuc.framework.config.ChannelConfig
- getValueType() - Method in class org.openmuc.framework.config.ChannelScanInfo
- getValueType() - Method in class org.openmuc.framework.data.BooleanValue
- getValueType() - Method in class org.openmuc.framework.data.ByteArrayValue
- getValueType() - Method in class org.openmuc.framework.data.ByteValue
- getValueType() - Method in class org.openmuc.framework.data.DoubleValue
- getValueType() - Method in class org.openmuc.framework.data.FloatValue
- getValueType() - Method in class org.openmuc.framework.data.IntValue
- getValueType() - Method in class org.openmuc.framework.data.LongValue
- getValueType() - Method in class org.openmuc.framework.data.ShortValue
- getValueType() - Method in class org.openmuc.framework.data.StringValue
- getValueType() - Method in interface org.openmuc.framework.data.Value
-
Returns the
ValueType
- getValueType() - Method in interface org.openmuc.framework.dataaccess.Channel
-
Returns the value type of this channel.
- getValueType() - Method in interface org.openmuc.framework.datalogger.spi.LogChannel
- getValueTypeLength() - Method in interface org.openmuc.framework.config.ChannelConfig
- getValueTypeLength() - Method in class org.openmuc.framework.config.ChannelScanInfo
- getValueTypeLength() - Method in interface org.openmuc.framework.datalogger.spi.LogChannel
- getWriteContainer() - Method in interface org.openmuc.framework.dataaccess.Channel
-
Returns a
WriteValueContainer
that corresponds to this channel. - getWriteTime() - Method in class org.openmuc.framework.data.FutureValue
-
The write time.
H
- hashCode() - Method in class org.openmuc.framework.data.BooleanValue
- hashCode() - Method in class org.openmuc.framework.data.ByteArrayValue
- hashCode() - Method in class org.openmuc.framework.data.Record
- hashCode() - Method in class org.openmuc.framework.data.StringValue
I
- IdCollisionException - Exception in org.openmuc.framework.config
- IdCollisionException() - Constructor for exception org.openmuc.framework.config.IdCollisionException
- IdCollisionException(String) - Constructor for exception org.openmuc.framework.config.IdCollisionException
- IdCollisionException(String, Throwable) - Constructor for exception org.openmuc.framework.config.IdCollisionException
- IdCollisionException(Throwable) - Constructor for exception org.openmuc.framework.config.IdCollisionException
- INFEASIBLE_TO_SAMPLE_CHANNEL_GROUP_IN_ONE_REQUEST - org.openmuc.framework.data.Flag
-
Flag 23: Infeasible to sample this group in one request.
- INTEGER - org.openmuc.framework.data.ValueType
- interruptDeviceScan() - Method in interface org.openmuc.framework.driver.spi.DriverService
-
A call of this function signals the driver to stop the device scan as soon as possible.
- interruptDeviceScan(String) - Method in interface org.openmuc.framework.config.ConfigService
- IntValue - Class in org.openmuc.framework.data
- IntValue(int) - Constructor for class org.openmuc.framework.data.IntValue
- IntValue(String) - Constructor for class org.openmuc.framework.data.IntValue
- isConnected() - Method in interface org.openmuc.framework.dataaccess.Channel
-
Returns
true
if a connection to the channel's communication device exist. - isDisabled() - Method in interface org.openmuc.framework.config.ChannelConfig
- isDisabled() - Method in interface org.openmuc.framework.config.DeviceConfig
- isDisabled() - Method in interface org.openmuc.framework.config.DriverConfig
- isDisabled() - Method in interface org.openmuc.framework.datalogger.spi.LogChannel
- isListening() - Method in interface org.openmuc.framework.config.ChannelConfig
- isListening() - Method in interface org.openmuc.framework.datalogger.spi.LogChannel
- isLoaded() - Method in interface org.openmuc.framework.security.SslManagerInterface
- isLoggingEvent() - Method in interface org.openmuc.framework.config.ChannelConfig
- isLoggingEvent() - Method in interface org.openmuc.framework.datalogger.spi.LogChannel
- isReadable() - Method in class org.openmuc.framework.config.ChannelScanInfo
- isUserAdmin(String) - Method in interface org.openmuc.framework.authentication.AuthenticationService
- isWritable() - Method in class org.openmuc.framework.config.ChannelScanInfo
L
- listenForConfigChange(SslConfigChangeListener) - Method in interface org.openmuc.framework.security.SslManagerInterface
- LISTENING - org.openmuc.framework.dataaccess.ChannelState
- LISTENING_DEFAULT - Static variable in interface org.openmuc.framework.config.ChannelConfig
- lock() - Method in interface org.openmuc.framework.config.ConfigService
- log(List<LoggingRecord>, long) - Method in interface org.openmuc.framework.datalogger.spi.DataLoggerService
-
Called by data manager to tell the logger that it should log the given records
- LogChannel - Interface in org.openmuc.framework.datalogger.spi
- logEvent(List<LoggingRecord>, long) - Method in interface org.openmuc.framework.datalogger.spi.DataLoggerService
- LOGGING_EVENT_DEFAULT - Static variable in interface org.openmuc.framework.config.ChannelConfig
- LOGGING_INTERVAL_DEFAULT - Static variable in interface org.openmuc.framework.config.ChannelConfig
- LOGGING_READER_DEFAULT - Static variable in interface org.openmuc.framework.config.ChannelConfig
- LOGGING_SETTINGS_DEFAULT - Static variable in interface org.openmuc.framework.config.ChannelConfig
- LOGGING_TIME_OFFSET_DEFAULT - Static variable in interface org.openmuc.framework.config.ChannelConfig
- LoggingRecord - Class in org.openmuc.framework.datalogger.spi
- LoggingRecord(String, Record) - Constructor for class org.openmuc.framework.datalogger.spi.LoggingRecord
- LogicalDevice - Interface in org.openmuc.framework.dataaccess
- logicalDeviceAdded(LogicalDevice) - Method in interface org.openmuc.framework.dataaccess.LogicalDeviceChangeListener
- LogicalDeviceChangeListener - Interface in org.openmuc.framework.dataaccess
- logicalDeviceDeleted(LogicalDevice) - Method in interface org.openmuc.framework.dataaccess.LogicalDeviceChangeListener
- logicalDeviceModified(LogicalDevice) - Method in interface org.openmuc.framework.dataaccess.LogicalDeviceChangeListener
- login(String, String) - Method in interface org.openmuc.framework.authentication.AuthenticationService
- logSettingsRequired() - Method in interface org.openmuc.framework.datalogger.spi.DataLoggerService
- LONG - org.openmuc.framework.data.ValueType
- LongValue - Class in org.openmuc.framework.data
- LongValue(long) - Constructor for class org.openmuc.framework.data.LongValue
- LongValue(String) - Constructor for class org.openmuc.framework.data.LongValue
N
- newDriver(String) - Method in interface org.openmuc.framework.config.DriverChangeListener
- newFlag(int) - Static method in enum org.openmuc.framework.data.Flag
- newRecord(Record) - Method in interface org.openmuc.framework.dataaccess.RecordListener
- newRecords(List<ChannelRecordContainer>) - Method in interface org.openmuc.framework.driver.spi.RecordsReceivedListener
- NO_VALUE_RECEIVED_YET - org.openmuc.framework.data.Flag
-
Flag 7: This flag is mostly shown in listening mode and no value are received.
O
- org.openmuc.framework.authentication - package org.openmuc.framework.authentication
- org.openmuc.framework.config - package org.openmuc.framework.config
- org.openmuc.framework.data - package org.openmuc.framework.data
-
This package contains data/value containers.
- org.openmuc.framework.dataaccess - package org.openmuc.framework.dataaccess
-
This package contains functions and interfaces to access and alter data.
- org.openmuc.framework.datalogger.spi - package org.openmuc.framework.datalogger.spi
- org.openmuc.framework.driver.spi - package org.openmuc.framework.driver.spi
- org.openmuc.framework.parser.spi - package org.openmuc.framework.parser.spi
- org.openmuc.framework.security - package org.openmuc.framework.security
- org.openmuc.framework.server.spi - package org.openmuc.framework.server.spi
- org.openmuc.framework.webui.spi - package org.openmuc.framework.webui.spi
P
- ParseException - Exception in org.openmuc.framework.config
- ParseException() - Constructor for exception org.openmuc.framework.config.ParseException
- ParseException(String) - Constructor for exception org.openmuc.framework.config.ParseException
- ParseException(String, Throwable) - Constructor for exception org.openmuc.framework.config.ParseException
- ParseException(Throwable) - Constructor for exception org.openmuc.framework.config.ParseException
- ParserService - Interface in org.openmuc.framework.parser.spi
-
The ParserService provides methods to serialize and deserialize OpenMUC records.
R
- read() - Method in interface org.openmuc.framework.dataaccess.Channel
-
Actively reads a value from the channel's corresponding data field in the connected communication device.
- read(List<ReadRecordContainer>) - Method in interface org.openmuc.framework.dataaccess.DataAccessService
-
Execute the read on the read value containers.
- read(List<ChannelRecordContainer>, Object, String) - Method in interface org.openmuc.framework.driver.spi.Connection
-
Reads the data channels that correspond to the given record containers.
- READING - org.openmuc.framework.dataaccess.DeviceState
- ReadRecordContainer - Interface in org.openmuc.framework.dataaccess
- Record - Class in org.openmuc.framework.data
-
A Record may represent a reading or a database entry.
- Record(Flag) - Constructor for class org.openmuc.framework.data.Record
-
Creates an invalid record with the given flag.
- Record(Value, Long) - Constructor for class org.openmuc.framework.data.Record
-
Creates a valid record.
- Record(Value, Long, Flag) - Constructor for class org.openmuc.framework.data.Record
- RecordListener - Interface in org.openmuc.framework.dataaccess
- RecordsReceivedListener - Interface in org.openmuc.framework.driver.spi
- register(String, String, String) - Method in interface org.openmuc.framework.authentication.AuthenticationService
- registerNewUser(String, String) - Method in interface org.openmuc.framework.authentication.AuthenticationService
- reloadConfigFromFile() - Method in interface org.openmuc.framework.config.ConfigService
- removeListener(RecordListener) - Method in interface org.openmuc.framework.dataaccess.Channel
-
Removes a record listener.
- RootConfig - Interface in org.openmuc.framework.config
S
- SAMPLING - org.openmuc.framework.dataaccess.ChannelState
- SAMPLING_AND_LISTENING_DISABLED - org.openmuc.framework.data.Flag
-
Flag 12: Neither sampling nor listening are activated
- SAMPLING_GROUP_DEFAULT - Static variable in interface org.openmuc.framework.config.ChannelConfig
- SAMPLING_INTERVAL_DEFAULT - Static variable in interface org.openmuc.framework.config.ChannelConfig
- SAMPLING_TIME_OFFSET_DEFAULT - Static variable in interface org.openmuc.framework.config.ChannelConfig
- SAMPLING_TIMEOUT_DEFAULT - Static variable in interface org.openmuc.framework.config.DriverConfig
- scanError(String) - Method in interface org.openmuc.framework.config.DeviceScanListener
-
Called when there has been a scan error reported by the driver.
- ScanException - Exception in org.openmuc.framework.config
- ScanException() - Constructor for exception org.openmuc.framework.config.ScanException
- ScanException(String) - Constructor for exception org.openmuc.framework.config.ScanException
- ScanException(String, Throwable) - Constructor for exception org.openmuc.framework.config.ScanException
- ScanException(Throwable) - Constructor for exception org.openmuc.framework.config.ScanException
- scanFinished() - Method in interface org.openmuc.framework.config.DeviceScanListener
-
Called when scan is finished.
- scanForChannels(String) - Method in interface org.openmuc.framework.driver.spi.Connection
-
Scan a given communication device for available data channels.
- scanForChannels(String, String) - Method in interface org.openmuc.framework.config.ConfigService
- scanForDevices(String, String) - Method in interface org.openmuc.framework.config.ConfigService
- scanForDevices(String, String, DeviceScanListener) - Method in interface org.openmuc.framework.config.ConfigService
- scanForDevices(String, DriverDeviceScanListener) - Method in interface org.openmuc.framework.driver.spi.DriverService
-
Scans for available devices.
- scanInterrupted() - Method in interface org.openmuc.framework.config.DeviceScanListener
-
Called when scan was interrupted through
interruptScanDevice()
- ScanInterruptedException - Exception in org.openmuc.framework.config
- ScanInterruptedException() - Constructor for exception org.openmuc.framework.config.ScanInterruptedException
- ScanInterruptedException(String) - Constructor for exception org.openmuc.framework.config.ScanInterruptedException
- ScanInterruptedException(String, Throwable) - Constructor for exception org.openmuc.framework.config.ScanInterruptedException
- ScanInterruptedException(Throwable) - Constructor for exception org.openmuc.framework.config.ScanInterruptedException
- SCANNING_FOR_CHANNELS - org.openmuc.framework.dataaccess.DeviceState
- scanProgress(int) - Method in interface org.openmuc.framework.config.DeviceScanListener
-
Called when scan is progressing.
- scanProgressUpdate(int) - Method in interface org.openmuc.framework.driver.spi.DriverDeviceScanListener
-
Can optionally be used by driver to let the Data Manager know about the device scan progress in percent.
- SerializationException - Exception in org.openmuc.framework.parser.spi
- SerializationException() - Constructor for exception org.openmuc.framework.parser.spi.SerializationException
- SerializationException(String) - Constructor for exception org.openmuc.framework.parser.spi.SerializationException
- SerializationException(String, Throwable) - Constructor for exception org.openmuc.framework.parser.spi.SerializationException
- SerializationException(Throwable) - Constructor for exception org.openmuc.framework.parser.spi.SerializationException
- serialize(List<LoggingRecord>) - Method in interface org.openmuc.framework.parser.spi.ParserService
-
Serializes a list of LogRecordContainers.
- serialize(LoggingRecord) - Method in interface org.openmuc.framework.parser.spi.ParserService
-
Serializes a given java datatype to byte array.
- ServerMapping - Class in org.openmuc.framework.config
-
Class containing the identifier and the address of a server configuration.
- ServerMapping(String, String) - Constructor for class org.openmuc.framework.config.ServerMapping
- ServerMappingContainer - Class in org.openmuc.framework.server.spi
-
Class that contains the mapping between a server-address/configuration and channel.
- ServerMappingContainer(Channel, ServerMapping) - Constructor for class org.openmuc.framework.server.spi.ServerMappingContainer
- serverMappings(List<ServerMappingContainer>) - Method in interface org.openmuc.framework.server.spi.ServerService
-
This method is called after registering as a server.
- ServerService - Interface in org.openmuc.framework.server.spi
-
This interface is to be implemented by bundles that provide server functionality.
- setChannelAddress(String) - Method in interface org.openmuc.framework.config.ChannelConfig
- setChannelHandle(Object) - Method in interface org.openmuc.framework.driver.spi.ChannelRecordContainer
- setChannelHandle(Object) - Method in interface org.openmuc.framework.driver.spi.ChannelValueContainer
- setChannelsToLog(List<LogChannel>) - Method in interface org.openmuc.framework.datalogger.spi.DataLoggerService
- setConfig(RootConfig) - Method in interface org.openmuc.framework.config.ConfigService
- setConnectRetryInterval(Integer) - Method in interface org.openmuc.framework.config.DeviceConfig
- setConnectRetryInterval(Integer) - Method in interface org.openmuc.framework.config.DriverConfig
- setDataLogSource(String) - Method in interface org.openmuc.framework.config.RootConfig
- setDescription(String) - Method in interface org.openmuc.framework.config.ChannelConfig
- setDescription(String) - Method in interface org.openmuc.framework.config.DeviceConfig
- setDeviceAddress(String) - Method in interface org.openmuc.framework.config.DeviceConfig
- setDisabled(Boolean) - Method in interface org.openmuc.framework.config.ChannelConfig
- setDisabled(Boolean) - Method in interface org.openmuc.framework.config.DeviceConfig
- setDisabled(Boolean) - Method in interface org.openmuc.framework.config.DriverConfig
- setFlag(Flag) - Method in interface org.openmuc.framework.driver.spi.ChannelValueContainer
- setId(String) - Method in interface org.openmuc.framework.config.ChannelConfig
- setId(String) - Method in interface org.openmuc.framework.config.DeviceConfig
- setId(String) - Method in interface org.openmuc.framework.config.DriverConfig
- setLatestRecord(Record) - Method in interface org.openmuc.framework.dataaccess.Channel
-
Sets the latest record of this channel.
- setListening(Boolean) - Method in interface org.openmuc.framework.config.ChannelConfig
- setLoggingEvent(Boolean) - Method in interface org.openmuc.framework.config.ChannelConfig
- setLoggingInterval(Integer) - Method in interface org.openmuc.framework.config.ChannelConfig
- setLoggingSettings(String) - Method in interface org.openmuc.framework.config.ChannelConfig
- setLoggingTimeOffset(Integer) - Method in interface org.openmuc.framework.config.ChannelConfig
- setReader(String) - Method in interface org.openmuc.framework.config.ChannelConfig
- setRecord(Record) - Method in interface org.openmuc.framework.driver.spi.ChannelRecordContainer
- setSamplingGroup(String) - Method in interface org.openmuc.framework.config.ChannelConfig
- setSamplingInterval(Integer) - Method in interface org.openmuc.framework.config.ChannelConfig
- setSamplingTimeOffset(Integer) - Method in interface org.openmuc.framework.config.ChannelConfig
- setSamplingTimeout(Integer) - Method in interface org.openmuc.framework.config.DeviceConfig
- setSamplingTimeout(Integer) - Method in interface org.openmuc.framework.config.DriverConfig
- setScalingFactor(Double) - Method in interface org.openmuc.framework.config.ChannelConfig
- setSettings(String) - Method in interface org.openmuc.framework.config.ChannelConfig
- setSettings(String) - Method in interface org.openmuc.framework.config.DeviceConfig
- SETTINGS_DEFAULT - Static variable in interface org.openmuc.framework.config.ChannelConfig
- SETTINGS_DEFAULT - Static variable in interface org.openmuc.framework.config.DeviceConfig
- setUnit(String) - Method in interface org.openmuc.framework.config.ChannelConfig
- setValue(Value) - Method in interface org.openmuc.framework.dataaccess.WriteValueContainer
-
Set the value of the container.
- setValueOffset(Double) - Method in interface org.openmuc.framework.config.ChannelConfig
- setValueType(ValueType) - Method in interface org.openmuc.framework.config.ChannelConfig
- setValueTypeLength(Integer) - Method in interface org.openmuc.framework.config.ChannelConfig
- SHORT - org.openmuc.framework.data.ValueType
- ShortValue - Class in org.openmuc.framework.data
- ShortValue(short) - Constructor for class org.openmuc.framework.data.ShortValue
- ShortValue(String) - Constructor for class org.openmuc.framework.data.ShortValue
- SslConfigChangeListener - Interface in org.openmuc.framework.security
- SslManagerInterface - Interface in org.openmuc.framework.security
- STARTED_LATE_AND_TIMED_OUT - org.openmuc.framework.data.Flag
-
Flag 15: Started sampling task too late and timed out due to a timeout of the previous sampling task.
- STARTING_TO_LISTEN - org.openmuc.framework.dataaccess.DeviceState
- startListening(List<ChannelRecordContainer>, RecordsReceivedListener) - Method in interface org.openmuc.framework.driver.spi.Connection
-
Starts listening on the given connection for data from the channels that correspond to the given record containers.
- stopListeningForConfigChange(ConfigChangeListener) - Method in interface org.openmuc.framework.config.ConfigService
- STRING - org.openmuc.framework.data.ValueType
- STRING_SIZE_DEFAULT - Static variable in interface org.openmuc.framework.config.ChannelConfig
- StringValue - Class in org.openmuc.framework.data
- StringValue(String) - Constructor for class org.openmuc.framework.data.StringValue
T
- TIMEOUT - org.openmuc.framework.data.Flag
-
Flag 2: Timeout occurred in a DataManager task.
- toString() - Method in class org.openmuc.framework.config.DeviceScanInfo
- toString() - Method in class org.openmuc.framework.data.BooleanValue
- toString() - Method in class org.openmuc.framework.data.ByteArrayValue
- toString() - Method in class org.openmuc.framework.data.Record
- toString() - Method in class org.openmuc.framework.data.StringValue
- toString() - Method in class org.openmuc.framework.server.spi.ServerMappingContainer
- tryLock() - Method in interface org.openmuc.framework.config.ConfigService
- TypeConversionException - Exception in org.openmuc.framework.data
- TypeConversionException() - Constructor for exception org.openmuc.framework.data.TypeConversionException
- TypeConversionException(String) - Constructor for exception org.openmuc.framework.data.TypeConversionException
U
- UNIT_DEFAULT - Static variable in interface org.openmuc.framework.config.ChannelConfig
- UNKNOWN_ERROR - org.openmuc.framework.data.Flag
-
Flag 3: If the error could not be specified.
- unlock() - Method in interface org.openmuc.framework.config.ConfigService
- updatedConfiguration(List<ServerMappingContainer>) - Method in interface org.openmuc.framework.server.spi.ServerService
-
This method is called when configuration is updated.
V
- VALID - org.openmuc.framework.data.Flag
-
Flag 1: Valid data.
- Value - Interface in org.openmuc.framework.data
- VALUE_IS_INFINITY - org.openmuc.framework.data.Flag
-
Flag 35: Got a "infinity" value.
- VALUE_IS_NAN - org.openmuc.framework.data.Flag
-
Flag 34: Got a "not a number" value.
- VALUE_TYPE_DEFAULT - Static variable in interface org.openmuc.framework.config.ChannelConfig
- valueOf(String) - Static method in enum org.openmuc.framework.data.Flag
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.openmuc.framework.data.ValueType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.openmuc.framework.dataaccess.ChannelState
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.openmuc.framework.dataaccess.DeviceState
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.openmuc.framework.data.Flag
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.openmuc.framework.data.ValueType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.openmuc.framework.dataaccess.ChannelState
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.openmuc.framework.dataaccess.DeviceState
-
Returns an array containing the constants of this enum type, in the order they are declared.
- ValueType - Enum in org.openmuc.framework.data
W
- WAITING_FOR_CONNECTION_RETRY - org.openmuc.framework.data.Flag
-
Flag 9: The driver was not able to connect and retries to connect after the configured time.
- WAITING_FOR_CONNECTION_RETRY - org.openmuc.framework.dataaccess.ChannelState
- WAITING_FOR_CONNECTION_RETRY - org.openmuc.framework.dataaccess.DeviceState
- WebUiPluginService - Class in org.openmuc.framework.webui.spi
- WebUiPluginService() - Constructor for class org.openmuc.framework.webui.spi.WebUiPluginService
- write(List<WriteValueContainer>) - Method in interface org.openmuc.framework.dataaccess.DataAccessService
-
Execute the write on the write value containers.
- write(List<ChannelValueContainer>, Object) - Method in interface org.openmuc.framework.driver.spi.Connection
-
Writes the data channels that correspond to the given value containers.
- write(Value) - Method in interface org.openmuc.framework.dataaccess.Channel
-
Writes the given value to the channel's corresponding data field in the connected communication device.
- writeConfigToFile() - Method in interface org.openmuc.framework.config.ConfigService
- writeFuture(List<FutureValue>) - Method in interface org.openmuc.framework.dataaccess.Channel
-
Schedules a List<records> with future timestamps as write tasks
This function will schedule single write tasks to the provided timestamps.
Once this function is called, previously scheduled write tasks will be erased. - writeShadowToFile() - Method in interface org.openmuc.framework.authentication.AuthenticationService
- WriteValueContainer - Interface in org.openmuc.framework.dataaccess
-
A container to write a to channel.
- WRITING - org.openmuc.framework.dataaccess.DeviceState
All Classes All Packages