if (!TimerSchedule.ONCE_IMMEDIATELY.equals(schedule))
{
return getScheduleDispatcher().scheduleInvocation(invocation, component);
}
taskExecutor.getValue().execute(
new RunnableAsynchronous(new AsynchronousInvocation(invocation, component)));
return null;
}