|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Defines the constants used by Resource and ResourceEvent. As these are inherited by every Resource and ResourceEvent class, they are accessible from each of those classes or instances.
| Field Summary | |
static Symbol |
e_Disconnected
Symbol returned from ResourceEvent.getError()
when an operation fails because the associated Terminal
is in the Connection.DISCONNECTED state. |
static Symbol |
e_OK
Symbol returned from ResourceEvent.getError()
if there is no error. |
static int |
FOREVER
Special int value (-1) used to indicate infinite timeout. |
static Symbol |
q_Duration
Symbol returned from ResourceEvent.getQualifier()
if an operation completed because the requested duration
was reached. |
static Symbol |
q_RTC
Qualifier: Completion caused by a Run-Time Control. |
static Symbol |
q_Standard
Qualifier: normal, default completion. |
static Symbol |
q_Stop
Qualifier: Completion caused by a Stop. |
static Symbol |
rtcc_Disconnected
RTC Trigger: Operation terminated because the Connection to the associated Terminal is in the Connection DISCONNECTED state. |
static Symbol |
rtcc_TriggerRTC
The Symbol returned from ResourceEvent.getRTCTrigger()
representing the RTC Condition for ResourceEvents |
static Integer |
v_Forever
Integer value for FOREVER, when used in a value in a Dictionary |
| Field Detail |
public static final int FOREVER
public static final Integer v_Forever
public static final Symbol e_Disconnected
ResourceEvent.getError()
when an operation fails because the associated Terminal
is in the Connection.DISCONNECTED state.
public static final Symbol e_OK
ResourceEvent.getError()
if there is no error.
public static final Symbol q_Duration
ResourceEvent.getQualifier()
if an operation completed because the requested duration
was reached.
public static final Symbol q_Standard
public static final Symbol q_Stop
public static final Symbol q_RTC
public static final Symbol rtcc_Disconnected
public static final Symbol rtcc_TriggerRTC
ResourceEvent.getRTCTrigger()
representing the RTC Condition for ResourceEvents
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||