2009-10-01 1.2.0

org.eclipse.soda.dk.generic.io.adapter
Class GenericIoAdapter

java.lang.Object
  extended by DeviceAdapter
      extended by org.eclipse.soda.dk.generic.io.adapter.GenericIoAdapter
All Implemented Interfaces:
GenericIoAdapterService

public class GenericIoAdapter
extends DeviceAdapter
implements GenericIoAdapterService

Generic Digital and Analog I/O Device. The GenericIoAdapter class implements the GenericIoAdapterService and provides the controls for the adapter.

The list of exported services:

Since:
1.0
Version:
1.2.0
See Also:
GenericIoAdapterService, 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.generic.io.adapter.service.GenericIoAdapterService
ALL_COMMANDS, ALL_MEASUREMENTS, ALL_SIGNALS, FACTORY_SERVICE_NAME, GenericIoAdapter, MANAGED_SERVICE_NAME, SERVICE_DESCRIPTION, SERVICE_NAME
 
Constructor Summary
GenericIoAdapter()
          Constructs a new instance of the GenericIoAdapter 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

GenericIoAdapter

public GenericIoAdapter()
Constructs a new instance of the GenericIoAdapter 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.

2009-10-01 1.2.0

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