|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectpops.ale.epc.reports.ECTerminationCondition
public class ECTerminationCondition
ECTerminationCondition
is an enumerated type that describes how an event cycle
was ended.
Note :
No enum in Java before JDK1.4. The chosen workaround for implementing an enum-like
class is by creating a class that cannot be instantiated and that exports constants
defining enumerated values with a string representation.
Field Summary | |
---|---|
static ECTerminationCondition |
DATA_AVAILABLE
The whenDataAvailable parameter of the ECSpec was true and
a Tag was read. |
static ECTerminationCondition |
DURATION
The duration specified in the ECBoundarySpec expired. |
static ECTerminationCondition |
STABLE_SET
No new Tags were read within the stableSetInterval specified in the
ECBoundarySpec . |
static ECTerminationCondition |
TRIGGER
One of the triggers specified in stopTriggerList of ECBoundarySpec
was received. |
static ECTerminationCondition |
UNDEFINE
The ECSpec was removed by an undefine call while in the
requested or active state. |
static ECTerminationCondition |
UNREQUEST
The ECSpec transitioned to the unrequested state. |
Constructor Summary | |
---|---|
protected |
ECTerminationCondition()
Constructor protected. |
protected |
ECTerminationCondition(java.lang.String toStringValue)
Constructor protected. |
Method Summary | |
---|---|
java.lang.String |
toString()
Conversion to string |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final ECTerminationCondition TRIGGER
stopTriggerList
of ECBoundarySpec
was received.
public static final ECTerminationCondition DURATION
ECBoundarySpec
expired.
public static final ECTerminationCondition STABLE_SET
stableSetInterval
specified in the
ECBoundarySpec
.
public static final ECTerminationCondition DATA_AVAILABLE
whenDataAvailable
parameter of the ECSpec
was true and
a Tag was read.
public static final ECTerminationCondition UNREQUEST
ECSpec
transitioned to the unrequested state. By definition, this value
cannot actually appear in an ECReports
instance sent to any client.
public static final ECTerminationCondition UNDEFINE
ECSpec
was removed by an undefine
call while in the
requested or active state.
Constructor Detail |
---|
protected ECTerminationCondition()
protected ECTerminationCondition(java.lang.String toStringValue)
Method Detail |
---|
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |