callback.rangeNotification(Collections.<String, Object>emptyMap(), ContextControllerConditionTimePeriod.this, null, null, filterAddendum);
if (InstrumentationHelper.ENABLED) { InstrumentationHelper.get().aContextScheduledEval();}
}
};
EPStatementAgentInstanceHandle agentHandle = new EPStatementAgentInstanceHandle(agentInstanceContext.getStatementContext().getEpStatementHandle(), agentInstanceContext.getStatementContext().getDefaultAgentInstanceLock(), -1, new StatementAgentInstanceFilterVersion());
scheduleHandle = new EPStatementHandleCallback(agentHandle, scheduleCallback);
Double interval = (Double) spec.getTimePeriod().evaluate(null, true, agentInstanceContext);
if (interval == null) {
log.warn("Time period expression in context '" + contextName + "' returned a null value, not scheduling time period");
}