2009-01-09 1.2.0

Uses of Interface
org.eclipse.soda.dk.multiplex.connection.service.ChannelService

Packages that use ChannelService
org.eclipse.soda.dk.adapter This package is part of the org.eclipse.soda.dk.adapter project. 
org.eclipse.soda.dk.adapter.test This package is part of the org.eclipse.soda.dk.adapter.test project. 
org.eclipse.soda.dk.command This package is part of the org.eclipse.soda.dk.device project. 
org.eclipse.soda.dk.command.service This package is part of the org.eclipse.soda.dk.device.service project. 
org.eclipse.soda.dk.concrete.measurement This package is part of the org.eclipse.soda.dk.concrete project. 
org.eclipse.soda.dk.concrete.signal This package is part of the org.eclipse.soda.dk.concrete project. 
org.eclipse.soda.dk.connection This package is part of the org.eclipse.soda.dk.connection project. 
org.eclipse.soda.dk.device This package is part of the org.eclipse.soda.dk.device project. 
org.eclipse.soda.dk.device.service This package is part of the org.eclipse.soda.dk.device.service project. 
org.eclipse.soda.dk.device.test This package is part of the org.eclipse.soda.dk.device.test project. 
org.eclipse.soda.dk.measurement This package is part of the org.eclipse.soda.dk.device project. 
org.eclipse.soda.dk.measurement.computed This package is part of the org.eclipse.soda.dk.device project. 
org.eclipse.soda.dk.measurement.service This package is part of the org.eclipse.soda.dk.device.service project. 
org.eclipse.soda.dk.multiplex.connection.service This package is part of the org.eclipse.soda.dk.connection.service project. 
org.eclipse.soda.dk.profile This package is part of the org.eclipse.soda.dk.profile project. 
org.eclipse.soda.dk.profile.service This package is part of the org.eclipse.soda.dk.profile.service project. 
org.eclipse.soda.dk.signal This package is part of the org.eclipse.soda.dk.device project. 
org.eclipse.soda.dk.signal.service This package is part of the org.eclipse.soda.dk.device.service project. 
org.eclipse.soda.dk.transport.service This package is part of the org.eclipse.soda.dk.transport.service project. 
org.eclipse.soda.dk.transport.test This package is part of the org.eclipse.soda.dk.transport.test project. 
org.eclipse.soda.dk.wire This package is part of the org.eclipse.soda.dk.device project. 
 

Uses of ChannelService in org.eclipse.soda.dk.adapter
 

Methods in org.eclipse.soda.dk.adapter with parameters of type ChannelService
 void Adapter.channelChanged(DeviceService source, java.lang.Object timestamp, ChannelService channel, int newState, int oldState)
          Channel changed with the specified source, timestamp, channel, new state and old state parameters.
 void Adapter.commandExecuted(CommandService source, java.lang.Object timestamp, ChannelService channel, java.lang.Object data)
          Command executed with the specified source, timestamp, channel and data parameters.
 void Adapter.measurementChanged(MeasurementService source, java.lang.Object timestamp, ChannelService channel, java.lang.Object newValue, java.lang.Object oldValue)
          Measurement changed with the specified source, timestamp, channel, new value and old value parameters.
 void Adapter.signalOccurred(SignalService source, java.lang.Object timestamp, ChannelService channel, java.lang.Object data)
          Signal occurred with the specified source, timestamp, channel and data parameters.
 

Uses of ChannelService in org.eclipse.soda.dk.adapter.test
 

Methods in org.eclipse.soda.dk.adapter.test with parameters of type ChannelService
 void AdapterTest.channelChanged(DeviceService source, java.lang.Object timestamp, ChannelService channel, int newState, int oldState)
          Channel changed with the specified source, timestamp, channel, new state and old state parameters.
 void AdapterTest.commandExecuted(CommandService source, java.lang.Object timestamp, ChannelService channel, java.lang.Object data)
          Command executed with the specified source, timestamp, channel and data parameters.
 void AdapterTest.measurementChanged(MeasurementService source, java.lang.Object timestamp, ChannelService channel, java.lang.Object newValue, java.lang.Object oldValue)
          Measurement changed with the specified source, timestamp, channel, new value and old value parameters.
 void AdapterTest.signalOccurred(SignalService source, java.lang.Object timestamp, ChannelService channel, java.lang.Object data)
          Signal occurred with the specified source, timestamp, channel and data parameters.
 

Uses of ChannelService in org.eclipse.soda.dk.command
 

