- getAllIds() - Method in interface org.openmuc.framework.dataaccess.DataAccessService
-
- getAllUsers() - Method in interface org.openmuc.framework.authentication.AuthenticationService
-
- 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, ChannelChangeListener) - 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.LogicalDevice
-
- getChannel() - Method in interface org.openmuc.framework.dataaccess.ReadRecordContainer
-
- getChannel() - Method in interface org.openmuc.framework.dataaccess.WriteValueContainer
-
- 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.
- getChannelAddressSyntax() - Method in class org.openmuc.framework.config.DriverInfo
-
- 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
-
- 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
-
- 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.
- 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
-
- getDeviceScanParametersSyntax() - Method in class org.openmuc.framework.config.DriverInfo
-
- getDeviceState(String) - Method in interface org.openmuc.framework.config.ConfigService
-
- getDeviceState() - Method in interface org.openmuc.framework.dataaccess.Channel
-
Returns the current state of the communication device that this channel belongs to.
- 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
-
- 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.
- getIdsOfRunningDrivers() - Method in interface org.openmuc.framework.config.ConfigService
-
- getInterfaceAddress() - Method in interface org.openmuc.framework.config.DeviceConfig
-
- getInterfaceAddress() - Method in class org.openmuc.framework.config.DeviceScanInfo
-
Gets the interface address.
- getInterfaceAddress() - Method in interface org.openmuc.framework.dataaccess.Channel
-
Returns the channel's interface address.
- getInterfaceAddressSyntax() - Method in class org.openmuc.framework.config.DriverInfo
-
- 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
to endTime
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.
- 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.
- getLogicalDevices(String) - Method in interface org.openmuc.framework.dataaccess.DataAccessService
-
- getLogicalDevices(String, LogicalDeviceChangeListener) - Method in interface org.openmuc.framework.dataaccess.DataAccessService
-
- getOrAddDriver(String) - Method in interface org.openmuc.framework.config.RootConfig
-
- getParametersSyntax() - Method in class org.openmuc.framework.config.DriverInfo
-
- getReadContainer() - Method in interface org.openmuc.framework.dataaccess.Channel
-
Returns a ReadRecordContainer
that corresponds to this channel.
- getRecord() - Method in interface org.openmuc.framework.dataaccess.ReadRecordContainer
-
- getSamplingGroup() - Method in interface org.openmuc.framework.config.ChannelConfig
-
- 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.
- 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.
- getSamplingTimeout() - Method in interface org.openmuc.framework.config.DeviceConfig
-
- getSamplingTimeout() - Method in interface org.openmuc.framework.config.DriverConfig
-
- getScalingFactor() - Method in interface org.openmuc.framework.config.ChannelConfig
-
- getServerAddress() - Method in class org.openmuc.framework.config.ServerMapping
-
- getServerMappings() - 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
- getTimestamp() - Method in class org.openmuc.framework.data.Record
-
- getUnit() - Method in interface org.openmuc.framework.config.ChannelConfig
-
- getUnit() - Method in interface org.openmuc.framework.dataaccess.Channel
-
Returns the unit of this channel.
- getValue() - Method in class org.openmuc.framework.data.Record
-
- getValue() - Method in interface org.openmuc.framework.dataaccess.WriteValueContainer
-
- getValueOffset() - Method in interface org.openmuc.framework.config.ChannelConfig
-
- getValueType() - Method in interface org.openmuc.framework.config.ChannelConfig
-
- getValueType() - Method in class org.openmuc.framework.config.ChannelScanInfo
-
- getValueType() - Method in interface org.openmuc.framework.dataaccess.Channel
-
Returns the value type of this channel.
- getValueTypeLength() - Method in interface org.openmuc.framework.config.ChannelConfig
-
- getValueTypeLength() - Method in class org.openmuc.framework.config.ChannelScanInfo
-
- getWriteContainer() - Method in interface org.openmuc.framework.dataaccess.Channel
-
Returns a WriteValueContainer
that corresponds to this channel.