|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--gov.sns.ca.ChannelRecord
|
+--gov.sns.ca.ChannelStatusRecord
ChannelStatusRecord is a wrapper for channel data that has a value along with status information.
| Field Summary | |
protected int |
severity
|
protected int |
status
|
| Fields inherited from class gov.sns.ca.ChannelRecord |
store |
| Constructor Summary | |
ChannelStatusRecord(StatusAdaptor adaptor)
Creates new ChannelStatusRecord |
|
| Method Summary | |
int |
severity()
Get the internal severity code for this data. |
int |
status()
Get the internal status code for this data. |
java.lang.String |
toString()
Override the inherited method to return a description of this object. |
| Methods inherited from class gov.sns.ca.ChannelRecord |
byteArray, byteValue, byteValueAt, doubleArray, doubleValue, doubleValueAt, floatArray, floatValue, floatValueAt, getCount, getType, intArray, intValue, intValueAt, shortArray, shortValue, shortValueAt, stringArray, stringValue, stringValueAt |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
protected int status
protected int severity
| Constructor Detail |
public ChannelStatusRecord(StatusAdaptor adaptor)
| Method Detail |
public int status()
public int severity()
public java.lang.String toString()
toString in class ChannelRecord
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||