2010-01-22 1.2.0

org.eclipse.soda.dk.arcom.io.adapter
Class ArcomIoAdapter

java.lang.Object
  extended by DeviceAdapter
      extended by org.eclipse.soda.dk.arcom.io.adapter.ArcomIoAdapter
All Implemented Interfaces:
ArcomIoAdapterService

public class ArcomIoAdapter
extends DeviceAdapter
implements ArcomIoAdapterService

Arcom Io Adapter. The ArcomIoAdapter class implements the ArcomIoAdapterService and provides the controls for the adapter.

The list of exported services:

Since:
1.0
Version:
1.2.0
See Also:
ArcomIoAdapterService, 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.arcom.io.adapter.service.ArcomIoAdapterService
ALL_COMMANDS, ALL_MEASUREMENTS, ALL_SIGNALS, ArcomIoAdapter, FACTORY_SERVICE_NAME, MANAGED_SERVICE_NAME, SERVICE_DESCRIPTION, SERVICE_NAME
 
Constructor Summary
ArcomIoAdapter()
          Constructs a new instance of the ArcomIoAdapter class.
 
Method Summary
 DeviceService getDefaultDevice()
          Gets the default device (DeviceService) value.
 java.lang.String getDefaultKey()
          Gets the default key (String) value.
 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

ArcomIoAdapter

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

Method Detail

getDefaultDevice

public DeviceService getDefaultDevice()
Gets the default device (DeviceService) value.

Returns:
DeviceService The default DeviceService.

getDefaultKey

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

Returns:
String The default key

isDeviceNeeded

public boolean isDeviceNeeded()
Is device needed.

Returns:
The results of this method.

2010-01-22 1.2.0

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