scheduleHandle = null; // terminates automatically unless scheduled again
callback.rangeNotification(Collections.<String, Object>emptyMap(), ContextControllerConditionCrontab.this, null, null);
}
};
EPStatementAgentInstanceHandle agentHandle = new EPStatementAgentInstanceHandle(statementContext.getEpStatementHandle(), statementContext.getDefaultAgentInstanceLock(), -1, new StatementAgentInstanceFilterVersion());
scheduleHandle = new EPStatementHandleCallback(agentHandle, scheduleCallback);
statementContext.getSchedulingService().add(spec.getSchedule(), scheduleHandle, scheduleSlot);
}