1.0.0

Uses of Interface
org.eclipse.soda.dk.device.service.ControlService

Packages that use ControlService
org.eclipse.soda.dk.adapter This package is part of the org.eclipse.soda.dk.adapter project. 
org.eclipse.soda.dk.adapter.service This package is part of the org.eclipse.soda.dk.adapter.service project. 
org.eclipse.soda.dk.adapter.test This package is part of the org.eclipse.soda.dk.adapter.test project. 
org.eclipse.soda.dk.adapter.testcases This package is part of the org.eclipse.soda.dk.adapter.testcases project. 
org.eclipse.soda.dk.agent.test This package is part of the org.eclipse.soda.dk.agent.test project. 
org.eclipse.soda.dk.base.device   
org.eclipse.soda.dk.base.device.service   
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.device This package is part of the org.eclipse.soda.dk.device project. 
org.eclipse.soda.dk.device.device.servlet This package is part of the org.eclipse.soda.dk.device.device.servlet 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.device.testcase This package is part of the org.eclipse.soda.dk.device.testcase project. 
org.eclipse.soda.dk.device.testcases This package is part of the org.eclipse.soda.dk.device.testcases 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.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.wire This package is part of the org.eclipse.soda.dk.device project. 
 

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

Classes in org.eclipse.soda.dk.adapter that implement ControlService
 class Adapter
           
 class DeviceAdapter
           
 

Methods in org.eclipse.soda.dk.adapter with parameters of type ControlService
 void Adapter.controlChanged(DeviceService container, java.lang.Object timestamp, ControlService control, int code)
          Control changed with the specified device, timestamp, control and code parameters.
 

Uses of ControlService in org.eclipse.soda.dk.adapter.service
 

Subinterfaces of ControlService in org.eclipse.soda.dk.adapter.service
 interface AdapterService
           
 

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

Methods in org.eclipse.soda.dk.adapter.test with parameters of type ControlService
 void AdapterTest.controlChanged(DeviceService container, java.lang.Object timestamp, ControlService control, int code)
          The controlChanged method is called when a control was changed.
 

Uses of ControlService in org.eclipse.soda.dk.adapter.testcases
 

Classes in org.eclipse.soda.dk.adapter.testcases that implement ControlService
 class TestAdapter
           
 

Uses of ControlService in org.eclipse.soda.dk.agent.test
 

Methods in org.eclipse.soda.dk.agent.test with parameters of type ControlService
 void AgentTest.controlChanged(DeviceService container, java.lang.Object timestamp, ControlService control, int code)
          The controlChanged method is called when a control was changed.
 

Uses of ControlService in org.eclipse.soda.dk.base.device
 

Classes in org.eclipse.soda.dk.base.device that implement ControlService
 class BaseDevice
          Base Device.
 

Uses of ControlService in org.eclipse.soda.dk.base.device.service
 

Subinterfaces of ControlService in org.eclipse.soda.dk.base.device.service
 interface BaseDeviceService
          Base Device.
 

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

Classes in org.eclipse.soda.dk.command that implement ControlService
 class Command
          The Command class implements the CommandService interface.
 class Commands
          The Commands class implements the CommandService interface.
 class DataCommand
          The DataCommand class implements the CommandService interface.
 class DeviceCommand
          The DeviceCommand class implements the CommandService interface.
 class MeasurementCommand
           
 class MessageCommand
          The MessageCommand class implements the CommandService interface.
 class MethodCommand
           
 class ParameterCommand
          The ParameterCommand class implements the CommandService interface.
 class SimpleDataCommand
          The DataCommand class implements the CommandService interface.
 class SimpleMeasurementCommand
           
 class SimpleMessageCommand
          This command class implements a command with a message that is sent to the device and is not received from the device.
 class SimpleParameterCommand
          The ParameterCommand class implements the CommandService interface.
 class SimpleTransformCommand
          The TransformCommand class implements the CommandService interface.
 class SleepCommand
           
 class StateCommand
          The StateCommand class implements the CommandService interface.
 class TransformCommand
          The TransformCommand class implements the CommandService interface.
 

Methods in org.eclipse.soda.dk.command that return ControlService
 ControlService StateCommand.getControl()
          Gets the ControlService control property value.
 

Constructors in org.eclipse.soda.dk.command with parameters of type ControlService
StateCommand(java.lang.String key, ControlService control, java.lang.Object value, TransformService transform)
          Constructs an StateCommand object using the input parameter(s).
 

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