Methods in org.eclipse.soda.dk.command with parameters of type ChannelService
 java.lang.Object MethodCommand.callMethod(int code, ChannelService channel, java.lang.Object data)
          Call method with the specified code, channel and data parameters and return the Object result.
 void Commands.commandExecuted(CommandService source, java.lang.Object timestamp, ChannelService channel, java.lang.Object data)
          Command executed with the specified source, timestamp, channel and data parameters.
 void CommandListeners.commandExecuted(CommandService source, java.lang.Object timestamp, ChannelService channel, java.lang.Object data)
          Command executed with the specified source, timestamp, channel and data parameters.
 void MeasurementCommand.execute(ChannelService channel)
          Execute with the specified channel parameter.
 void MethodCommand.execute(ChannelService channel)
          Execute with the specified channel parameter.
 void SimpleMessageCommand.execute(ChannelService channel)
          Execute with the specified channel parameter.
 void SleepCommand.execute(ChannelService channel)
          Execute with the specified channel parameter.
 void Command.execute(ChannelService channel)
          Execute with the specified channel parameter.
 void SimpleMeasurementCommand.execute(ChannelService channel)
          Execute with the specified channel parameter.
 void Commands.execute(ChannelService channel)
          Execute with the specified channel parameter.
 void StateCommand.execute(ChannelService channel)
          Execute with the specified channel parameter.
 void MethodCommand.execute(ChannelService channel, java.lang.Object data)
          Execute with the specified channel and data parameters.
 void SimpleMessageCommand.execute(ChannelService channel, java.lang.Object data)
          Execute with the specified channel and data parameters.
 void SleepCommand.execute(ChannelService channel, java.lang.Object data)
          Execute with the specified channel and data parameters.
 void Command.execute(ChannelService channel, java.lang.Object data)
          Execute with the specified channel and data parameters.
 void SimpleDataCommand.execute(ChannelService channel, java.lang.Object data)
          Execute with the specified channel and data parameters.
 void Commands.execute(ChannelService channel, java.lang.Object data)
          Execute with the specified channel and data parameters.
 void DataCommand.execute(ChannelService channel, java.lang.Object data)
          Execute with the specified channel and data parameters.
 void StateCommand.execute(ChannelService channel, java.lang.Object value)
          Execute with the specified channel and value parameters.
 void TransformCommand.execute(ChannelService channel, java.lang.Object data)
          Execute with the specified channel and data parameters.
 void SimpleTransformCommand.execute(ChannelService channel, java.lang.Object data)
          Execute with the specified channel and data parameters.
 void ParameterCommand.execute(ChannelService channel, java.lang.Object data)
          Execute with the specified channel and data parameters.
 void SimpleParameterCommand.execute(ChannelService channel, java.lang.Object data)
          Execute with the specified channel and data parameters.
 void Command.fireCommandExecuted(CommandListener commandListener, java.lang.Object timestamp, ChannelService channel)
          Fire command executed with the specified command listener, timestamp and channel parameters.
 void Command.fireCommandExecuted(CommandListener commandListener, java.lang.Object timestamp, ChannelService channel, java.lang.Object data)
          Fire command executed with the specified command listener, timestamp, channel and data parameters.
 java.lang.Object StateCommand.getValue(ChannelService channel)
          Gets the Object value property value.
 void Command.measurementChanged(MeasurementService source, java.lang.Object timestamp, ChannelService channel, java.lang.Object newValue, java.lang.Object oldValue)
          Measurement changed with the specified source, timestamp, channel, new value and old value parameters.
 void MessageCommand.messageReceived(TransportService transportService, java.lang.Object timestamp, ChannelService channel, MessageService message)
          Message received with the specified transport service, timestamp, channel and message parameters.
 void SimpleDataCommand.messageReceived(TransportService transportService, java.lang.Object timestamp, ChannelService channel, MessageService message)
          Message received with the specified transport service, timestamp, channel and message parameters.
 void DataCommand.messageReceived(TransportService transportService, java.lang.Object timestamp, ChannelService channel, MessageService message)
          Message received with the specified transport service, timestamp, channel and message parameters.
 void TransformCommand.messageReceived(TransportService transportService, java.lang.Object timestamp, ChannelService channel, MessageService message)
          Message received with the specified transport service, timestamp, channel and message parameters.
 void SimpleTransformCommand.messageReceived(TransportService transportService, java.lang.Object timestamp, ChannelService channel, MessageService message)
          Message received with the specified transport service, timestamp, channel and message parameters.
 void ParameterCommand.messageReceived(TransportService transportService, java.lang.Object timestamp, ChannelService channel, MessageService message)
          Message received with the specified transport service, timestamp, channel and message parameters.
 void SimpleParameterCommand.messageReceived(TransportService transportService, java.lang.Object timestamp, ChannelService channel, MessageService message)
          Message received with the specified transport service, timestamp, channel and message parameters.
 void SimpleMessageCommand.noResponseReceived(TransportService transportService, ChannelService channel, java.lang.Object timestamp, java.lang.Object data)
          No response received with the specified transport service, channel and data parameters.
 void MessageCommand.responseReceived(TransportService transportService, ChannelService channel, java.lang.Object data)
          Response received with the specified transport service, channel and data parameters.
 void SimpleMessageCommand.responseReceived(TransportService transportService, ChannelService channel, java.lang.Object timestamp, java.lang.Object data)
          Response received with the specified transport service, channel and data parameters.
 void Command.signalOccurred(SignalService source, java.lang.Object timestamp, ChannelService channel, java.lang.Object data)
          Signal occurred with the specified source, timestamp, channel and data parameters.
 

