1.0.0

Uses of Interface
org.eclipse.soda.dk.command.service.CommandService

Packages that use CommandService
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.agent.test This package is part of the org.eclipse.soda.dk.agent.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.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.device.testcase This package is part of the org.eclipse.soda.dk.device.testcase project. 
org.eclipse.soda.dk.measurement This package is part of the org.eclipse.soda.dk.device project. 
org.eclipse.soda.dk.profile This package is part of the org.eclipse.soda.dk.profile project. 
org.eclipse.soda.dk.wire This package is part of the org.eclipse.soda.dk.device project. 
 

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

Methods in org.eclipse.soda.dk.adapter with parameters of type CommandService
 void Adapter.commandExecuted(CommandService source, java.lang.Object timestamp, java.lang.Object data)
          Command executed with the specified source, timestamp and data parameters.
 void Adapter.initializeCommand(CommandService command)
          Initialize command with the specified command parameter.
 

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

Methods in org.eclipse.soda.dk.adapter.test with parameters of type CommandService
 void AdapterTest.commandExecuted(CommandService source, java.lang.Object timestamp, java.lang.Object data)
          This method is fired to all Listeners each time the command is executed.
 

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

Methods in org.eclipse.soda.dk.agent.test with parameters of type CommandService
 void AgentTest.commandExecuted(CommandService source, java.lang.Object timestamp, java.lang.Object data)
          This method is fired to all Listeners each time the command is executed.
 

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

Classes in org.eclipse.soda.dk.command that implement CommandService
 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 CommandService
 CommandService[] Commands.getCommands()
          Gets the org.eclipse.soda.dk.command.service.CommandService [] commands property value.
 

Methods in org.eclipse.soda.dk.command with parameters of type CommandService
 void CommandListeners.commandExecuted(CommandService source, java.lang.Object timestamp, java.lang.Object data)
          This method is fired to all Listeners each time the command is executed.
 void Commands.commandExecuted(CommandService source, java.lang.Object timestamp, java.lang.Object data)
          This method is fired to all Listeners each time the command is executed.
protected  void Commands.setCommands(CommandService[] commands)
          Sets the commands property.
 

Constructors in org.eclipse.soda.dk.command with parameters of type CommandService
Commands(java.lang.String key, CommandService[] commands)
          Constructs an Commands object using the input parameter(s).
 

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

Methods in org.eclipse.soda.dk.command.service with parameters of type CommandService
 void CommandListener.commandExecuted(CommandService source, java.lang.Object timestamp, java.lang.Object data)
          This method is fired to all Listeners each time the command is executed.
 

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

Methods in org.eclipse.soda.dk.concrete.measurement with parameters of type CommandService
 void ConcreteMeasurement.commandExecuted(CommandService source, java.lang.Object timestamp, java.lang.Object data)
          Perform the commandExecuted action method.
 

Constructors in org.eclipse.soda.dk.concrete.measurement with parameters of type CommandService
ConcreteMeasurement(java.lang.String key, java.lang.Object value, UnitsService units, TransformService transform, SignalService signal, CommandService readCommand, CommandService writeCommand)
          Constructs an DkCommandMeasurement object using the input parameter(s).
 

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

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

Methods in org.eclipse.soda.dk.device with parameters of type CommandService
 void NotificationController.commandExecuted(CommandService source, java.lang.Object timestamp, java.lang.Object data)
          Command executed with the specified source, timestamp and data parameters.
 

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

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

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

Methods in org.eclipse.soda.dk.device.test with parameters of type CommandService
 void DeviceTest.commandExecuted(CommandService source, java.lang.Object timestamp, java.lang.Object data)
          This method is fired to all Listeners each time the command is executed.
 

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

Fields in org.eclipse.soda.dk.device.testcase declared as CommandService
protected  CommandService DeviceTestcase.commandReceived
          Define the command received (CommandService) field.
 

Methods in org.eclipse.soda.dk.device.testcase that return CommandService
 CommandService DeviceTestcase.getCommandReceived()
          Gets the command received (CommandService) value.
 

Methods in org.eclipse.soda.dk.device.testcase with parameters of type CommandService
 void DeviceTestcase.commandExecuted(CommandService source, java.lang.Object timestamp, java.lang.Object data)
          Command executed with the specified source, timestamp and data parameters.
 void DeviceTestcase.setCommandReceived(CommandService commandReceived)
          Sets the command received value.
 

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

Fields in org.eclipse.soda.dk.measurement declared as CommandService
protected  CommandService ReadMeasurement.readCommand
          Define the read command (CommandService) field.
 

Methods in org.eclipse.soda.dk.measurement that return CommandService
 CommandService ReadMeasurement.getReadCommand()
          Gets the CommandService readCommand property value.
 CommandService CommandMeasurement.getWriteCommand()
          Gets the CommandService writeCommand property value.
 

Methods in org.eclipse.soda.dk.measurement with parameters of type CommandService
 void ReadMeasurement.setReadCommand(CommandService readCommand)
          Sets the readCommand property.
 void CommandMeasurement.setWriteCommand(CommandService writeCommand)
          Sets the writeCommand property.
 

Constructors in org.eclipse.soda.dk.measurement with parameters of type CommandService
ChildMeasurement(java.lang.String key, java.lang.Object value, UnitsService units, TransformService transform, SignalService signal, CommandService readCommand, CommandService writeCommand, MeasurementService measurement)
          Constructs an instance of this class from the specified key, value, units, transform, signal, read command and write command parameters.
CommandMeasurement(java.lang.String key, java.lang.Object value, UnitsService units, TransformService transform, SignalService signal, CommandService readCommand, CommandService writeCommand)
          Constructs an CommandMeasurement object using the input parameter(s).
ReadMeasurement(java.lang.String key, java.lang.Object value, UnitsService units, TransformService transform, SignalService signal, CommandService readCommand)
          Constructs an instance of this class from the specified key, value, units, transform, signal and read command parameters.
 

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

Methods in org.eclipse.soda.dk.profile with parameters of type CommandService
 void Profile.commandExecuted(CommandService source, java.lang.Object timestamp, java.lang.Object data)
          Command executed with the specified source, timestamp and data parameters.
 void Profile.initializeCommand(CommandService command)
          Initialize command with the specified command parameter.
 

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

Methods in org.eclipse.soda.dk.wire with parameters of type CommandService
 void Wire.commandExecuted(CommandService source, java.lang.Object timestamp, java.lang.Object data)
          This method is fired to all Listeners each time the command is executed.
 


1.0.0

Copyright (c) 1999, 2007 IBM