Subinterfaces of ControlService in org.eclipse.soda.dk.command.service
 interface CommandService
          The CommandService interface defines the CommandService concept.
 

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

Classes in org.eclipse.soda.dk.concrete.measurement that implement ControlService
 class ConcreteMeasurement
           
 

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

Classes in org.eclipse.soda.dk.concrete.signal that implement ControlService
 class ConcreteSignal
           
 

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

Classes in org.eclipse.soda.dk.device that implement ControlService
 class Container
          The Container class implements the ControlService interface.
 class Control
          The Control class implements the ControlService interface.
 class Device
          The Device class implements the DeviceService interface.
 class DeviceRegistry
          The DeviceRegistry class implements the DeviceService interface.
 class QueueDevice
          The QueueDevice class implements the DeviceService interface.
 class ThreadDevice
           
 class TransportDevice
          The TransportDevice class implements the DeviceService interface.
 

Methods in org.eclipse.soda.dk.device that return ControlService
 ControlService ControlRegistry.get(java.lang.String key)
          Perform the get method and return the ControlService result.
 ControlService Container.get(java.lang.String key)
          Perform the get method and return the ControlService result.
 

Methods in org.eclipse.soda.dk.device with parameters of type ControlService
 void Device.controlAdded(Container container, java.lang.Object currentTimestamp, ControlService control)
          Control added with the specified container, current timestamp and control parameters.
 void DeviceListeners.controlChanged(DeviceService container, java.lang.Object timestamp, ControlService control, int code)
          The controlChanged method is called when a control was changed.
 void Device.controlRemoved(Container container, java.lang.Object timestamp, ControlService control)
          Control removed with the specified container, timestamp and control parameters.
protected  void Container.load(ControlService control)
          Perform the load action method.
protected  void Device.load(ControlService control)
          Perform the load action method.
protected  void TransportDevice.load(ControlService control)
          Perform the load action method.
 void ThreadDevice.process(ControlService control)
          Process with the specified control parameter.
 void Container.put(ControlService control)
          Put with the specified control parameter.
 void ControlRegistry.put(java.lang.String key, ControlService data)
          Perform the put action method.
 void Container.put(java.lang.String key, ControlService control)
          Perform the put action method.
 void Device.put(java.lang.String key, ControlService control)
          Put with the specified key and control parameters.
 void ThreadDevice.setProcessingControls(ControlService[] processingControls)
          Sets the processing controls value.
 

Constructors in org.eclipse.soda.dk.device with parameters of type ControlService
DevicePoller(ControlService[] controls, long pollingIntervalInMs)
          Constructs an instance of this class from the specified read commands and polling interval in ms parameters.
 

Uses of ControlService in org.eclipse.soda.dk.device.device.servlet
 

Methods in org.eclipse.soda.dk.device.device.servlet with parameters of type ControlService
 void DeviceDeviceServletContext.sort(ControlService[] controls)
          Sort with the specified controls parameter.
 

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

Subinterfaces of ControlService in org.eclipse.soda.dk.device.service
 interface DeviceRegistryService
          The DeviceRegistryService interface defines the DeviceManagerService concept.
 interface DeviceService
          The DeviceService interface defines the DeviceService concept.
 

Methods in org.eclipse.soda.dk.device.service that return ControlService
 ControlService DeviceService.get(java.lang.String key)
          Perform the get method and return the ControlService result.
 

Methods in org.eclipse.soda.dk.device.service with parameters of type ControlService
 void DeviceListener.controlChanged(DeviceService device, java.lang.Object timestamp, ControlService control, int code)
          The controlChanged method is called when a control was changed.
 void DeviceRegistryService.put(java.lang.String key, ControlService control)
          Perform the put action method.
 void DeviceService.put(java.lang.String key, ControlService control)
          Perform the put action method.
 

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

Methods in org.eclipse.soda.dk.device.test with parameters of type ControlService
 void DeviceTest.controlChanged(DeviceService container, java.lang.Object timestamp, ControlService control, int code)
          The controlChanged method is called when a control was changed.
 

Uses of ControlService in org.eclipse.soda.dk.device.testcase
 

Methods in org.eclipse.soda.dk.device.testcase with parameters of type ControlService
 void DeviceTestcase.controlChanged(DeviceService device, java.lang.Object timestamp, ControlService control, int code)
          Control changed with the specified device, timestamp, control and code parameters.
 

Uses of ControlService in org.eclipse.soda.dk.device.testcases
 

