C D G I L N O R S U W 

C

ChannelRecordContainer - Interface in org.openmuc.framework.driver.spi
 
ChannelValueContainer - Interface in org.openmuc.framework.driver.spi
 
connect(String, String, String) - Method in interface org.openmuc.framework.driver.spi.DriverService
Attempts to connect to the given communication device using the given settings.
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(Throwable) - Constructor for exception org.openmuc.framework.driver.spi.ConnectionException
 
ConnectionException(String, Throwable) - Constructor for exception org.openmuc.framework.driver.spi.ConnectionException
 
connectionInterrupted(DeviceConnection) - Method in interface org.openmuc.framework.driver.spi.RecordsReceivedListener
 
copy() - Method in interface org.openmuc.framework.driver.spi.ChannelRecordContainer
 

D

DataLoggerService - Interface in org.openmuc.framework.datalogger.spi
 
DeviceConnection - Interface in org.openmuc.framework.driver.spi
Interface containing the following connection parameters.
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.
disconnect(DeviceConnection) - Method in interface org.openmuc.framework.driver.spi.DriverService
Disconnects or closes the given connection.
DriverDeviceScanListener - Interface in org.openmuc.framework.driver.spi
 
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.

G

getChannel() - Method in class org.openmuc.framework.server.spi.ServerMappingContainer
The mapped Channel
getChannelAddress() - Method in interface org.openmuc.framework.driver.spi.ChannelRecordContainer
 
getChannelAddress() - Method in interface org.openmuc.framework.driver.spi.ChannelValueContainer
 
getChannelHandle() - Method in interface org.openmuc.framework.driver.spi.ChannelRecordContainer
 
getChannelHandle() - Method in interface org.openmuc.framework.driver.spi.ChannelValueContainer
 
getChannelId() - Method in interface org.openmuc.framework.datalogger.spi.LogRecordContainer
 
getConnectionHandle() - Method in interface org.openmuc.framework.driver.spi.DeviceConnection
 
getDescription() - Method in interface org.openmuc.framework.datalogger.spi.LogChannel
 
getDeviceAddress() - Method in interface org.openmuc.framework.driver.spi.DeviceConnection
 
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
getInfo() - Method in interface org.openmuc.framework.driver.spi.DriverService
Returns the driver information.
getInterfaceAddress() - Method in interface org.openmuc.framework.driver.spi.DeviceConnection
 
getLoggingInterval() - Method in interface org.openmuc.framework.datalogger.spi.LogChannel
 
getLoggingTimeOffset() - Method in interface org.openmuc.framework.datalogger.spi.LogChannel
 
getRecord() - Method in interface org.openmuc.framework.datalogger.spi.LogRecordContainer
 
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 to endTime for the channel with the given channelId.
getServerMapping() - Method in class org.openmuc.framework.server.spi.ServerMappingContainer
The serverMapping that the channel should be mapped to.
getSettings() - Method in interface org.openmuc.framework.driver.spi.DeviceConnection
 
getUnit() - Method in interface org.openmuc.framework.datalogger.spi.LogChannel
 
getValue() - Method in interface org.openmuc.framework.driver.spi.ChannelValueContainer
 
getValueType() - Method in interface org.openmuc.framework.datalogger.spi.LogChannel
 
getValueTypeLength() - Method in interface org.openmuc.framework.datalogger.spi.LogChannel
 

I

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.

L

log(List<LogRecordContainer>, long) - Method in interface org.openmuc.framework.datalogger.spi.DataLoggerService
 
LogChannel - Interface in org.openmuc.framework.datalogger.spi
 
LogRecordContainer - Interface in org.openmuc.framework.datalogger.spi
 

N

newRecords(List<ChannelRecordContainer>) - Method in interface org.openmuc.framework.driver.spi.RecordsReceivedListener
 

O

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.server.spi - package org.openmuc.framework.server.spi
 

R

read(DeviceConnection, List<ChannelRecordContainer>, Object, String) - Method in interface org.openmuc.framework.driver.spi.DriverService
Reads the data channels that correspond to the given record containers.
RecordsReceivedListener - Interface in org.openmuc.framework.driver.spi
 

S

scanForChannels(DeviceConnection, String) - Method in interface org.openmuc.framework.driver.spi.DriverService
Scan a given communication device for available data channels.
scanForDevices(String, DriverDeviceScanListener) - Method in interface org.openmuc.framework.driver.spi.DriverService
Scans for available devices.
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.
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.
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
 
setFlag(Flag) - Method in interface org.openmuc.framework.driver.spi.ChannelValueContainer
 
setRecord(Record) - Method in interface org.openmuc.framework.driver.spi.ChannelRecordContainer
 
startListening(DeviceConnection, List<ChannelRecordContainer>, RecordsReceivedListener) - Method in interface org.openmuc.framework.driver.spi.DriverService
Starts listening on the given connection for data from the channels that correspond to the given record containers.

U

updatedConfiguration(List<ServerMappingContainer>) - Method in interface org.openmuc.framework.server.spi.ServerService
This method is called when configuration is updated.

W

write(DeviceConnection, List<ChannelValueContainer>, Object) - Method in interface org.openmuc.framework.driver.spi.DriverService
Writes the data channels that correspond to the given value containers.
C D G I L N O R S U W