2008-07-29 1.1.0

org.eclipse.soda.dk.barcode.reader.adapter
Class BarcodeReaderAdapter

java.lang.Object
  extended by DeviceAdapter
      extended by org.eclipse.soda.dk.barcode.reader.adapter.BarcodeReaderAdapter
All Implemented Interfaces:
BarcodeReaderAdapterService

public class BarcodeReaderAdapter
extends DeviceAdapter
implements BarcodeReaderAdapterService

Standard Barcode Reader. The BarcodeReaderAdapter class implements the BarcodeReaderAdapterService and provides the controls for the adapter.

The list of exported services:

Version:
1.1.0
See Also:
BarcodeReaderAdapterService, org.eclipse.soda.dk.adapter.service.AdapterService

Field Summary
static java.lang.String CLASS_NAME
          Defines the full class name.
 
Fields inherited from interface org.eclipse.soda.dk.barcode.reader.adapter.service.BarcodeReaderAdapterService
ALL_COMMANDS, ALL_MEASUREMENTS, ALL_SIGNALS, BarcodeReaderAdapter, FACTORY_SERVICE_NAME, MANAGED_SERVICE_NAME, SERVICE_DESCRIPTION, SERVICE_NAME
 
Constructor Summary
BarcodeReaderAdapter()
          Constructs a new instance of the BarcodeReaderAdapter class.
 
Method Summary
 DeviceService getDefaultDevice()
          Gets the default DeviceService.
 java.lang.String getDefaultKey()
          Gets the default key of the adapter.
 boolean isDeviceNeeded()
          Is device needed.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CLASS_NAME

public static final java.lang.String CLASS_NAME
Defines the full class name.

See Also:
Constant Field Values
Constructor Detail

BarcodeReaderAdapter

public BarcodeReaderAdapter()
Constructs a new instance of the BarcodeReaderAdapter class.

Method Detail

getDefaultKey

public java.lang.String getDefaultKey()
Gets the default key of the adapter.

Returns:
String The default key

getDefaultDevice

public DeviceService getDefaultDevice()
Gets the default DeviceService.

Returns:
DeviceService The default DeviceService.

isDeviceNeeded

public boolean isDeviceNeeded()
Is device needed.

Returns:
The results of this method.

2008-07-29 1.1.0

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