Classes in org.eclipse.soda.dk.device.testcases that implement ControlService
 class TestDevice
           
 

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

Classes in org.eclipse.soda.dk.measurement that implement ControlService
 class ChildMeasurement
           
 class CommandMeasurement
          The CommandMeasurement class implements the MeasurementService interface.
 class DataMeasurement
          The DataMeasurement class implements the MeasurementService interface.
 class Measurement
          The DkMeasurement class implements the MeasurementService interface.
 class Measurements
          The Measurements class implements the MeasurementService interface.
 class MethodMeasurement
           
 class ReadMeasurement
           
 class ReadOnlyMeasurement
           
 class SignalMeasurement
          The SignalMeasurement class implements the MeasurementService interface.
 class UnitsMeasurement
          The UnitsMeasurement class implements the MeasurementService interface.
 

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

Classes in org.eclipse.soda.dk.measurement.computed that implement ControlService
 class ControlsMeasurement
           
 class CountMeasurement
           
 class TotalMeasurement
           
 

Methods in org.eclipse.soda.dk.measurement.computed that return ControlService
 ControlService[] ControlsMeasurement.getControls()
          Gets the controls (ControlService[]) value.
 

Methods in org.eclipse.soda.dk.measurement.computed with parameters of type ControlService
 void ControlsMeasurement.setControls(ControlService[] controls)
          Sets the controls value.
 

Constructors in org.eclipse.soda.dk.measurement.computed with parameters of type ControlService
ControlsMeasurement(java.lang.String key, java.lang.Object value, UnitsService units, TransformService transform, ControlService[] controls)
          Constructs an instance of this class from the specified key, value, units, transform and controls parameters.
CountMeasurement(java.lang.String key, java.lang.Object value, UnitsService units, TransformService transform, ControlService[] controls)
          Constructs an instance of this class from the specified key, value, units, transform and controls parameters.
TotalMeasurement(java.lang.String key, java.lang.Object value, UnitsService units, TransformService transform, ControlService[] controls)
          Constructs an instance of this class from the specified key, value, units, transform and controls parameters.
 

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

Subinterfaces of ControlService in org.eclipse.soda.dk.measurement.service
 interface MeasurementService
          The MeasurementService interface defines the MeasurementService concept.
 

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

Classes in org.eclipse.soda.dk.profile that implement ControlService
 class DeviceProfile
           
 class Profile
           
 

Methods in org.eclipse.soda.dk.profile with parameters of type ControlService
 void Profile.controlChanged(DeviceService device, java.lang.Object timestamp, ControlService control, int code)
          Control changed with the specified device, timestamp, control and code parameters.
 

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

Methods in org.eclipse.soda.dk.profile.service with parameters of type ControlService
 void ProfileListener.controlChanged(ProfileService device, java.lang.Object timestamp, ControlService control, int code)
          The controlChanged method is called when a control was changed.
 

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

Classes in org.eclipse.soda.dk.signal that implement ControlService
 class DataSignal
          The DataSignal class implements the SignalService interface.
 class MessageSignal
          The MessageSignal class implements the SignalService interface.
 class MethodSignal
           
 class ParameterSignal
          The ParameterSignal class implements the SignalService interface.
 class Signal
          The Signal class implements the SignalService interface.
 class Signals
          The Signals class implements the SignalService interface.
 class TransformSignal
          The TransformSignal class implements the SignalService interface.
 

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

Subinterfaces of ControlService in org.eclipse.soda.dk.signal.service
 interface SignalService
          The SignalService interface defines the SignalService concept.
 

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

Classes in org.eclipse.soda.dk.wire that implement ControlService
 class Wire
          The Wire class implements the MeasurementListener interface.
 

Methods in org.eclipse.soda.dk.wire that return ControlService
 ControlService Wire.getSource()
          Gets the ControlService source property value.
 ControlService Wire.getTarget()
          Gets the ControlService target property value.
 

Methods in org.eclipse.soda.dk.wire with parameters of type ControlService
 void Wire.addSourceListener(ControlService source)
          Adds the specified listener to receive listener notification.
protected  void Wire.setSource(ControlService source)
          Sets the source property.
protected  void Wire.setTarget(ControlService target)
          Sets the target property.
 

Constructors in org.eclipse.soda.dk.wire with parameters of type ControlService
Wire(java.lang.String key, ControlService source, ControlService target, TransformService transform)
          Constructs an Wire object using the input parameter(s).
 


1.0.0

Copyright (c) 1999, 2007 IBM