throw new IOException("Received an unexpected type of event in " +
"SimThrdCapSchedJobInit");
}
jobPoller.cleanUpInitializedJobsList();
jobPoller.selectJobsToInitialize();
JobInitializationThread thread =
jobPoller.getThreadsToQueueMap().get(this.queue);
thread.initializeJobs();
lastCalled = e.getTimeStamp();
List<SimulatorEvent> returnEvents =
Collections.<SimulatorEvent>singletonList(
new SimulatorThreadWakeUpEvent(this,
lastCalled + sleepInterval));