Uses of ChannelService in org.eclipse.soda.dk.command.service
 

Methods in org.eclipse.soda.dk.command.service with parameters of type ChannelService
 void MultiplexCommandListener.commandExecuted(CommandService source, java.lang.Object timestamp, ChannelService channel, java.lang.Object data)
          This method is fired to all Listeners each time the command is executed.
 void CommandService.execute(ChannelService channel)
          Execute the command, causing it to be sent to the target hardware device.
 void CommandService.execute(ChannelService channel, java.lang.Object data)
          Execute the command, and fill in any data fields with the value held within the data argument.
 

Uses of ChannelService in org.eclipse.soda.dk.concrete.measurement
 

Methods in org.eclipse.soda.dk.concrete.measurement with parameters of type ChannelService
 void ConcreteMeasurement.commandExecuted(CommandService source, java.lang.Object timestamp, ChannelService channel, java.lang.Object data)
          Command executed with the specified source, timestamp, channel and data parameters.
 void ConcreteMeasurement.executeWrite(ChannelService channel, java.lang.Object value)
          Execute write with the specified channel and value parameters.
 void ConcreteMeasurement.setValue(ChannelService channel, java.lang.Object value, java.lang.Object timestamp)
          Set value with the specified channel, value and timestamp parameters.
 void ConcreteMeasurement.signalOccurred(SignalService source, java.lang.Object timestamp, ChannelService channel, java.lang.Object data)
          This method is fired to all Listeners each time the signal triggered.
 

Uses of ChannelService in org.eclipse.soda.dk.concrete.signal
 

Methods in org.eclipse.soda.dk.concrete.signal with parameters of type ChannelService
 void ConcreteSignal.noResponseReceived(TransportService transportService, ChannelService channel, java.lang.Object timestamp, java.lang.Object data)
          No response received with the specified transport service, channel and data parameters.
 void ConcreteSignal.responseReceived(TransportService transportService, ChannelService channel, java.lang.Object timestamp, java.lang.Object data)
          Response received with the specified transport service, channel and data parameters.
 void ConcreteSignal.trigger(ChannelService channel)
          Trigger with the specified channel parameter.
 void ConcreteSignal.trigger(ChannelService channel, java.lang.Object data)
          Trigger with the specified channel and data parameters.
 

Uses of ChannelService in org.eclipse.soda.dk.connection
 

Methods in org.eclipse.soda.dk.connection that return ChannelService
 ChannelService TraceConnection.getChannel(java.lang.String channelId)
          Get channel with the specified channel id parameter and return the ChannelService result.
 ChannelService TraceConnection.openChannel(java.util.Map parameters)
          Open channel with the specified channel spec parameter and return the ChannelService result.
 

Methods in org.eclipse.soda.dk.connection with parameters of type ChannelService
 int TraceConnection.read(ChannelService channel, byte[] bytes)
          Read with the specified channel and bytes parameters and return the int result.
 int TraceConnection.read(ChannelService channel, byte[] bytes, int offset, int length)
          Read with the specified channel, bytes, offset and length parameters and return the int result.
 void TraceConnection.write(ChannelService channel, byte[] bytes)
          Write with the specified channel and bytes parameters.
 void TraceConnection.write(ChannelService channel, byte[] bytes, int offset, int count)
          Write with the specified channel, bytes, offset and count parameters.
 

Uses of ChannelService in org.eclipse.soda.dk.device
 

Methods in org.eclipse.soda.dk.device that return ChannelService
 ChannelService Device.getChannel(java.lang.String channelId)
          Get channel with the specified channel id parameter and return the ChannelService result.
 ChannelService Device.openChannel(java.util.Map parameters)
          Open channel with the specified parameters parameter and return the ChannelService result.
 

