BEA Systems, Inc.

com.connecterra.ale.reader
Class AbstractPhysicalDevice.TagData

java.lang.Object
  extended by com.connecterra.ale.reader.AbstractPhysicalDevice.TagProcessor
      extended by com.connecterra.ale.reader.AbstractPhysicalDevice.TagData
Direct Known Subclasses:
AbstractPhysicalDevice.EPCTagData
Enclosing class:
AbstractPhysicalDevice

public static class AbstractPhysicalDevice.TagData
extends AbstractPhysicalDevice.TagProcessor

Base class for TagProcessors that are associated with a DeviceUnit


Field Summary
 DeviceUnit m_deviceUnit
           
 
Constructor Summary
AbstractPhysicalDevice.TagData(DeviceUnit ant, DeviceTagReport rep)
           
 
Method Summary
 DeviceUnit getDeviceUnit()
           
protected  void start()
          This method is called before each DeviceAccessRequest's OpSpecs are processed.
 
Methods inherited from class com.connecterra.ale.reader.AbstractPhysicalDevice.TagProcessor
finish, getDeviceTagReport, getParameters, setDeviceTagReport
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

m_deviceUnit

public DeviceUnit m_deviceUnit
Constructor Detail

AbstractPhysicalDevice.TagData

public AbstractPhysicalDevice.TagData(DeviceUnit ant,
                                      DeviceTagReport rep)
Method Detail

getDeviceUnit

public DeviceUnit getDeviceUnit()

start

protected void start()
This method is called before each DeviceAccessRequest's OpSpecs are processed.

Specified by:
start in class AbstractPhysicalDevice.TagProcessor
Throws:
IOException - if there was an error communicating with the reader
AbstractPhysicalDevice.TagResultException - if the request cannot be implemented by the device

Documentation is available at
${DOCSWEBROOT}
Copyright 2007 BEA Systems Inc.