return null;
}
public T scheduleInvocation(InvocationContext invocation, Component component)
{
Schedule schedule = createSchedule(invocation);
if (!TimerSchedule.ONCE_IMMEDIATELY.equals(schedule))
{
return getScheduleDispatcher().scheduleInvocation(invocation, component);
}
taskExecutor.getValue().execute(