Methods in org.eclipse.soda.dk.device with parameters of type ChannelService
 void Container.activate(ChannelService channel)
          Activate.
 void DeviceListeners.channelChanged(DeviceService source, java.lang.Object timestamp, ChannelService channel, int newState, int oldState)
          Channel changed with the specified source, timestamp, channel, new state and old state parameters.
protected  void Device.channelChanged(java.lang.Object timestamp, ChannelService channel, int newState, int oldState)
          Channel changed with the specified timestamp, channel, new state and old state parameters.
 void Device.channelChanged(TransportService source, java.lang.Object timestamp, ChannelService channel, int newState, int oldState)
          Channel changed with the specified source, timestamp, channel, new state and old state parameters.
 void Device.closeChannel(ChannelService channel)
          Close channel with the specified channel parameter.
 void NotificationController.commandExecuted(CommandService source, java.lang.Object timestamp, ChannelService channel, java.lang.Object data)
          Command executed with the specified source, timestamp, channel and data parameters.
 void Container.deactivate(ChannelService channel)
          Deactivate.
 void Device.fireChannelChanged(java.lang.Object timestamp, ChannelService channel, int newState, int oldState)
          Fire channel changed with the specified timestamp, channel, new state and old state parameters.
 java.lang.Object Device.handleMethodChannels(int code, Measurement measurement, ChannelService channel, java.lang.Object data)
          Handle method channels with the specified code, measurement, channel and data parameters and return the Object result.
 java.lang.Object Device.handleMethodCloseChannel(int code, Command command, ChannelService channel, java.lang.Object data)
          Handle method close channel with the specified code, command, channel and data parameters and return the Object result.
 java.lang.Object Device.handleMethodMetrics(int code, Measurement measurement, ChannelService channel, java.lang.Object data)
          Handle method metrics with the specified code, measurement, channel and data parameters and return the Object result.
 java.lang.Object Device.handleMethodOpenChannel(int code, Command command, ChannelService channel, java.lang.Object data)
          Handle method open channel with the specified code, command, channel and data parameters and return the Object result.
 void Container.initializeMeasurements(ChannelService channel)
          Perform the initializeMeasurements action method.
 void NotificationController.measurementChanged(MeasurementService source, java.lang.Object timestamp, ChannelService channel, java.lang.Object newValue, java.lang.Object oldValue)
          Measurement changed with the specified source, timestamp, channel, new value and old value parameters.
 void TransportDevice.messageReceived(TransportService transportService, java.lang.Object timestamp, ChannelService channel, MessageService message)
          This API will be called each time the TransportService receives a valid message.
 void TransportDevice.send(ChannelService channel, MessageService message)
          Send with the specified channel and message parameters.
 void Container.send(ChannelService channel, MessageService message)
          Send with the specified channel and message parameters.
 void QueueDevice.send(ChannelService channel, MessageService message)
          Send with the specified channel and message parameters.
 void TransportDevice.send(ChannelService channel, MessageService message, ResponseListener responseListener)
          Send with the specified channel, message and response listener parameters.
 void Container.send(ChannelService channel, MessageService message, ResponseListener responseListener)
          Send with the specified channel, message and response listener parameters.
 void QueueDevice.send(ChannelService channel, MessageService message, ResponseListener responseListener)
          Send with the specified channel, message and response listener parameters.
 void NotificationController.signalOccurred(SignalService source, java.lang.Object timestamp, ChannelService channel, java.lang.Object data)
          Signal occurred with the specified source, timestamp, channel and data parameters.
 void Container.startupCommands(ChannelService channel)
          Startup commands.
 

Uses of ChannelService in org.eclipse.soda.dk.device.service
 

Methods in org.eclipse.soda.dk.device.service that return ChannelService
 ChannelService DeviceService.getChannel(java.lang.String channelId)
          Get channel with the specified channel id parameter and return the ChannelService result.
 ChannelService DeviceService.openChannel(java.util.Map parameters)
          Open channel with the specified channel spec parameter and return the ChannelService result.
 

Methods in org.eclipse.soda.dk.device.service with parameters of type ChannelService
 void MultiplexDeviceListener.channelChanged(DeviceService source, java.lang.Object timestamp, ChannelService channel, int newState, int oldState)
          Channel changed with the specified source, timestamp, channel, new state and old state parameters.
 void DeviceService.closeChannel(ChannelService channel)
          Close channel with the specified channel parameter.
 void DeviceService.send(ChannelService channel, MessageService message)
          Perform the send action method.
 void DeviceService.send(ChannelService channel, MessageService message, ResponseListener responseListener)
          Send with the specified channel and message parameters.
 

Uses of ChannelService in org.eclipse.soda.dk.device.test
 

