|
BEA Systems, Inc. | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use OpStatus | |
|---|---|
| com.connecterra.ale.reader | |
| com.connecterra.ale.reader.access | |
| Uses of OpStatus in com.connecterra.ale.reader |
|---|
| Fields in com.connecterra.ale.reader declared as OpStatus | |
|---|---|
static OpStatus |
OpStatus.ANTENNA_FAILURE
Write operation failed because the specified antenna was not present. |
static OpStatus |
OpStatus.BUSY
The reader could not be write-subscribed because it is already subscribed for a write operation. |
static OpStatus |
OpStatus.CACHE_EMPTY
Write operation failed because the cache was empty. |
static OpStatus |
OpStatus.COMMUNICATION_FAILURE
Value indicating error establishing or maintaining communications with the reader. |
static OpStatus |
OpStatus.DRIVER_INCAPABLE
Write operation failed because the specified antenna could not perform the requested operation. |
static OpStatus |
OpStatus.FAILED
Value indicating that a logical reader is non-functional. |
static OpStatus |
OpStatus.INCOMPATIBLE_TAG_TYPE
The tag value to be written is not compatible with the tag type (or the reader type). |
static OpStatus |
OpStatus.LOCKED
No write was attempted because the tag is locked. |
static OpStatus |
OpStatus.MULTIPLE_IN_FIELD
No write was attempted because there were multiple tags in the field. |
static OpStatus |
OpStatus.NONE_IN_FIELD
The reader did not find any tag in the field. |
static OpStatus |
OpStatus.NOT_WRITTEN
There was a single tag in the field, but its value was not altered by the write operation. |
static OpStatus |
OpStatus.OK
Value indicating that the write cycle was successful. |
static OpStatus |
OpStatus.READ_ONLY
No write was attempted because the tag is not a programmable type. |
static OpStatus |
OpStatus.STOPPED
The write operation was stopped by program action prior to completion. |
static OpStatus |
OpStatus.UNKNOWN
sentinel used within ProgrammingCycle logic to indicate that no status report or cycle completion report has been received from a reader |
static OpStatus |
OpStatus.VERIFY_ERROR
After the write operation, the tag in field reads back with an invalid value (CRC problem) or a value different than the value that was written to it. |
| Methods in com.connecterra.ale.reader that return OpStatus | |
|---|---|
OpStatus |
AbstractPhysicalDevice.TagResultException.getOpStatus()
|
| Constructors in com.connecterra.ale.reader with parameters of type OpStatus | |
|---|---|
AbstractPhysicalDevice.TagResultException(OpStatus opStatus,
String failureInfo)
|
|
| Uses of OpStatus in com.connecterra.ale.reader.access |
|---|
| Methods in com.connecterra.ale.reader.access that return OpStatus | |
|---|---|
OpStatus |
DeviceTagReport.getOpStatus()
|
| Methods in com.connecterra.ale.reader.access with parameters of type OpStatus | |
|---|---|
static com.connecterra.alepc.api.PCStatus |
DeviceOpReport.opStatusToPCStatus(OpStatus opstat)
Helper method to convert driver-level OpStatus to an API-level
PCStatus. |
void |
DeviceTagReport.setDeviceOpReports(List deviceOpReports,
OpStatus opStatus,
String failureInfo)
Set the List of DeviceOpReports. |
| Constructors in com.connecterra.ale.reader.access with parameters of type OpStatus | |
|---|---|
KillDeviceOpReport(OpStatus status)
Creates a new KillDeviceOpReport instance |
|
LockDeviceOpReport(OpStatus status)
Creates a new LockDeviceOpReport instance |
|
PasswordDeviceOpReport(OpStatus status)
Creates a new PasswordDeviceOpReport instance |
|
ReadDeviceOpReport(OpStatus status)
Creates a new ReadDeviceOpReport instance. |
|
ReadDeviceOpReport(OpStatus status,
long[] data)
Creates a new ReadDeviceOpReport instance. |
|
ReadDeviceOpReport(OpStatus status,
long[] data,
int afi,
int dataLength)
|
|
ReadDeviceOpReport(OpStatus status,
long msWord,
long lsWord)
Creates a new ReadDeviceOpReport instance. |
|
ReadDeviceOpReport(OpStatus status,
URI field,
long[] data,
int afi,
int dataLength)
|
|
WriteDeviceOpReport(OpStatus status)
Creates a new WriteDeviceOpReport instance. |
|
WriteDeviceOpReport(OpStatus status,
long[] data)
Creates a new WriteDeviceOpReport instance. |
|
WriteDeviceOpReport(OpStatus status,
long msWord,
long lsWord)
Creates a new WriteDeviceOpReport instance. |
|
|
Documentation is available at ${DOCSWEBROOT} Copyright 2007 BEA Systems Inc. |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||