2009-01-09 1.2.0

Uses of Class
org.eclipse.soda.dk.command.Command

Packages that use Command
org.eclipse.soda.dk.adapter.testcases This package is part of the org.eclipse.soda.dk.adapter.testcases project. 
org.eclipse.soda.dk.command This package is part of the org.eclipse.soda.dk.device project. 
org.eclipse.soda.dk.device This package is part of the org.eclipse.soda.dk.device project. 
org.eclipse.soda.dk.device.testcases This package is part of the org.eclipse.soda.dk.device.testcases project. 
 

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

Methods in org.eclipse.soda.dk.adapter.testcases with parameters of type Command
 void TestAdapter.handleExecuteMy(Command command, java.lang.Object object)
          Handle my with the specified command and object parameters.
 

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

Subclasses of Command in org.eclipse.soda.dk.command
 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.
 

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

Fields in org.eclipse.soda.dk.device declared as Command
protected  Command Device.closeChannel
          Define the close channel (Command) field.
protected  Command Device.openChannel
          Define the open channel (Command) field.
 

Methods in org.eclipse.soda.dk.device that return Command
 Command Device.getCloseChannel()
          Gets the close channel (Command) value.
 Command Device.getOpenChannel()
          Gets the open channel (Command) value.
 

Methods in org.eclipse.soda.dk.device with parameters of type Command
 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.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.
 

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

Methods in org.eclipse.soda.dk.device.testcases with parameters of type Command
 java.lang.Object TestDevice.handleMethodMy(int code, Command command, java.lang.Object object)
          Handle my with the specified command and object parameters.
 


2009-01-09 1.2.0

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