Framework Professional Edition Package


Package org.mbs.services.device.abstractdriver

This package defines the API of the of the Abstract Driver architecture.

See:
          Description

Class Summary
AbstractDeviceActivator This abstract class should be used to implement bundle activators for all device drivers.
AbstractDeviceController This class is used for super class for all Device controller implementation classes.
AbstractDeviceDriver Base driver class for all device drivers.
AbstractDeviceModel Base model class for all device models.
DeviceControlUnit This class represents a device control unit.
DeviceStateGraph This class represents device state graph.
TokenDeviceControlUnit This is the extension of DeviceControlUnit with token mechanism supported.
TracerMaps TracerMaps.java
 

Exception Summary
AbstractDriverException Thrown when a problem occurs in base driver
 

Package org.mbs.services.device.abstractdriver Description

This package defines the API of the of the Abstract Driver architecture. It supposed to be used by device driver developes and eases the process of implementing a device driver.

The main features of the Abstract Driver are:

In other words the Abstract Driver represents a utility API, which is extended by the different protocol drivers, for example EHS Driver. It provides abstract implementation not strictly bound to any kind of devices.


Framework Professional Edition Package


Copyright © 1999-2007 ProSyst Software GmbH. All Rights Reserved