Modifier and Type | Method and Description |
---|---|
ScheduleSpec |
ContextControllerConditionCrontabImpl.getSchedule() |
ScheduleSpec |
ContextControllerConditionCrontab.getSchedule() |
Modifier and Type | Method and Description |
---|---|
Long |
ContextConditionDescriptorCrontab.getExpectedEndTime(ContextManagerRealization realization,
ScheduleSpec scheduleSpec) |
Constructor and Description |
---|
ContextControllerConditionCrontabImpl(IntSeqKey conditionPath,
long scheduleSlot,
ScheduleSpec scheduleSpec,
ContextConditionDescriptorCrontab crontab,
ContextControllerConditionCallback callback,
ContextController controller) |
Constructor and Description |
---|
OutputConditionCrontab(OutputCallback outputCallback,
AgentInstanceContext context,
boolean isStartConditionOnCreation,
ScheduleSpec scheduleSpec) |
Modifier and Type | Method and Description |
---|---|
ScheduleSpec |
OutputConditionPolledCrontabState.getScheduleSpec() |
Constructor and Description |
---|
OutputConditionPolledCrontabState(ScheduleSpec scheduleSpec,
Long currentReferencePoint,
long nextScheduledTime) |
Modifier and Type | Method and Description |
---|---|
ScheduleSpec |
TimerAtObserverFactory.computeSpec(MatchedEventMap beginState,
PatternAgentInstanceContext context) |
Modifier and Type | Method and Description |
---|---|
void |
TimerAtObserverFactory.setSpec(ScheduleSpec spec) |
Constructor and Description |
---|
TimerAtObserver(ScheduleSpec scheduleSpec,
MatchedEventMap beginState,
ObserverEventEvaluator observerEventEvaluator)
Ctor.
|
Modifier and Type | Method and Description |
---|---|
static ScheduleSpec |
ScheduleSpecUtil.computeValues(Object[] args)
Compute from parameters a crontab schedule.
|
static ScheduleSpec |
ScheduleExpressionUtil.crontabScheduleBuild(ExprEvaluator[] scheduleSpecEvaluators,
ExprEvaluatorContext context) |
Modifier and Type | Method and Description |
---|---|
static long |
ScheduleComputeHelper.computeDeltaNextOccurance(ScheduleSpec spec,
long afterTimeInMillis,
TimeZone timeZone,
TimeAbacus timeAbacus)
Computes the next lowest date in milliseconds based on a specification and the
from-time passed in and returns the delta from the current time.
|
static long |
ScheduleComputeHelper.computeNextOccurance(ScheduleSpec spec,
long afterTimeInMillis,
TimeZone timeZone,
TimeAbacus timeAbacus)
Computes the next lowest date in milliseconds based on a specification and the
from-time passed in.
|
Copyright © 2005–2018. All rights reserved.