1.0.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.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.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.
 


1.0.0

Copyright (c) 1999, 2007 IBM