Methods in org.eclipse.soda.dk.device.test with parameters of type ChannelService
 void DeviceTest.channelChanged(DeviceService source, java.lang.Object timestamp, ChannelService channel, int newState, int oldState)
          Channel changed with the specified source, timestamp, channel, new state and old state parameters.
 void DeviceTest.commandExecuted(CommandService source, java.lang.Object timestamp, ChannelService channel, java.lang.Object data)
          Command executed with the specified source, timestamp, channel and data parameters.
 void DeviceTest.measurementChanged(MeasurementService source, java.lang.Object timestamp, ChannelService channel, java.lang.Object newValue, java.lang.Object oldValue)
          Measurement changed with the specified source, timestamp, channel, new value and old value parameters.
 void DeviceTest.signalOccurred(SignalService source, java.lang.Object timestamp, ChannelService channel, java.lang.Object data)
          Signal occurred with the specified source, timestamp, channel and data parameters.
 

Uses of ChannelService in org.eclipse.soda.dk.measurement
 

Methods in org.eclipse.soda.dk.measurement with parameters of type ChannelService
 java.lang.Object MethodMeasurement.callMethod(int code, ChannelService channel, java.lang.Object data)
          Call method with the specified code, channel and data parameters and return the Object result.
 void MeasurementFieldMeasurement.executeRead(ChannelService channel)
          Execute read with the specified channel parameter.
 void MethodMeasurement.executeRead(ChannelService channel)
          Execute read with the specified channel parameter.
 void Measurement.executeRead(ChannelService channel)
          Execute read with the specified channel parameter.
 void ReadMeasurement.executeRead(ChannelService channel)
          Execute read with the specified channel parameter.
 void Measurements.executeRead(ChannelService channel)
          Execute read with the specified channel parameter.
 void ReadOnlyMeasurement.executeWrite(ChannelService channel, java.lang.Object value)
          Execute write with the specified channel and value parameters.
 void MethodMeasurement.executeWrite(ChannelService channel, java.lang.Object value)
          Execute write with the specified channel and value parameters.
 void CommandMeasurement.executeWrite(ChannelService channel, java.lang.Object value)
          Execute write with the specified channel and value parameters.
 void Measurement.executeWrite(ChannelService channel, java.lang.Object value)
          Execute write with the specified channel and value parameters.
 void Measurements.executeWrite(ChannelService channel, java.lang.Object value)
          Execute write with the specified channel and value parameters.
 void Measurement.fireValueChanged(MeasurementListener measurementListener, java.lang.Object timestamp, ChannelService channel, java.lang.Object newValue, java.lang.Object oldValue)
          Fire value changed with the specified measurement listener, timestamp, channel, new value and old value parameters.
 java.lang.Object Measurement.getTimestamp(ChannelService channel)
          Get timestamp with the specified channel parameter and return the Object result.
 java.lang.Object MethodMeasurement.getValue(ChannelService channel)
          Get value with the specified channel parameter and return the Object result.
 java.lang.Object Measurement.getValue(ChannelService channel)
          Get value with the specified channel parameter and return the Object result.
 java.lang.Object Measurement.getValueRaw(ChannelService channel)
          Get value raw with the specified channel parameter and return the Object result.
 void MeasurementFieldMeasurement.measurementChanged(MeasurementService source, java.lang.Object timestamp, ChannelService channel, java.lang.Object newValue, java.lang.Object oldValue)
          Measurement changed with the specified source, timestamp, channel, new value and old value parameters.
 void MeasurementListeners.measurementChanged(MeasurementService source, java.lang.Object timestamp, ChannelService channel, java.lang.Object newValue, java.lang.Object oldValue)
          Measurement changed with the specified source, timestamp, channel, new value and old value parameters.
 void Measurements.measurementChanged(MeasurementService source, java.lang.Object timestamp, ChannelService channel, java.lang.Object newValue, java.lang.Object oldValue)
          Measurement changed with the specified source, timestamp, channel, new value and old value parameters.
 java.lang.Object MeasurementFieldMeasurement.read(ChannelService channel, long timeout)
          Read with the specified channel and timeout parameters and return the Object result.
 java.lang.Object Measurement.read(ChannelService channel, long timeout)
          Read with the specified channel and timeout parameters and return the Object result.
 java.lang.Object ReadMeasurement.read(ChannelService channel, long timeout)
          Perform the read method and return the Object result.
 java.lang.Object Measurements.read(ChannelService channel, long timeout)
          Read with the specified channel and timeout parameters and return the Object result.
