|
BEA Systems, Inc. | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.connecterra.ale.reader.DefaultLogicalReader
public class DefaultLogicalReader
DefaultLogicalReader is the concrete implementation of LogicalReader that is paired with AbstractPhysicalDevice.
| Field Summary | |
|---|---|
protected List |
m_filters
|
protected String |
m_logicalReaderName
|
protected AbstractPhysicalDevice |
m_physicalDevice
|
protected int |
m_readCycleCount
|
protected String |
m_readCyclesTelemetryID
|
protected com.bea.rfid.edge.api.telemetry.GaugeData |
m_tagsInFieldGauge
|
protected String |
m_tagsInFieldTelemetryID
|
protected String |
m_telemetryDeviceName
|
protected int |
m_writeCycleCount
|
protected String |
m_writeCyclesTelemetryID
|
protected Logger |
s_log
|
| Method Summary | |
|---|---|
Set |
getDeviceUnits()
|
String |
getLogicalReaderName()
Gets the name associated with this logical reader. |
PhysicalDevice |
getPhysicalDevice()
Gets the physical reader associated with this logical reader. |
boolean |
supportsReading()
Tells whether this reader driver supports tag reading. |
boolean |
supportsStackLight()
|
boolean |
supportsWriting()
Tells whether this reader driver supports tag writing. |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected AbstractPhysicalDevice m_physicalDevice
protected String m_telemetryDeviceName
protected String m_logicalReaderName
protected String m_readCyclesTelemetryID
protected String m_tagsInFieldTelemetryID
protected String m_writeCyclesTelemetryID
protected List m_filters
protected volatile int m_readCycleCount
protected volatile int m_writeCycleCount
protected com.bea.rfid.edge.api.telemetry.GaugeData m_tagsInFieldGauge
protected Logger s_log
| Method Detail |
|---|
public Set getDeviceUnits()
Set of DeviceUnits which make up this
LogicalReader.public String getLogicalReaderName()
getLogicalReaderName in interface LogicalReaderpublic PhysicalDevice getPhysicalDevice()
getPhysicalDevice in interface LogicalReaderpublic boolean supportsReading()
LogicalReader
supportsReading in interface LogicalReaderpublic boolean supportsWriting()
LogicalReader
supportsWriting in interface LogicalReaderpublic boolean supportsStackLight()
public String toString()
toString in class Object
|
Documentation is available at ${DOCSWEBROOT} Copyright 2007 BEA Systems Inc. |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||