|
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.OpStatus
public class OpStatus
Type-safe enum representing the write cycle status of a logical reader.
Note: these enum values closely (but not necessarily identically) track those in PCStatus
.
Field Summary | |
---|---|
static OpStatus |
ANTENNA_FAILURE
Write operation failed because the specified antenna was not present. |
static OpStatus |
BUSY
The reader could not be write-subscribed because it is already subscribed for a write operation. |
static OpStatus |
CACHE_EMPTY
Write operation failed because the cache was empty. |
static OpStatus |
COMMUNICATION_FAILURE
Value indicating error establishing or maintaining communications with the reader. |
static OpStatus |
DRIVER_INCAPABLE
Write operation failed because the specified antenna could not perform the requested operation. |
static OpStatus |
FAILED
Value indicating that a logical reader is non-functional. |
static OpStatus |
INCOMPATIBLE_TAG_TYPE
The tag value to be written is not compatible with the tag type (or the reader type). |
static OpStatus |
LOCKED
No write was attempted because the tag is locked. |
static OpStatus |
MULTIPLE_IN_FIELD
No write was attempted because there were multiple tags in the field. |
static OpStatus |
NONE_IN_FIELD
The reader did not find any tag in the field. |
static OpStatus |
NOT_WRITTEN
There was a single tag in the field, but its value was not altered by the write operation. |
static OpStatus |
OK
Value indicating that the write cycle was successful. |
static OpStatus |
READ_ONLY
No write was attempted because the tag is not a programmable type. |
static OpStatus |
STOPPED
The write operation was stopped by program action prior to completion. |
static 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 |
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. |
Method Summary | |
---|---|
int |
compareTo(Object o)
WriterStatus instances sort in ascending order of failure severity. |
boolean |
isStoppingCondition()
Tells whether this write cycle failure status is a "hard" failure, meaning that it is pointless to try to repeat the write cycle on the reporting logical reader. |
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final OpStatus UNKNOWN
public static final OpStatus OK
public static final OpStatus NONE_IN_FIELD
public static final OpStatus NOT_WRITTEN
public static final OpStatus VERIFY_ERROR
public static final OpStatus COMMUNICATION_FAILURE
public static final OpStatus DRIVER_INCAPABLE
public static final OpStatus MULTIPLE_IN_FIELD
public static final OpStatus LOCKED
public static final OpStatus INCOMPATIBLE_TAG_TYPE
public static final OpStatus READ_ONLY
public static final OpStatus STOPPED
public static final OpStatus BUSY
public static final OpStatus ANTENNA_FAILURE
public static final OpStatus CACHE_EMPTY
public static final OpStatus FAILED
Method Detail |
---|
public boolean isStoppingCondition()
public String toString()
toString
in class Object
public int compareTo(Object o)
OK
sorts first, retry-eligible instances next, followed by
instances for which isStoppingCondition() is true.
Used by ProgrammingCycle to keep track of worst reader status seen
during a programming cycle.
compareTo
in interface Comparable
|
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 |