protected  void Measurement.setRawValue(ChannelService channel, java.lang.Object data, java.lang.Object timestamp)
          Set raw value with the specified channel, data and timestamp parameters.
 void DataMeasurement.setRawValue(ChannelService channel, java.lang.Object value, java.lang.Object timestamp)
          Set raw value with the specified channel, value and timestamp parameters.
 void Measurement.setTimestamp(ChannelService channel, java.lang.Object timestamp)
          Set timestamp with the specified channel and timestamp parameters.
 void ReadMeasurement.setTimestamp(ChannelService channel, java.lang.Object timestamp)
          Set timestamp with the specified channel and timestamp parameters.
 void ReadOnlyMeasurement.setValue(ChannelService channel, java.lang.Object value)
          Set value with the specified channel and value parameters.
 void MethodMeasurement.setValue(ChannelService channel, java.lang.Object value)
          Set value with the specified channel and value parameters.
 void Measurement.setValue(ChannelService channel, java.lang.Object value)
          Set value with the specified channel and value parameters.
 void Measurements.setValue(ChannelService channel, java.lang.Object value)
          Set value with the specified channel and value parameters.
 void MeasurementFieldMeasurement.setValue(ChannelService channel, java.lang.Object value, java.lang.Object timestamp)
          Set value with the specified channel, value and timestamp parameters.
 void Measurement.setValue(ChannelService channel, java.lang.Object value, java.lang.Object timestamp)
          Set value with the specified channel, value and timestamp parameters.
 void SignalMeasurement.signalOccurred(SignalService source, java.lang.Object timestamp, ChannelService channel, java.lang.Object data)
          Signal occurred with the specified source, timestamp, channel and data parameters.
 

Uses of ChannelService in org.eclipse.soda.dk.measurement.computed
 

Methods in org.eclipse.soda.dk.measurement.computed with parameters of type ChannelService
 void ControlsMeasurement.measurementChanged(MeasurementService source, java.lang.Object timestamp, ChannelService channel, java.lang.Object newValue, java.lang.Object oldValue)
          Measurement changed with the specified source, timestamp, channel, new value and old value parameters.
 void TotalMeasurement.setValue(ChannelService channel, java.lang.Object value, java.lang.Object timestamp)
          Set value with the specified channel, value and timestamp parameters.
 void CountMeasurement.setValue(ChannelService channel, java.lang.Object value, java.lang.Object timestamp)
          Set value with the specified channel, value and timestamp parameters.
 void ControlsMeasurement.signalOccurred(SignalService source, java.lang.Object timestamp, ChannelService channel, java.lang.Object data)
          Signal occurred with the specified source, timestamp, channel and data parameters.
 

Uses of ChannelService in org.eclipse.soda.dk.measurement.service
 

Methods in org.eclipse.soda.dk.measurement.service with parameters of type ChannelService
 void MeasurementService.executeRead(ChannelService channel)
          Forces an asyncronous hardware read of the current value.
 void MeasurementService.executeWrite(ChannelService channel, java.lang.Object value)
          Forces an asyncronous hardware write of the specified value.
 java.lang.Object MeasurementService.getTimestamp(ChannelService channel)
          Gets the Object timestamp property value.
 java.lang.Object MeasurementService.getValue(ChannelService channel)
          Returns the locally cached value of the measurement.
 void MultiplexMeasurementListener.measurementChanged(MeasurementService source, java.lang.Object timestamp, ChannelService channel, java.lang.Object newValue, java.lang.Object oldValue)
          This method is fired to all Listeners each time the value of the measurement changes.
 java.lang.Object MeasurementService.read(ChannelService channel, long timeout)
          Perform the read method and return the Object result.
 void MeasurementService.setValue(ChannelService channel, java.lang.Object value)
          This method forces a synchronous write of the locally cached value.
 

Uses of ChannelService in org.eclipse.soda.dk.multiplex.connection.service
 

Methods in org.eclipse.soda.dk.multiplex.connection.service that return ChannelService
 ChannelService MultiplexConnectionService.getChannel(java.lang.String channelId)
          Get channel with the specified id parameter and return the ChannelRef result.
 ChannelService MultiplexConnectionService.openChannel(java.util.Map parameters)
          Open channel with the specified channel spec parameter and return the ChannelService result.
 

Methods in org.eclipse.soda.dk.multiplex.connection.service with parameters of type ChannelService
 void ChannelListener.channelChanged(ChannelService channel, int newState, int oldState)
          Channel changed with the specified channel, new state and old state parameters.
 void MultiplexConnectionListener.processInput(ChannelService channel)
          Process input with the specified channel parameter.
 int MultiplexConnectionService.read(ChannelService channel, byte[] bytes)
          Read data into the bytes specified.
 int MultiplexConnectionService.read(ChannelService channel, byte[] bytes, int offset, int length)
          Read data into the bytes specified.
 void MultiplexConnectionService.write(ChannelService channel, byte[] bytes)
          Writes the bytes from the byte array.
 void MultiplexConnectionService.write(ChannelService channel, byte[] bytes, int offset, int count)
          Writes count bytes from the byte array buffer starting at offset.
 

