|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectpops.ale.epc.reports.ECInitiationCondition
public class ECInitiationCondition
ECInitiationCondition
is an enumerated type that describes how an event cycle
was started.
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 ECInitiationCondition |
REPEAT_PERIOD
The repeatPeriod specified in the ECBoundarySpec
expired, or the event cycle started immediately after the previous event
cycle ended because neither a start trigger nor a repeat period was specified. |
static ECInitiationCondition |
REQUESTED
The ECSpec transitioned from the unrequested state to the
requested state and startTriggerLis t in ECBoundarySpec
was empty. |
static ECInitiationCondition |
TRIGGER
One of the triggers specified in the startTrigger
or startTriggerList parameter of ECBoundarySpec
was received. |
static ECInitiationCondition |
UNDEFINED
Used when an outstanding poll call is terminated due to an undefine call,
while the ECSpec was in the requested state (that is, before any start condition actually occurred). |
Constructor Summary | |
---|---|
protected |
ECInitiationCondition()
Constructor protected. |
protected |
ECInitiationCondition(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 ECInitiationCondition TRIGGER
startTrigger
or startTriggerList
parameter of ECBoundarySpec
was received.
public static final ECInitiationCondition REPEAT_PERIOD
repeatPeriod
specified in the ECBoundarySpec
expired, or the event cycle started immediately after the previous event
cycle ended because neither a start trigger nor a repeat period was specified.
public static final ECInitiationCondition REQUESTED
ECSpec
transitioned from the unrequested state to the
requested state and startTriggerLis
t in ECBoundarySpec
was empty.
public static final ECInitiationCondition UNDEFINED
poll
call is terminated due to an undefine
call,
while the ECSpec was in the requested state (that is, before any start condition actually occurred).
Constructor Detail |
---|
protected ECInitiationCondition()
protected ECInitiationCondition(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 |