Uses of ChannelService in org.eclipse.soda.dk.profile
 

Methods in org.eclipse.soda.dk.profile that return ChannelService
 ChannelService Profile.openChannel(java.util.Map parameters)
          Open channel with the specified channel spec parameter and return the ChannelService result.
 

Methods in org.eclipse.soda.dk.profile with parameters of type ChannelService
 void Profile.channelChanged(DeviceService source, java.lang.Object timestamp, ChannelService channel, int newState, int oldState)
          Channel changed with the specified source, timestamp, channel, new state and old state parameters.
 void ProfileListeners.channelChanged(ProfileService source, java.lang.Object timestamp, ChannelService channel, int newState, int oldState)
          Channel changed with the specified source, timestamp, channel, new state and old state parameters.
 void Profile.commandExecuted(CommandService source, java.lang.Object timestamp, ChannelService channel, java.lang.Object data)
          Command executed with the specified source, timestamp, channel and data parameters.
 void Profile.fireChannelChanged(java.lang.Object timestamp, ChannelService channel, int newState, int oldState)
          Fire channel changed with the specified timestamp, channel, new state and old state parameters.
 void Profile.measurementChanged(MeasurementService source, java.lang.Object timestamp, ChannelService channel, java.lang.Object newValue, java.lang.Object oldValue)
          Measurement changed with the specified source, timestamp, channel, new value and old value parameters.
 void Profile.signalOccurred(SignalService source, java.lang.Object timestamp, ChannelService channel, java.lang.Object data)
          Signal occurred with the specified source, timestamp, channel and data parameters.
 

Uses of ChannelService in org.eclipse.soda.dk.profile.service
 

Methods in org.eclipse.soda.dk.profile.service that return ChannelService
 ChannelService ProfileService.getChannel(java.lang.String channelId)
          Get channel with the specified channel id parameter and return the ChannelService result.
 ChannelService ProfileService.openChannel(java.util.Map parameters)
          Open channel with the specified channel spec parameter and return the ChannelService result.
 

Methods in org.eclipse.soda.dk.profile.service with parameters of type ChannelService
 void MultiplexProfileListener.channelChanged(ProfileService source, java.lang.Object timestamp, ChannelService channel, int newState, int oldState)
          Channel changed with the specified source, timestamp, channel, new state and old state parameters.
 

Uses of ChannelService in org.eclipse.soda.dk.signal
 

Methods in org.eclipse.soda.dk.signal with parameters of type ChannelService
 java.lang.Object MethodSignal.callMethod(int code, ChannelService channel, java.lang.Object data)
          Call method with the specified code, channel and data parameters and return the Object result.
 void Signal.fireSignalOccurred(SignalListener signalListener, java.lang.Object timestamp, ChannelService channel)
          Fire signal occurred with the specified signal listener, timestamp and channel parameters.
 void Signal.fireSignalOccurred(SignalListener signalListener, java.lang.Object timestamp, ChannelService channel, java.lang.Object data)
          Fire signal occurred with the specified signal listener, timestamp, channel and data parameters.
 void TransformSignal.messageReceived(TransportService transportService, java.lang.Object timestamp, ChannelService channel, MessageService message)
          Message received with the specified transport service, timestamp, channel and message parameters.
 void MessageSignal.messageReceived(TransportService transportService, java.lang.Object timestamp, ChannelService channel, MessageService message)
          Message received with the specified transport service, timestamp, channel and message parameters.
 void DataSignal.messageReceived(TransportService transportService, java.lang.Object timestamp, ChannelService channel, MessageService message)
          Message received with the specified transport service, timestamp, channel and message parameters.
 void ParameterSignal.messageReceived(TransportService transportService, java.lang.Object timestamp, ChannelService channel, MessageService message)
          Message received with the specified transport service, timestamp, channel and message parameters.
 void SignalFieldSignal.signalOccurred(SignalService source, java.lang.Object timestamp, ChannelService channel, java.lang.Object data)
          Signal occurred with the specified source, timestamp, channel and data parameters.
 void SignalListeners.signalOccurred(SignalService source, java.lang.Object timestamp, ChannelService channel, java.lang.Object data)
          Signal occurred with the specified source, timestamp, channel and data parameters.
 void Signals.signalOccurred(SignalService source, java.lang.Object timestamp, ChannelService channel, java.lang.Object data)
          Signal occurred with the specified source, timestamp, channel and data parameters.
 void Signal.trigger(ChannelService channel)
          Trigger with the specified channel parameter.
 void Signals.trigger(ChannelService channel)
          Trigger with the specified channel parameter.
 void MethodSignal.trigger(ChannelService channel)
          Trigger with the specified channel parameter.
 void Signal.trigger(ChannelService channel, java.lang.Object object)
          Trigger with the specified channel and object parameters.
 void Signals.trigger(ChannelService channel, java.lang.Object object)
          Trigger with the specified channel and object parameters.
 void MethodSignal.trigger(ChannelService channel, java.lang.Object data)
          Trigger with the specified channel and data parameters.
 void Signal.trigger(ChannelService channel, java.lang.Object data, java.lang.Object timestamp)
          Trigger with the specified channel, data and timestamp parameters.
 

Uses of ChannelService in org.eclipse.soda.dk.signal.service
 

Methods in org.eclipse.soda.dk.signal.service with parameters of type ChannelService
 void MultiplexSignalListener.signalOccurred(SignalService source, java.lang.Object timestamp, ChannelService channel, java.lang.Object data)
          This method is fired to all Listeners each time the signal triggered.
 void SignalService.trigger(ChannelService channel)
          This method causes the SignalService to be written out.
 void SignalService.trigger(ChannelService channel, java.lang.Object value)
          This method causes the SignalService to be written out with data equal to the value argument.
 

Uses of ChannelService in org.eclipse.soda.dk.transport.service
 

Methods in org.eclipse.soda.dk.transport.service that return ChannelService
 ChannelService ChannelStateService.getChannel()
          Gets the channel (ChannelService) value.
 ChannelService TransportService.openChannel(java.util.Map parameters)
          Open channel with the specified parameters parameter and return the ChannelService result.
 

Methods in org.eclipse.soda.dk.transport.service with parameters of type ChannelService
 void MultiplexTransportListener.channelChanged(TransportService source, java.lang.Object timestamp, ChannelService channel, int newState, int oldState)
          Channel changed with the specified source, timestamp, channel, new state and old state parameters.
 void TransportService.closeChannel(ChannelService channel)
          Close channel with the specified channel parameter.
 ChannelStateService ControllerService.getChannelState(ChannelService channel)
          Get channel state with the specified channel parameter and return the ChannelStateService result.
 void MultiplexMessageListener.messageReceived(TransportService transportService, java.lang.Object timestamp, ChannelService channel, MessageService message)
          This API will be called each time the TransportService receives a valid message.
 void ResponseListener.noResponseReceived(TransportService transportService, ChannelService channel, java.lang.Object timestamp, java.lang.Object data)
          No response received with the specified transport service and data parameters.
 void ResponseListener.responseReceived(TransportService transportService, ChannelService channel, java.lang.Object timestamp, java.lang.Object data)
          Response received with the specified transport service and data parameters.
 void TransportService.send(ChannelService channel, MessageService message)
          Send with the specified channel and message parameters.
 void TransportService.send(ChannelService channel, MessageService message, ResponseListener responseListener)
          Send with the specified channel and message parameters.
 void TransportService.write(ChannelService channel, byte[] messageBytes)
          Write with the specified channel and message bytes parameters.
 

Uses of ChannelService in org.eclipse.soda.dk.transport.test
 

Methods in org.eclipse.soda.dk.transport.test with parameters of type ChannelService
 void TransportTest.channelChanged(TransportService source, java.lang.Object timestamp, ChannelService channel, int newState, int oldState)
          Channel changed with the specified source, timestamp, channel, new state and old state parameters.
 void TransportTest.messageReceived(TransportService transportService, java.lang.Object timestamp, ChannelService channel, MessageService message)
          Message received with the specified transport service, timestamp, channel and message parameters.
 

Uses of ChannelService in org.eclipse.soda.dk.wire
 

Methods in org.eclipse.soda.dk.wire with parameters of type ChannelService
 void Wire.commandExecuted(CommandService source, java.lang.Object timestamp, ChannelService channel, java.lang.Object data)
          Command executed with the specified source, timestamp, channel and data parameters.
 void Wire.execute(ChannelService channel, java.lang.Object data)
          Execute with the specified channel and data parameters.
 void Wire.measurementChanged(MeasurementService source, java.lang.Object timestamp, ChannelService channel, java.lang.Object newValue, java.lang.Object oldValue)
          Measurement changed with the specified source, timestamp, channel, new value and old value parameters.
 void Wire.signalOccurred(SignalService source, java.lang.Object timestamp, ChannelService channel, java.lang.Object data)
          Signal occurred with the specified source, timestamp, channel and data parameters.
 


2009-01-09 1.2.0

Copyright (c) 2009 IBM. See license in Legal section.